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