forked from OSchip/llvm-project
Added a header indicating that the Linux and MacOS configure procedures are
the same. Added LLVM copyright and warranty disclaimer information. llvm-svn: 12337
This commit is contained in:
parent
9884bda541
commit
50f289ace1
|
@ -89,6 +89,8 @@ process, and you should <b>only</b> try to do it if:</p>
|
|||
|
||||
<p>
|
||||
<b>Linux/x86:</b>
|
||||
<br>
|
||||
<b>MacOS X/PowerPC:</b>
|
||||
</p>
|
||||
|
||||
<pre>
|
||||
|
@ -218,6 +220,26 @@ The software also has the following additional copyrights:
|
|||
</p>
|
||||
|
||||
<pre>
|
||||
|
||||
Copyright (c) 2003, 2004 University of Illinois at Urbana-Champaign.
|
||||
All rights reserved.
|
||||
|
||||
Developed by:
|
||||
|
||||
LLVM Team
|
||||
|
||||
University of Illinois at Urbana-Champaign
|
||||
|
||||
http://llvm.cs.uiuc.edu
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
|
||||
SOFTWARE.
|
||||
|
||||
Copyright (c) 1994
|
||||
Hewlett-Packard Company
|
||||
|
||||
|
|
Loading…
Reference in New Issue