0.9.12.17:
authorThiemo Seufer <ths@networkno.de>
Sat, 13 May 2006 19:34:27 +0000 (19:34 +0000)
committerThiemo Seufer <ths@networkno.de>
Sat, 13 May 2006 19:34:27 +0000 (19:34 +0000)
Add copyright information header.

src/assembly/mips/arith.lisp
version.lisp-expr

index 5ac9b97..0bf279c 100644 (file)
@@ -1,3 +1,14 @@
+;;;; stuff to handle simple cases for generic arithmetic
+
+;;;; This software is part of the SBCL system. See the README file for
+;;;; more information.
+;;;;
+;;;; This software is derived from the CMU CL system, which was
+;;;; written at Carnegie Mellon University and released into the
+;;;; public domain. The software is in the public domain and is
+;;;; provided with absolutely no warranty. See the COPYING and CREDITS
+;;;; files for more information.
+
 (in-package "SB!VM")
 
 
index 396c6e8..f909bd1 100644 (file)
@@ -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".)
-"0.9.12.16"
+"0.9.12.17"