Archiver.st
changeset 1554 a92694a00c33
parent 1479 7da16828bfab
child 1590 61d8f450a232
--- a/Archiver.st	Tue May 03 19:43:01 2005 +0200
+++ b/Archiver.st	Fri May 06 19:10:22 2005 +0200
@@ -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:libbasic2' }"
 
 Object subclass:#Archiver
@@ -85,6 +97,21 @@
 	privateIn:Archiver
 !
 
+!Archiver 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.
+"
+! !
 
 !Archiver class methodsFor:'instance creation'!
 
@@ -1276,5 +1303,5 @@
 !Archiver class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Archiver.st,v 1.24 2004-09-29 11:30:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Archiver.st,v 1.25 2005-05-06 17:10:22 cg Exp $'
 ! !