[llvm-commits] CVS: llvm-gcc/README.llvm README

John Criswell criswell at cs.uiuc.edu
Fri Mar 12 11:29:01 PST 2004


Changes in directory llvm-gcc:

README.llvm added (r1.1)
README updated: 1.1.1.1 -> 1.2

---
Log message:

Adding big notice that we wrote some of the code and that it comes with
no warranty.



---
Diffs of the changes:  (+53 -1)

Index: llvm-gcc/README.llvm
diff -c /dev/null llvm-gcc/README.llvm:1.1
*** /dev/null	Fri Mar 12 11:28:54 2004
--- llvm-gcc/README.llvm	Fri Mar 12 11:28:42 2004
***************
*** 0 ****
--- 1,48 ----
+ License Information
+ ===================
+ This is the LLVM GCC front end.  The code is licensed to you under the GNU
+ General Public License and the GNU Lesser General Public License.
+ Please see the file COPYING and COPYING.LIB for more details.
+ 
+ The software also has the following additional copyrights:
+ 
+ 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
+ 
+ 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.


Index: llvm-gcc/README
diff -u llvm-gcc/README:1.1.1.1 llvm-gcc/README:1.2
--- llvm-gcc/README:1.1.1.1	Thu Jan  8 15:58:37 2004
+++ llvm-gcc/README	Fri Mar 12 11:28:41 2004
@@ -1,4 +1,4 @@
-This directory contains the GNU Compiler Collection (GCC).
+This directory contains the LLVM version of the GNU Compiler Collection (GCC).
 
 The GNU Compiler Collection is free software.  See the file COPYING
 for copying permission.  The manuals, and some of the runtime
@@ -15,3 +15,7 @@
 version of the manual is in the files gcc/doc/gcc.info*.
 
 See http://gcc.gnu.org/bugs.html for how to report bugs usefully.
+
+Additionally, please see the README.llvm file for more information about
+copyrights and licensing.
+





More information about the llvm-commits mailing list