PosStream.st
changeset 5 67342904af11
parent 3 24d81bf47225
child 10 4f1f9a91e406
--- a/PosStream.st	Wed Oct 13 01:20:27 1993 +0100
+++ b/PosStream.st	Wed Oct 13 03:14:32 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,14 +19,14 @@
 
 PositionableStream comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 Instances of myself allow positioning the read pointer.
 I also add methods for source-chunk reading and writing
 and for filing-in/out of source code.
 
-$Header: /cvs/stx/stx/libbasic/Attic/PosStream.st,v 1.3 1993-10-13 00:17:00 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Attic/PosStream.st,v 1.4 1993-10-13 02:13:11 claus Exp $
 
 TODO
    change to use signals for error handling during fileIn