From bef3413c53cfea3d61ffc7e5d215d5ed5bd086cd Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Sat, 13 May 2006 19:34:27 +0000 Subject: [PATCH] 0.9.12.17: Add copyright information header. --- src/assembly/mips/arith.lisp | 11 +++++++++++ version.lisp-expr | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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" -- 1.7.10.4