CRC32Stream.st
changeset 2416 df3f9f02c8d8
parent 2334 1a245a5b81ab
child 2564 0c8cd34c7176
--- a/CRC32Stream.st	Fri Jan 22 13:48:38 2010 +0100
+++ b/CRC32Stream.st	Mon Feb 01 12:28:46 2010 +0100
@@ -1,3 +1,14 @@
+"
+ 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' }"
 
 HashStream subclass:#CRC32Stream
@@ -9,6 +20,20 @@
 
 !CRC32Stream 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
 "
     Standard CRC method as defined by ISO 3309 [ISO-3309] or ITU-T V.42 [ITU-T-V42]. 
@@ -292,11 +317,11 @@
 !CRC32Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/CRC32Stream.st,v 1.11 2009-11-05 16:25:21 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/CRC32Stream.st,v 1.12 2010-02-01 11:28:46 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/CRC32Stream.st,v 1.11 2009-11-05 16:25:21 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/CRC32Stream.st,v 1.12 2010-02-01 11:28:46 cg Exp $'
 ! !
 
 CRC32Stream initialize!