stx_libtool.st
changeset 7074 6690ccaad741
parent 7048 2dae35cc4a80
child 7127 dd8247ef86af
--- a/stx_libtool.st	Wed Aug 30 12:44:30 2006 +0200
+++ b/stx_libtool.st	Wed Aug 30 15:22:59 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:libtool' }"
 
 LibraryDefinition subclass:#stx_libtool
@@ -7,6 +19,28 @@
 	category:'* Projects *'
 !
 
+!stx_libtool 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_libtool.
+    This library contains developer tools.
+"
+! !
 
 !stx_libtool class methodsFor:'description'!
 
@@ -176,5 +210,5 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.6 2006-08-28 19:23:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.7 2006-08-30 13:22:59 cg Exp $'
 ! !