PrimaryNode.st
changeset 135 aa4f7b8f121e
parent 104 2016bfa4cd45
child 140 1ef1d1395146
--- a/PrimaryNode.st	Sun Nov 05 18:20:13 1995 +0100
+++ b/PrimaryNode.st	Sat Nov 11 16:31:47 1995 +0100
@@ -17,13 +17,6 @@
        category:'System-Compiler-Support'
 !
 
-PrimaryNode comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	     All Rights Reserved
-
-$Header: /cvs/stx/stx/libcomp/PrimaryNode.st,v 1.11 1995-08-11 20:28:17 claus Exp $
-'!
-
 !PrimaryNode class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libcomp/PrimaryNode.st,v 1.11 1995-08-11 20:28:17 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libcomp/PrimaryNode.st,v 1.12 1995-11-11 15:31:27 cg Exp $'
 !
 
 documentation