Update of /cvsroot/sbcl/sbcl
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv30183
Modified Files:
COPYING version.lisp-expr
Log Message:
1.0.43.21: typo in COPYING file
Spotted by Jean-Philippe Paradis.
Index: COPYING
===================================================================
RCS file: /cvsroot/sbcl/sbcl/COPYING,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- COPYING 1 Jun 2006 09:14:25 -0000 1.3
+++ COPYING 4 Oct 2010 09:51:59 -0000 1.4
@@ -7,9 +7,9 @@
(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.
+After CMU CL 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
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.5047
retrieving revision 1.5048
diff -u -d -r1.5047 -r1.5048
--- version.lisp-expr 4 Oct 2010 09:31:02 -0000 1.5047
+++ version.lisp-expr 4 Oct 2010 09:51:59 -0000 1.5048
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.43.20"
+"1.0.43.21"
|