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