X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=927c4ff62e39b99103bcca067f55c975808ef20f;hb=4c844bde197de54c0343f7ab500153278f859ec6;hp=a57438e130af6f3b675b90fc68432a336817f7e9;hpb=3b025158ad1bab15e140a18acf31d4e1b7b88143;p=reversi.git diff --git a/package.lisp b/package.lisp index a57438e..927c4ff 100644 --- a/package.lisp +++ b/package.lisp @@ -7,20 +7,19 @@ ;;;; Programer: Kevin M. Rosenberg ;;;; Date Started: 1 Nov 2001 ;;;; -;;;; $Id: package.lisp,v 1.4 2002/10/27 22:04:56 kevin Exp $ +;;;; $Id$ ;;;; -;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg +;;;; This file is Copyright (c) 2001-2003 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. ;;;;*************************************************************************** - (in-package #:cl-user) (defpackage #:reversi - (:use #:common-lisp #:common-lisp-user + (:use #:common-lisp #+clisp #:ext #+clim #:clim #+clim #:clim-sys)