Recent GMP is under LGPL v3.
Update GMP license statment following 392dc33ceb
which comes from
a recent GMP version.
This does not affect the overall license situation of Racket BC,
which includes other LGPL v3 code, or of Racket CS, which does not
use GMP.
This commit is contained in:
parent
61cefe693a
commit
303b410bc7
2
LICENSE
2
LICENSE
|
@ -49,7 +49,7 @@ The following are used only in the traditional Racket executable:
|
|||
|
||||
* GMP. Code from GMP can be found in racket/src/racket/src. The
|
||||
version of GMP used is distributed under the GNU Lesser General
|
||||
Public License version 2.1.
|
||||
Public License version 3.
|
||||
|
||||
* The Boehm Collector. Code for this package can be found in
|
||||
racket/src/racket/gc. See the file racket/src/racket/gc/README.QUICK
|
||||
|
|
|
@ -49,7 +49,7 @@ The following are used only in the traditional Racket executable:
|
|||
|
||||
* GMP. Code from GMP can be found in racket/src. The
|
||||
version of GMP used is distributed under the GNU Lesser General
|
||||
Public License version 2.1.
|
||||
Public License version 3.
|
||||
|
||||
* The Boehm Collector. Code for this package can be found in
|
||||
racket/gc. See the file racket/gc/README.QUICK
|
||||
|
|
Loading…
Reference in New Issue
Block a user