BinaryNd.st
changeset 20 f8dd8ba75205
parent 13 30e69e21d1d1
child 32 094d0a06c0ed
--- a/BinaryNd.st	Wed Mar 30 12:10:24 1994 +0200
+++ b/BinaryNd.st	Thu Jun 02 22:26:28 1994 +0200
@@ -20,9 +20,35 @@
 BinaryNode comment:'
 COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
+'!
 
-$Header: /cvs/stx/stx/libcomp/Attic/BinaryNd.st,v 1.5 1994-01-16 03:51:32 claus Exp $
-'!
+!BinaryNode class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1989 by Claus Gittinger
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
+version
+"
+$Header: /cvs/stx/stx/libcomp/Attic/BinaryNd.st,v 1.6 1994-06-02 20:25:52 claus Exp $
+"
+!
+
+documentation
+"
+    node for parse-trees, representing binary message sends
+"
+! !
 
 !BinaryNode methodsFor:'queries'!