stx_libbasic2.st
changeset 1723 419f90ed83cd
parent 1722 d5df2650ed19
child 1732 f6a1de369941
--- a/stx_libbasic2.st	Mon Aug 28 19:19:38 2006 +0200
+++ b/stx_libbasic2.st	Wed Aug 30 15:23:02 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:libbasic2' }"
 
 LibraryDefinition subclass:#stx_libbasic2
@@ -7,6 +19,28 @@
 	category:'* Projects *'
 !
 
+!stx_libbasic2 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_libbasic2
+    This library contains additional basic (nonGUI) classes.
+"
+! !
 
 !stx_libbasic2 class methodsFor:'description'!
 
@@ -198,5 +232,5 @@
 !stx_libbasic2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.13 2006-08-28 17:19:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.14 2006-08-30 13:23:02 cg Exp $'
 ! !