Fix old pointers to COPYING.txt that should go to COPYING_LESSER.txt.
This commit is contained in:
parent
bc7230bea2
commit
f57fbd94a6
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user