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