update LICENSE to use "CS" and "BC"
This commit is contained in:
parent
28105b7be6
commit
1550179a37
12
LICENSE
12
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
|
license, at your option. However, the Racket runtime system includes
|
||||||
components distributed under other licenses. In short:
|
components distributed under other licenses. In short:
|
||||||
|
|
||||||
* The traditional Racket runtime system includes code distributed
|
* The Racket CS runtime system embeds Chez Scheme, which is
|
||||||
under the GNU Lesser General Public License, version 3. This
|
distributed under the Apache version 2.0 license. This runtime
|
||||||
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
|
|
||||||
system is built from code in racket/src/cs.
|
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"
|
Except for Windows executables that are created with the "embed DLLs"
|
||||||
option, the runtime system remains separate as a shared library or
|
option, the runtime system remains separate as a shared library or
|
||||||
additional executable, which means that it is dynamically linked and
|
additional executable, which means that it is dynamically linked and
|
||||||
|
|
Loading…
Reference in New Issue
Block a user