ObjFLoader.st
changeset 135 aa4f7b8f121e
parent 134 d93682ca90a1
child 138 edbf31a5b793
--- a/ObjFLoader.st	Sun Nov 05 18:20:13 1995 +0100
+++ b/ObjFLoader.st	Sat Nov 11 16:31:47 1995 +0100
@@ -19,13 +19,6 @@
        category:'System-Compiler'
 !
 
-ObjectFileLoader comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	     All Rights Reserved
-
-$Header: /cvs/stx/stx/libcomp/Attic/ObjFLoader.st,v 1.51 1995-11-05 17:20:13 cg Exp $
-'!
-
 !ObjectFileLoader class methodsFor:'documentation'!
 
 copyright
@@ -43,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libcomp/Attic/ObjFLoader.st,v 1.51 1995-11-05 17:20:13 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ObjFLoader.st,v 1.52 1995-11-11 15:30:50 cg Exp $'
 !
 
 documentation