diff -r a0cc38a72871 -r 81dacba7a63a Class.st --- a/Class.st Thu Jun 02 13:36:22 1994 +0200 +++ b/Class.st Thu Jun 02 18:22:49 1994 +0200 @@ -18,16 +18,32 @@ ! Class comment:' - COPYRIGHT (c) 1989 by Claus Gittinger All Rights Reserved - -$Header: /cvs/stx/stx/libbasic/Class.st,v 1.13 1994-06-02 11:19:23 claus Exp $ -written Spring 89 by claus '! !Class class methodsFor:'documentation'! +copyright +" + COPYRIGHT (c) 1989 by Claus Gittinger + All Rights Reserved + + 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. +" +! + +version +" +$Header: /cvs/stx/stx/libbasic/Class.st,v 1.14 1994-06-02 16:19:38 claus Exp $ +" +! + documentation " Class adds more functionality to classes; minimum stuff has already