BZip2Stream.st
changeset 1308 d7bea6d0b3b6
parent 1196 bba6d37ed88b
child 1564 c3409f17ded6
--- a/BZip2Stream.st	Fri Aug 29 21:23:43 2003 +0200
+++ b/BZip2Stream.st	Fri Aug 29 21:31:33 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2002 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' }"
 
 CompressionStream subclass:#BZip2Stream
@@ -35,6 +47,21 @@
 %}
 ! !
 
+!BZip2Stream class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2002 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.
+"
+! !
 
 !BZip2Stream methodsFor:'low level'!
 
@@ -326,5 +353,5 @@
 !BZip2Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/BZip2Stream.st,v 1.6 2003-05-06 16:29:40 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/BZip2Stream.st,v 1.7 2003-08-29 19:31:11 cg Exp $'
 ! !