packages/StxPackageFileWriter.st
changeset 1445 b8cc2792ab97
parent 1268 9dc8d1b8ce9b
child 3011 1997ff6e7e55
--- a/packages/StxPackageFileWriter.st	Tue Jan 10 10:29:56 2006 +0100
+++ b/packages/StxPackageFileWriter.st	Tue Jan 10 10:32:17 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 }"
@@ -16,6 +28,21 @@
 	privateIn:StxPackageFileWriter
 !
 
+!StxPackageFileWriter 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.
+"
+! !
 
 !StxPackageFileWriter class methodsFor:'instance creation'!
 
@@ -429,5 +456,5 @@
 !StxPackageFileWriter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/packages/StxPackageFileWriter.st,v 1.4 2003-05-09 12:23:42 james Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/packages/StxPackageFileWriter.st,v 1.5 2006-01-10 09:31:44 cg Exp $'
 ! !