From 7eadec6327cc996483aae4c5db8145bc409d694a Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 13 Oct 2003 20:34:27 +0000 Subject: [PATCH] Adding additional license information to these files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9102 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/LICENSE.TXT | 24 ++++++++++++++++++++++++ include/boost/LICENSE.TXT | 6 ++++++ runtime/GCCLibraries/libc/LICENSE.TXT | 5 +++++ utils/Burg/LICENSE.TXT | 19 +++++++++++++++++++ 4 files changed, 54 insertions(+) create mode 100644 autoconf/LICENSE.TXT create mode 100644 include/boost/LICENSE.TXT create mode 100644 runtime/GCCLibraries/libc/LICENSE.TXT create mode 100644 utils/Burg/LICENSE.TXT diff --git a/autoconf/LICENSE.TXT b/autoconf/LICENSE.TXT new file mode 100644 index 00000000000..72fdd39edcc --- /dev/null +++ b/autoconf/LICENSE.TXT @@ -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 index 00000000000..f176868bced --- /dev/null +++ b/include/boost/LICENSE.TXT @@ -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 index 00000000000..7e52b94e945 --- /dev/null +++ b/runtime/GCCLibraries/libc/LICENSE.TXT @@ -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 index 00000000000..9f42d644457 --- /dev/null +++ b/utils/Burg/LICENSE.TXT @@ -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 +