stx_libwidg2.st
changeset 3028 c4aaaac3bbc0
parent 3027 6bd1a676128a
child 3029 20769e7a1aea
--- a/stx_libwidg2.st	Tue Aug 22 18:40:56 2006 +0200
+++ b/stx_libwidg2.st	Tue Aug 22 23:21:17 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:libwidg2' }"
 
 LibraryDefinition subclass:#stx_libwidg2
@@ -7,6 +19,28 @@
 	category:'* Projects *'
 !
 
+!stx_libwidg2 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_libwidg.
+    This library contains additional gui components (widgets).
+"
+! !
 
 !stx_libwidg2 class methodsFor:'description'!
 
@@ -157,5 +191,5 @@
 !stx_libwidg2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.3 2006-08-22 16:40:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.4 2006-08-22 21:21:17 cg Exp $'
 ! !