GraphicsAttributes.st
changeset 219 9ff0660f447f
parent 157 891eff44c2e7
child 6528 62c1dbef0b84
--- a/GraphicsAttributes.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/GraphicsAttributes.st	Sat Nov 11 16:54:10 1995 +0100
@@ -21,13 +21,6 @@
        category:'Graphics-Support'
 !
 
-GraphicsAttributes comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/GraphicsAttributes.st,v 1.3 1995-07-23 02:27:20 claus Exp $
-'!
-
 !GraphicsAttributes class methodsFor:'documentation'!
 
 copyright
@@ -45,9 +38,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/GraphicsAttributes.st,v 1.3 1995-07-23 02:27:20 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/GraphicsAttributes.st,v 1.4 1995-11-11 15:51:01 cg Exp $'
 !
 
 documentation