VariableString.st
changeset 4 1f66800df351
parent 3 c9936b5a86a1
child 22 cc7fa07dea1c
--- a/VariableString.st	Wed Oct 13 01:18:58 1993 +0100
+++ b/VariableString.st	Wed Oct 13 03:14:30 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1990-93 by Claus Gittinger
+ COPYRIGHT (c) 1993 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,13 +19,13 @@
 
 VariableString comment:'
 
-COPYRIGHT (c) 1990-93 by Claus Gittinger
+COPYRIGHT (c) 1990 by Claus Gittinger
               All Rights Reserved
 
 VariableStrings can grow and shrink - in contrast to Strings which are
 fixed in size - this may change in the future.
 
-$Header: /cvs/stx/stx/libbasic2/VariableString.st,v 1.3 1993-10-13 00:18:58 claus Exp $
+$Header: /cvs/stx/stx/libbasic2/VariableString.st,v 1.4 1993-10-13 02:14:30 claus Exp $
 '!
 
 !VariableString class methodsFor:'initialization'!