r3182: *** empty log message ***
[reversi.git] / package.lisp
index cb7fbce21bd0b50f312b624b2b6bb7da48a10eaf..c50d3ef57350c69a0abf8f099132517301c73877 100644 (file)
@@ -2,21 +2,24 @@
 ;;;;
 ;;;; FILE IDENTIFICATION
 ;;;; 
-;;;;  Name:           package.cl
+;;;;  Name:           package.lisp
 ;;;;  Purpose:        Package definition for reversi
 ;;;;  Programer:      Kevin M. Rosenberg
 ;;;;  Date Started:   1 Nov 2001
-;;;;  CVS Id:         $Id: package.lisp,v 1.1 2002/10/25 08:36:42 kevin Exp $
 ;;;;
+;;;; $Id: package.lisp,v 1.2 2002/10/25 09:23:39 kevin Exp $
+;;;;
+;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg 
+;;;;
+;;;; Reversi users are granted the rights to distribute and use this software
+;;;; as governed by the terms of the Lisp Lesser GNU Public License
+;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;;***************************************************************************
 
-(declaim (optimize (speed 1) (debug 3) (safety 3)))
 
 (in-package :cl-user)
 
-
 (defpackage :reversi
-  (:nicknames :o)
   (:use :common-lisp :common-lisp-user 
        #+clisp :ext
        #+clim :clim