Update of /project/cl-enumeration/cvsroot/enumerations In directory cl-net:/tmp/cvs-serv5926 Modified Files: string-enumerations.lisp Log Message: Copyright updated and other minor cosmetic changes. --- /project/cl-enumeration/cvsroot/enumerations/string-enumerations.lisp 2005/11/14 16:38:54 1.2 +++ /project/cl-enumeration/cvsroot/enumerations/string-enumerations.lisp 2010/12/30 13:31:16 1.3 @@ -1,9 +1,13 @@ -;;; -*- Mode: Lisp -*- +;;;; -*- Mode: Lisp -*- -(in-package "CL.EXTENSIONS.ENUMERATIONS") +;;;; sequence-enumeration.lisp -- +;;;; +;;;; See file COPYING for copyright and licensing information. -;;;--------------------------------------------------------------------------- -;;; String Enumeration. +(in-package "CL.EXTENSIONS.DAC.ENUMERATIONS") + +;;;;=========================================================================== +;;;; String Enumeration. (defclass string-enumeration (vector-enumeration) ()