From f57fbd94a628468fac1406e01873806f4cf77205 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 9 Apr 2013 05:41:07 -0400 Subject: [PATCH] Fix old pointers to COPYING.txt that should go to COPYING_LESSER.txt. --- collects/math/LICENSE.txt | 16 ++++++++-------- doc/doc-license.txt | 2 +- src/README | 3 ++- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/collects/math/LICENSE.txt b/collects/math/LICENSE.txt index a65bcde89b..07fa171c86 100644 --- a/collects/math/LICENSE.txt +++ b/collects/math/LICENSE.txt @@ -1,13 +1,13 @@ The math collection is distributed under the GNU Lesser General Public -License Version 2.1 (LGPLv2.1) just like the majority of Racket's libraries. -The LGPLv2.1 license text is included in every Racket distribution, in the -file "doc/release-notes/COPYING.txt". +License Version 3 (LGPLv3) just like the majority of Racket's libraries. +The LGPLv3 license text is included in every Racket distribution, in the +file "doc/release-notes/COPYING_LESSER.txt". -Some of the math library code is derived from the C++ project Boost, from -source files released under the Boost Software License Version 1.0 -(BSLv1.0). This license is compatible with the LGPLv2.1, provided the -BSLv1.0 license text is distributed along with any source code derived from -BSLv1.0 works. +Some of the math library code is derived from the C++ project Boost, +from source files released under the Boost Software License Version 1.0 +(BSLv1.0). This license is compatible with the LGPLv3, provided the +BSLv1.0 license text is distributed along with any source code derived +from BSLv1.0 works. Some of the math library is derived from ubiquitous C libraries released under a license with similar terms. diff --git a/doc/doc-license.txt b/doc/doc-license.txt index 24a53c8c43..b9622b1752 100644 --- a/doc/doc-license.txt +++ b/doc/doc-license.txt @@ -1,2 +1,2 @@ Unless noted otherwise, PLT Documentations are all distributed under -the terms of the LGPL. See release-notes/COPYING.txt. +the terms of the LGPL. See release-notes/COPYING_LESSER.txt. diff --git a/src/README b/src/README index d433a30f32..9314232615 100644 --- a/src/README +++ b/src/README @@ -1,5 +1,6 @@ This is the source code distribution for Racket. For license -information, please see the file racket/doc/release-notes/COPYING.txt. +information, please see the file +racket/doc/release-notes/COPYING_LESSER.txt. Compiled binaries, documentation, and up-to-date information are available at http://racket-lang.org/; pre-compiled nightly builds are