*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 30 Aug 2006 15:23:07 +0200
changeset 2071 54af4d66b0fa
parent 2070 d8d3bdf3c90e
child 2072 0b0a24d7b198
*** empty log message ***
stx_libtool2.st
--- a/stx_libtool2.st	Tue Aug 29 13:27:06 2006 +0200
+++ b/stx_libtool2.st	Wed Aug 30 15:23:07 2006 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2006 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:libtool2' }"
 
 LibraryDefinition subclass:#stx_libtool2
@@ -7,6 +19,28 @@
 	category:'* Projects *'
 !
 
+!stx_libtool2 class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2006 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
+"
+    Build-Information for creation of the st/x standard library: stx_libtool2.
+    This library contains additional developer tools.
+"
+! !
 
 !stx_libtool2 class methodsFor:'description - compilation'!