packages/Package.st
changeset 1443 6dfdf336b472
parent 1285 143445ab234b
child 1674 eba8dbb49868
--- a/packages/Package.st	Mon Jan 09 16:31:45 2006 +0100
+++ b/packages/Package.st	Tue Jan 10 10:25:29 2006 +0100
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2003 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:libbasic3' }"
 
 "{ NameSpace: Packages }"
@@ -50,6 +62,20 @@
 
 !Package class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2003 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
 "
     documentation to be added.
@@ -2310,5 +2336,5 @@
 !Package class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/packages/Package.st,v 1.7 2003-06-03 11:05:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/packages/Package.st,v 1.8 2006-01-10 09:25:22 cg Exp $'
 ! !