diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-17 21:37:26 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-17 21:37:26 +0000 |
commit | 7d13d565afbe19762d74f18a8217dc6ecbc149ff (patch) | |
tree | ebd36f7d2dd513bdf36c688c4707e72e692980c0 | |
parent | 1da6f90d2bdd7145886c435b4a5a05964a124b3f (diff) | |
download | bcm5719-llvm-7d13d565afbe19762d74f18a8217dc6ecbc149ff.tar.gz bcm5719-llvm-7d13d565afbe19762d74f18a8217dc6ecbc149ff.zip |
Adding license information for the sample project.
llvm-svn: 9209
-rw-r--r-- | llvm/projects/sample/autoconf/LICENSE.TXT | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/llvm/projects/sample/autoconf/LICENSE.TXT b/llvm/projects/sample/autoconf/LICENSE.TXT new file mode 100644 index 00000000000..72fdd39edcc --- /dev/null +++ b/llvm/projects/sample/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. + |