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:
Sam Tobin-Hochstadt 2020-05-01 22:24:34 -04:00
parent 61cefe693a
commit 303b410bc7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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