From: Thiemo Seufer Date: Sat, 13 May 2006 19:34:27 +0000 (+0000) Subject: 0.9.12.17: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=bef3413c53cfea3d61ffc7e5d215d5ed5bd086cd;p=sbcl.git 0.9.12.17: Add copyright information header. --- diff --git a/src/assembly/mips/arith.lisp b/src/assembly/mips/arith.lisp index 5ac9b97..0bf279c 100644 --- a/src/assembly/mips/arith.lisp +++ b/src/assembly/mips/arith.lisp @@ -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") diff --git a/version.lisp-expr b/version.lisp-expr index 396c6e8..f909bd1 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"