ReadWriteStream.st
changeset 5 67342904af11
parent 3 24d81bf47225
child 41 a14247b04d03
--- a/ReadWriteStream.st	Wed Oct 13 01:20:27 1993 +0100
+++ b/ReadWriteStream.st	Wed Oct 13 03:14:32 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989/90/91 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,10 +19,10 @@
 
 ReadWriteStream comment:'
 
-COPYRIGHT (c) 1989/90/91 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/ReadWriteStream.st,v 1.3 1993-10-13 00:17:08 claus Exp $
+$Header: /cvs/stx/stx/libbasic/ReadWriteStream.st,v 1.4 1993-10-13 02:13:21 claus Exp $
 '!
 
 !ReadWriteStream methodsFor: 'access-reading'!