From 8dd65db7e2bbca58be365c9afa5912fe314de424 Mon Sep 17 00:00:00 2001 From: kryptine Date: Tue, 25 Feb 2020 19:13:34 +0000 Subject: [PATCH] Update package LICENSE files (#3048) * Remove obsolete LGPL license files * Add LICENSE files to packages --- pkgs/at-exp-lib/LICENSE | 10 ++++++++++ pkgs/at-exp-lib/LICENSE.txt | 10 ---------- pkgs/base/LICENSE | 10 ++++++++++ pkgs/base/LICENSE.txt | 10 ---------- pkgs/compiler-lib/LICENSE | 10 ++++++++++ pkgs/compiler-lib/LICENSE.txt | 10 ---------- pkgs/compiler-test/LICENSE | 10 ++++++++++ pkgs/compiler-test/LICENSE.txt | 10 ---------- pkgs/compiler/LICENSE | 10 ++++++++++ pkgs/compiler/LICENSE.txt | 10 ---------- pkgs/net-doc/LICENSE | 10 ++++++++++ pkgs/net-doc/LICENSE.txt | 10 ---------- pkgs/net-lib/LICENSE | 10 ++++++++++ pkgs/net-lib/LICENSE.txt | 10 ---------- pkgs/net-test/LICENSE | 10 ++++++++++ pkgs/net-test/LICENSE.txt | 10 ---------- pkgs/net/LICENSE | 10 ++++++++++ pkgs/net/LICENSE.txt | 10 ---------- pkgs/plt-services/LICENSE | 10 ++++++++++ pkgs/racket-benchmarks/LICENSE | 10 ++++++++++ pkgs/racket-build-guide/LICENSE | 10 ++++++++++ pkgs/racket-doc/LICENSE | 10 ++++++++++ pkgs/racket-doc/LICENSE.txt | 10 ---------- pkgs/racket-index/LICENSE | 10 ++++++++++ pkgs/racket-index/LICENSE.txt | 10 ---------- pkgs/racket-lib/LICENSE | 10 ++++++++++ pkgs/racket-lib/LICENSE.txt | 10 ---------- pkgs/racket-test-core/LICENSE | 10 ++++++++++ pkgs/racket-test-core/LICENSE.txt | 10 ---------- pkgs/racket-test-extra/LICENSE | 10 ++++++++++ pkgs/racket-test/LICENSE | 10 ++++++++++ pkgs/racket-test/LICENSE.txt | 10 ---------- pkgs/zo-lib/LICENSE | 10 ++++++++++ 33 files changed, 190 insertions(+), 140 deletions(-) create mode 100644 pkgs/at-exp-lib/LICENSE delete mode 100644 pkgs/at-exp-lib/LICENSE.txt create mode 100644 pkgs/base/LICENSE delete mode 100644 pkgs/base/LICENSE.txt create mode 100644 pkgs/compiler-lib/LICENSE delete mode 100644 pkgs/compiler-lib/LICENSE.txt create mode 100644 pkgs/compiler-test/LICENSE delete mode 100644 pkgs/compiler-test/LICENSE.txt create mode 100644 pkgs/compiler/LICENSE delete mode 100644 pkgs/compiler/LICENSE.txt create mode 100644 pkgs/net-doc/LICENSE delete mode 100644 pkgs/net-doc/LICENSE.txt create mode 100644 pkgs/net-lib/LICENSE delete mode 100644 pkgs/net-lib/LICENSE.txt create mode 100644 pkgs/net-test/LICENSE delete mode 100644 pkgs/net-test/LICENSE.txt create mode 100644 pkgs/net/LICENSE delete mode 100644 pkgs/net/LICENSE.txt create mode 100644 pkgs/plt-services/LICENSE create mode 100644 pkgs/racket-benchmarks/LICENSE create mode 100644 pkgs/racket-build-guide/LICENSE create mode 100644 pkgs/racket-doc/LICENSE delete mode 100644 pkgs/racket-doc/LICENSE.txt create mode 100644 pkgs/racket-index/LICENSE delete mode 100644 pkgs/racket-index/LICENSE.txt create mode 100644 pkgs/racket-lib/LICENSE delete mode 100644 pkgs/racket-lib/LICENSE.txt create mode 100644 pkgs/racket-test-core/LICENSE delete mode 100644 pkgs/racket-test-core/LICENSE.txt create mode 100644 pkgs/racket-test-extra/LICENSE create mode 100644 pkgs/racket-test/LICENSE delete mode 100644 pkgs/racket-test/LICENSE.txt create mode 100644 pkgs/zo-lib/LICENSE diff --git a/pkgs/at-exp-lib/LICENSE b/pkgs/at-exp-lib/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/at-exp-lib/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/pkgs/at-exp-lib/LICENSE.txt b/pkgs/at-exp-lib/LICENSE.txt deleted file mode 100644 index a6e3716502..0000000000 --- a/pkgs/at-exp-lib/LICENSE.txt +++ /dev/null @@ -1,10 +0,0 @@ -at-exp-lib - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/pkgs/base/LICENSE b/pkgs/base/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/base/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/pkgs/base/LICENSE.txt b/pkgs/base/LICENSE.txt deleted file mode 100644 index f792a8e0da..0000000000 --- a/pkgs/base/LICENSE.txt +++ /dev/null @@ -1,10 +0,0 @@ -base - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/pkgs/compiler-lib/LICENSE b/pkgs/compiler-lib/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/compiler-lib/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/pkgs/compiler-lib/LICENSE.txt b/pkgs/compiler-lib/LICENSE.txt deleted file mode 100644 index d07ad48236..0000000000 --- a/pkgs/compiler-lib/LICENSE.txt +++ /dev/null @@ -1,10 +0,0 @@ -compiler-lib - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/pkgs/compiler-test/LICENSE b/pkgs/compiler-test/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/compiler-test/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/pkgs/compiler-test/LICENSE.txt b/pkgs/compiler-test/LICENSE.txt deleted file mode 100644 index 0f1597f416..0000000000 --- a/pkgs/compiler-test/LICENSE.txt +++ /dev/null @@ -1,10 +0,0 @@ -compiler-test - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/pkgs/compiler/LICENSE b/pkgs/compiler/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/compiler/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/pkgs/compiler/LICENSE.txt b/pkgs/compiler/LICENSE.txt deleted file mode 100644 index 8cbf545658..0000000000 --- a/pkgs/compiler/LICENSE.txt +++ /dev/null @@ -1,10 +0,0 @@ -compiler - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/pkgs/net-doc/LICENSE b/pkgs/net-doc/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/net-doc/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/pkgs/net-doc/LICENSE.txt b/pkgs/net-doc/LICENSE.txt deleted file mode 100644 index 254c5ce15b..0000000000 --- a/pkgs/net-doc/LICENSE.txt +++ /dev/null @@ -1,10 +0,0 @@ -net-doc - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/pkgs/net-lib/LICENSE b/pkgs/net-lib/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/net-lib/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/pkgs/net-lib/LICENSE.txt b/pkgs/net-lib/LICENSE.txt deleted file mode 100644 index a52bbfa5c3..0000000000 --- a/pkgs/net-lib/LICENSE.txt +++ /dev/null @@ -1,10 +0,0 @@ -net-lib - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/pkgs/net-test/LICENSE b/pkgs/net-test/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/net-test/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/pkgs/net-test/LICENSE.txt b/pkgs/net-test/LICENSE.txt deleted file mode 100644 index 6b05b3bb42..0000000000 --- a/pkgs/net-test/LICENSE.txt +++ /dev/null @@ -1,10 +0,0 @@ -net-test - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/pkgs/net/LICENSE b/pkgs/net/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/net/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/pkgs/net/LICENSE.txt b/pkgs/net/LICENSE.txt deleted file mode 100644 index 501f8a18fb..0000000000 --- a/pkgs/net/LICENSE.txt +++ /dev/null @@ -1,10 +0,0 @@ -net - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/pkgs/plt-services/LICENSE b/pkgs/plt-services/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/plt-services/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/pkgs/racket-benchmarks/LICENSE b/pkgs/racket-benchmarks/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/racket-benchmarks/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/pkgs/racket-build-guide/LICENSE b/pkgs/racket-build-guide/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/racket-build-guide/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/pkgs/racket-doc/LICENSE b/pkgs/racket-doc/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/racket-doc/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/pkgs/racket-doc/LICENSE.txt b/pkgs/racket-doc/LICENSE.txt deleted file mode 100644 index 1be085d568..0000000000 --- a/pkgs/racket-doc/LICENSE.txt +++ /dev/null @@ -1,10 +0,0 @@ -racket-doc - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/pkgs/racket-index/LICENSE b/pkgs/racket-index/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/racket-index/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/pkgs/racket-index/LICENSE.txt b/pkgs/racket-index/LICENSE.txt deleted file mode 100644 index f8d77c6824..0000000000 --- a/pkgs/racket-index/LICENSE.txt +++ /dev/null @@ -1,10 +0,0 @@ -racket-index - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/pkgs/racket-lib/LICENSE b/pkgs/racket-lib/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/racket-lib/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/pkgs/racket-lib/LICENSE.txt b/pkgs/racket-lib/LICENSE.txt deleted file mode 100644 index a3d336578b..0000000000 --- a/pkgs/racket-lib/LICENSE.txt +++ /dev/null @@ -1,10 +0,0 @@ -racket-lib - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/pkgs/racket-test-core/LICENSE b/pkgs/racket-test-core/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/racket-test-core/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/pkgs/racket-test-core/LICENSE.txt b/pkgs/racket-test-core/LICENSE.txt deleted file mode 100644 index fa0be1a76a..0000000000 --- a/pkgs/racket-test-core/LICENSE.txt +++ /dev/null @@ -1,10 +0,0 @@ -racket-test - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/pkgs/racket-test-extra/LICENSE b/pkgs/racket-test-extra/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/racket-test-extra/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/pkgs/racket-test/LICENSE b/pkgs/racket-test/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/racket-test/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/pkgs/racket-test/LICENSE.txt b/pkgs/racket-test/LICENSE.txt deleted file mode 100644 index fa0be1a76a..0000000000 --- a/pkgs/racket-test/LICENSE.txt +++ /dev/null @@ -1,10 +0,0 @@ -racket-test - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/pkgs/zo-lib/LICENSE b/pkgs/zo-lib/LICENSE new file mode 100644 index 0000000000..a214776564 --- /dev/null +++ b/pkgs/zo-lib/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses.