[llvm-commits] [release_11] CVS: llvm/docs/CFEBuildInstrs.html
John Criswell
criswell at cs.uiuc.edu
Sat Dec 13 15:26:01 PST 2003
Changes in directory llvm/docs:
CFEBuildInstrs.html updated: 1.10.2.1 -> 1.10.2.2
---
Log message:
Added obligatory copyright notices from HP and SGI.
---
Diffs of the changes: (+44 -1)
Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.10.2.1 llvm/docs/CFEBuildInstrs.html:1.10.2.2
--- llvm/docs/CFEBuildInstrs.html:1.10.2.1 Sat Dec 13 10:09:30 2003
+++ llvm/docs/CFEBuildInstrs.html Sat Dec 13 15:25:39 2003
@@ -14,6 +14,7 @@
<ol>
<li><a href="#cautionarynote">A Cautionary Note</a>
<li><a href="#instructions">Instructions</a>
+ <li><a href="#license">License Information</a>
</ol>
<div class="doc_text">
@@ -213,13 +214,55 @@
</div>
<!-- *********************************************************************** -->
+<div class="doc_section">
+ <a name="license">License Information</a>
+</div>
+
+<div class="doc_text">
+<p>
+The LLVM GCC frontend is licensed to you under the GNU General Public License
+and the GNU Lesser General Public License. Please see the files COPYING and
+COPYING.LIB for more details.
+</p>
+
+<p>
+The software also has the following additional copyrights:
+</p>
+
+<pre>
+Copyright (c) 1994
+Hewlett-Packard Company
+
+Permission to use, copy, modify, distribute and sell this software
+and its documentation for any purpose is hereby granted without fee,
+provided that the above copyright notice appear in all copies and
+that both that copyright notice and this permission notice appear
+in supporting documentation. Hewlett-Packard Company makes no
+representations about the suitability of this software for any
+purpose. It is provided "as is" without express or implied warranty.
+
+Copyright (c) 1996, 1997, 1998, 1999
+Silicon Graphics Computer Systems, Inc.
+
+Permission to use, copy, modify, distribute and sell this software
+and its documentation for any purpose is hereby granted without fee,
+provided that the above copyright notice appear in all copies and
+that both that copyright notice and this permission notice appear
+in supporting documentation. Silicon Graphics makes no
+representations about the suitability of this software for any
+purpose. It is provided "as is" without express or implied warranty.
+</pre>
+</div>
+
+<!-- *********************************************************************** -->
+<!-- *********************************************************************** -->
<hr>
<div class="doc_footer">
<address>Brian Gaeke</address>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
<br>
- Last modified: $Date: 2003/12/13 16:09:30 $
+ Last modified: $Date: 2003/12/13 21:25:39 $
</div>
</body>
More information about the llvm-commits
mailing list