aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2014-09-30 18:51:25 +0200
committerArmin Rigo <arigo@tunes.org>2014-09-30 18:51:25 +0200
commitce01abfd0c3032c4d589c1b59c4b3249347aabeb (patch)
tree9b846f32687ef43b79865227e8e3ea3e8f45bb15 /LICENSE
parentTest fix (diff)
downloadpypy-ce01abfd0c3032c4d589c1b59c4b3249347aabeb.tar.gz
pypy-ce01abfd0c3032c4d589c1b59c4b3249347aabeb.tar.bz2
pypy-ce01abfd0c3032c4d589c1b59c4b3249347aabeb.zip
Remove the crazy copying of license files from the current system.
Instead, write some static blurb of text that I hope is better anyway.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE40
1 files changed, 40 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index d295e60ece..94cde4cde6 100644
--- a/LICENSE
+++ b/LICENSE
@@ -367,3 +367,43 @@ limitations under the License.
Detailed license information is contained in the NOTICE file in the
directory.
+
+Licenses and Acknowledgements for Incorporated Software
+=======================================================
+
+This section is an incomplete, but growing list of licenses and
+acknowledgements for third-party software incorporated in the PyPy
+distribution.
+
+License for 'Tcl/Tk'
+--------------------
+
+This copy of PyPy contains library code that may, when used, result in
+the Tcl/Tk library to be loaded. PyPy also includes code that may be
+regarded as being a copy of some parts of the Tcl/Tk header files.
+You may see a copy of the License for Tcl/Tk in the file
+`lib_pypy/_tkinter/license.terms` included here.
+
+License for 'bzip2'
+-------------------
+
+This copy of PyPy may be linked (dynamically or statically) with the
+bzip2 library. You may see a copy of the License for bzip2/libbzip2 at
+
+ http://www.bzip.org/1.0.5/bzip2-manual-1.0.5.html
+
+License for 'openssl'
+---------------------
+
+This copy of PyPy may be linked (dynamically or statically) with the
+openssl library. You may see a copy of the License for OpenSSL at
+
+ https://www.openssl.org/source/license.html
+
+License for 'gdbm'
+------------------
+
+The gdbm module includes code from gdbm.h, which is distributed under
+the terms of the GPL license version 2 or any later version. Thus the
+gdbm module, provided in the file lib_pypy/gdbm.py, is redistributed
+under the terms of the GPL license as well.