RIFFReader.st
changeset 526 263d3775d846
parent 525 59e97643a8bc
child 541 9b654ff94202
--- a/RIFFReader.st	Mon Apr 14 13:59:34 1997 +0200
+++ b/RIFFReader.st	Mon Apr 14 15:09:09 1997 +0200
@@ -9,6 +9,20 @@
 
 !RIFFReader class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1997 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
 "
     Helper to read RIFF files.
@@ -165,6 +179,6 @@
 !RIFFReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/RIFFReader.st,v 1.1 1997-04-14 11:59:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/RIFFReader.st,v 1.2 1997-04-14 13:09:09 cg Exp $'
 ! !
 RIFFReader initialize!