Adding additional license information to these files.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 13 Oct 2003 20:34:27 +0000 (20:34 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 13 Oct 2003 20:34:27 +0000 (20:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9102 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/LICENSE.TXT [new file with mode: 0644]
include/boost/LICENSE.TXT [new file with mode: 0644]
runtime/GCCLibraries/libc/LICENSE.TXT [new file with mode: 0644]
utils/Burg/LICENSE.TXT [new file with mode: 0644]

diff --git a/autoconf/LICENSE.TXT b/autoconf/LICENSE.TXT
new file mode 100644 (file)
index 0000000..72fdd39
--- /dev/null
@@ -0,0 +1,24 @@
+------------------------------------------------------------------------------
+Autoconf Files
+------------------------------------------------------------------------------
+All autoconf files are licensed under the LLVM license with the following
+additions:
+
+llvm/autoconf/install-sh:
+       This script is licensed under the LLVM license, with the following
+       additional copyrights and restrictions:
+
+       Copyright 1991 by the Massachusetts Institute of Technology
+
+       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, and that the name of M.I.T. not be used in advertising or
+       publicity pertaining to distribution of the software without specific,
+       written prior permission.  M.I.T. makes no representations about the
+       suitability of this software for any purpose.  It is provided "as is"
+       without express or implied warranty.
+
+Please see the source files for additional copyrights.
+
diff --git a/include/boost/LICENSE.TXT b/include/boost/LICENSE.TXT
new file mode 100644 (file)
index 0000000..f176868
--- /dev/null
@@ -0,0 +1,6 @@
+Boost
+------------------------------------------------------------------------------
+The boost header files are licensed under the LLVM license.  They also have
+additional copyrights that can be found in each individual source file in
+llvm/include/boost.
+
diff --git a/runtime/GCCLibraries/libc/LICENSE.TXT b/runtime/GCCLibraries/libc/LICENSE.TXT
new file mode 100644 (file)
index 0000000..7e52b94
--- /dev/null
@@ -0,0 +1,5 @@
+libc
+------------------------------------------------------------------------------
+The stripped down C library found in llvm/runtime/GCCLibraries/libc is licensed
+to you under the Lesser GNU Public General License.
+
diff --git a/utils/Burg/LICENSE.TXT b/utils/Burg/LICENSE.TXT
new file mode 100644 (file)
index 0000000..9f42d64
--- /dev/null
@@ -0,0 +1,19 @@
+Burg
+------------------------------------------------------------------------------
+Burg is licensed under the LLVM license.  It has the following additional
+copyrights and restrictions:
+
+Copyright (C) 1991 Todd A. Proebsting
+All Rights Reserved.
+
+If you distribute a modified version of Burg, please document the changes you
+make in addition to redistributing our list of changes to the original Burg.
+
+See llvm/utils/Burg/LOG_CHANGES for a list of changes we have made to Burg.
+
+Burg is also located in llvm/test/Programs/MultiSource/Applications/Burg.  The
+only modifications made to it are to allow it to compile.
+
+We originally downloaded Burg from the following URL:
+ftp://ftp.cs.arizona.edu/people/todd/burg.shar.Z
+