ObjectMemory.st
changeset 530 07d0bce293c9
parent 525 5d725316fd4a
child 532 2511c99de912
--- a/ObjectMemory.st	Sat Nov 11 15:31:28 1995 +0100
+++ b/ObjectMemory.st	Sat Nov 11 16:28:41 1995 +0100
@@ -33,13 +33,6 @@
        category:'System-Support'
 !
 
-ObjectMemory comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	     All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.75 1995-11-11 14:11:22 cg Exp $
-'!
-
 !ObjectMemory class methodsFor:'documentation'!
 
 copyright
@@ -57,9 +50,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.75 1995-11-11 14:11:22 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.76 1995-11-11 15:24:47 cg Exp $'
 !
 
 documentation