VariableString.st
changeset 31 e223f3cf2995
parent 28 350f8e9493a4
child 36 d046fe84ea67
--- a/VariableString.st	Thu Jun 02 18:22:02 1994 +0200
+++ b/VariableString.st	Thu Jun 02 19:20:18 1994 +0200
@@ -18,17 +18,41 @@
 !
 
 VariableString comment:'
+COPYRIGHT (c) 1990 by Claus Gittinger
+              All Rights Reserved
+'!
 
-COPYRIGHT (c) 1990 by Claus Gittinger
+!VariableString class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1993 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.
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
 
-WARNING: This class will be removed from the system soon ....
+version
+"
+$Header: /cvs/stx/stx/libbasic2/VariableString.st,v 1.7 1994-06-02 17:20:18 claus Exp $
+"
+!
 
-$Header: /cvs/stx/stx/libbasic2/VariableString.st,v 1.6 1994-06-02 11:36:33 claus Exp $
-'!
+documentation
+"
+    VariableStrings can grow and shrink - in contrast to Strings which are
+    fixed in size - this may change in the future.
+
+    WARNING: This class is a historic leftover and will vanish soon.
+             Dont use it.
+"
+! !
 
 !VariableString class methodsFor:'initialization'!