From 303b410bc7c840b4d18f43aed547f9b8d0ab7076 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Fri, 1 May 2020 22:24:34 -0400 Subject: [PATCH] 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. --- LICENSE | 2 +- racket/src/LICENSE.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 2e03f17eef..ac7177e84c 100644 --- a/LICENSE +++ b/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 diff --git a/racket/src/LICENSE.txt b/racket/src/LICENSE.txt index 9937e1b9ac..ae815ead68 100644 --- a/racket/src/LICENSE.txt +++ b/racket/src/LICENSE.txt @@ -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