The Racket Programming Language
===============================

This is the
  Minimal Racket | Mac OS X | 64-bit Intel | Tarball
distribution for version 7.9.
 
The distribution has been configured so that when you install or
update packages, the package catalog at
  https://download.racket-lang.org/releases/7.9/catalog/
is consulted first.

Visit http://racket-lang.org/ for more Racket resources.


License
-------

Racket is distributed under the MIT license and the Apache version 2.0
license, at your option.

The Racket runtime system includes code distributed under the GNU
Lesser General Public License, version 3.
The runtime system remains separate as a shared library or
additional executable, which means that it is dynamically linked
and can be replaced with a modified variant by users, except
for Windows executables that are created with the "embed DLLs"
option.

See the file "LICENSE-LGPL.txt" in "share" for the full text of the
GNU Lesser General Public License.

See the file "LICENSE-APACHE.txt" in "share" for the full text of the
Apache version 2.0 license.

See the file "LICENSE-MIT.txt" in "share" for the full text of the
MIT license.

Racket packages that are included in the distribution have their own
licenses. See the package files in "pkgs" within "share" for more
information.
