*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 29 Aug 2003 21:32:19 +0200
changeset 5141 ffd2a0198999
parent 5140 36c7da05d814
child 5142 c3a536bb4425
*** empty log message ***
CodeGeneratorTool.st
--- a/CodeGeneratorTool.st	Fri Aug 29 21:29:24 2003 +0200
+++ b/CodeGeneratorTool.st	Fri Aug 29 21:32:19 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2002 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:libtool' }"
 
 Object subclass:#CodeGeneratorTool
@@ -9,6 +21,20 @@
 
 !CodeGeneratorTool class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2002 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 utility class contains various code generation facilites;
@@ -1273,5 +1299,5 @@
 !CodeGeneratorTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.16 2003-08-28 15:02:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.17 2003-08-29 19:32:19 cg Exp $'
 ! !