[cl-enumeration-cvs] CVS enumerations
mantoniotti
mantoniotti at common-lisp.net
Thu Dec 30 13:28:16 UTC 2010
Update of /project/cl-enumeration/cvsroot/enumerations
In directory cl-net:/tmp/cvs-serv3127
Modified Files:
sequence-enumeration.lisp
Log Message:
Copyright updated and other minor cosmetic changes.
--- /project/cl-enumeration/cvsroot/enumerations/sequence-enumeration.lisp 2005/03/09 18:18:02 1.1.1.1
+++ /project/cl-enumeration/cvsroot/enumerations/sequence-enumeration.lisp 2010/12/30 13:28:16 1.2
@@ -1,9 +1,13 @@
-;;; -*- Mode: Lisp -*-
+;;;; -*- Mode: Lisp -*-
+
+;;;; sequence-enumeration.lisp --
+;;;;
+;;;; See file COPYING for copyright and licensing information.
(in-package "CL.EXTENSIONS.ENUMERATIONS")
-;;;---------------------------------------------------------------------------
-;;; Sequence Enumeration.
+;;;;===========================================================================
+;;;; Sequence Enumeration.
(defclass sequence-enumeration (bounded-enumeration)
()
@@ -13,4 +17,4 @@
(:method ((x t)) nil)
(:method ((x sequence-enumeration)) t))
-;;; end of file -- sequence-enumerations.lisp --
+;;;; end of file -- sequence-enumerations.lisp --
More information about the Cl-enumeration-cvs
mailing list