ProgramNodeEnumerator.st
changeset 1570 8ce7594e9b55
parent 1146 e3e399a85be0
child 1585 63f4b846bf3d
--- a/ProgramNodeEnumerator.st	Thu Jan 27 11:56:02 2005 +0100
+++ b/ProgramNodeEnumerator.st	Wed Feb 02 12:02:40 2005 +0100
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2004 by eXept Software AG
+              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.
+"
+
 "{ Package: 'stx:libcomp' }"
 
 Object subclass:#ProgramNodeEnumerator
@@ -9,6 +21,20 @@
 
 !ProgramNodeEnumerator class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2004 by eXept Software AG
+              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.
+"
+!
+
 documentation
 "
     This is a pure mimicri class.
@@ -137,5 +163,5 @@
 !ProgramNodeEnumerator class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ProgramNodeEnumerator.st,v 1.3 2001-02-01 11:33:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ProgramNodeEnumerator.st,v 1.4 2005-02-02 11:02:40 cg Exp $'
 ! !