mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Installed ctor.lisp MAKE-INSTANCE optimization (from Gerd
Moellmann, via CSR sbcl-devel 2002-12-21)
... wrote tests for those bugs which it fixes
... do not delete fast-init.lisp yet; waiting for user feedback before
destroying some CVS history
... update COPYING information to reflect the new copyright
owner
18 lines
782 B
Plaintext
18 lines
782 B
Plaintext
SBCL is derived from CMU CL, which was released into the public
|
|
domain, subject only to the BSD-style "free, but credit must be given
|
|
and copyright notices must be retained" licenses in the LOOP macro
|
|
(from MIT and Symbolics) and in the PCL implementation of CLOS (from
|
|
Xerox).
|
|
|
|
After CMU CL was was released into the public domain, it was
|
|
maintained by volunteers, who continued the tradition of releasing
|
|
their work into the public domain.
|
|
|
|
All changes to SBCL since the fork from CMU CL have been released into
|
|
the public domain in jurisdictions where this is possible, or under
|
|
the FreeBSD licence where not.
|
|
|
|
Thus, there are no known obstacles to copying, using, and modifying
|
|
SBCL freely, as long as copyright notices of MIT, Symbolics, Xerox and
|
|
Gerd Moellmann are retained.
|