From 1550179a3773e2149a1a1dcacafc121574570cbc Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 15 Jan 2021 09:31:19 -0700 Subject: [PATCH] update LICENSE to use "CS" and "BC" --- LICENSE | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index ac7177e84c..6e2343b13d 100644 --- a/LICENSE +++ b/LICENSE @@ -2,14 +2,14 @@ Racket is distributed under the MIT license and the Apache version 2.0 license, at your option. However, the Racket runtime system includes components distributed under other licenses. In short: - * The traditional Racket runtime system includes code distributed - under the GNU Lesser General Public License, version 3. This - runtime system is built from code in racket/src/racket. - - * The Racket on Chez Scheme runtime system embeds Chez Scheme, which - is distributed under the Apache version 2.0 license. This runtime + * The Racket CS runtime system embeds Chez Scheme, which is + distributed under the Apache version 2.0 license. This runtime system is built from code in racket/src/cs. + * The Racket BC runtime system includes code distributed under the + GNU Lesser General Public License, version 3. This runtime system + is built from code in racket/src/bc. + Except for Windows executables that are created with the "embed DLLs" option, the runtime system remains separate as a shared library or additional executable, which means that it is dynamically linked and