X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=ml-class.lisp;h=740e610d9a1e935e9feb22592ea59ff5e1082ef9;hp=cfe2ab7455d26a3f12bcba792d63de393ffaf2a1;hb=0e5343fda28c559f11e003805727f4c625d178f3;hpb=5e5cc3c20a925d8af5de153a118fdaf0792dd7e2 diff --git a/ml-class.lisp b/ml-class.lisp index cfe2ab7..740e610 100644 --- a/ml-class.lisp +++ b/ml-class.lisp @@ -11,15 +11,15 @@ ;;;; in Text, HTML, and XML formats. This includes hyperlinking ;;;; capability and sub-objects. ;;;; -;;;; $Id: ml-class.lisp,v 1.1 2002/10/06 13:21:47 kevin Exp $ +;;;; $Id: ml-class.lisp,v 1.2 2002/10/06 13:30:17 kevin Exp $ ;;;; -;;;; This file, part of Webutils, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; This file, part of Kmrcl, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; -;;;; Webutils users are granted the rights to distribute and use this software +;;;; Kmrcl users are granted the rights to distribute and use this software ;;;; as governed by the terms of the GNU General Public License. ;;;; ************************************************************************* -(in-package :webutils) +(in-package :kmrcl) (declaim (optimize (speed 3) (safety 1)))