CharacterArray.st
changeset 528 a083413dfbe8
parent 516 17a170eb1112
child 581 8a991a4cb738
--- a/CharacterArray.st	Sat Nov 11 15:25:35 1995 +0100
+++ b/CharacterArray.st	Sat Nov 11 15:28:26 1995 +0100
@@ -17,13 +17,6 @@
        category:'Collections-Text'
 !
 
-CharacterArray comment:'
-COPYRIGHT (c) 1994 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.35 1995-11-09 14:14:52 cg Exp $
-'!
-
 !CharacterArray class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.35 1995-11-09 14:14:52 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.36 1995-11-11 14:27:38 cg Exp $'
 !
 
 documentation