Object.st
changeset 88 81dacba7a63a
parent 85 1343af456e28
child 93 e31220cb391f
--- a/Object.st	Thu Jun 02 13:36:22 1994 +0200
+++ b/Object.st	Thu Jun 02 18:22:49 1994 +0200
@@ -26,11 +26,8 @@
 !
 
 Object comment:'
-
 COPYRIGHT (c) 1988 by Claus Gittinger
               All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic/Object.st,v 1.16 1994-06-02 11:21:03 claus Exp $
 '!
 
 "these will become classVariables soon ..."
@@ -39,6 +36,26 @@
 
 !Object class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1988 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/Object.st,v 1.17 1994-06-02 16:21:06 claus Exp $
+"
+!
+
 documentation
 "
    Class Object is the superclass of all other classes. Protocol common to