Colormap.st
changeset 219 9ff0660f447f
parent 153 c56277fa4865
child 285 1effedd62f30
--- a/Colormap.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Colormap.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Graphics-Images support'
 !
 
-Colormap comment:'
-COPYRIGHT (c) 1994 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Colormap.st,v 1.3 1995-06-27 02:18:24 claus Exp $
-'!
-
 !Colormap class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Colormap.st,v 1.3 1995-06-27 02:18:24 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Colormap.st,v 1.4 1995-11-11 15:48:49 cg Exp $'
 !
 
 documentation