UnboundedExternalStream.st
changeset 530 07d0bce293c9
parent 384 cc3d110ea879
child 614 acfce2315f75
--- a/UnboundedExternalStream.st	Sat Nov 11 15:31:28 1995 +0100
+++ b/UnboundedExternalStream.st	Sat Nov 11 16:28:41 1995 +0100
@@ -17,13 +17,6 @@
        category:'Streams-External'
 !
 
-UnboundedExternalStream comment:'
-COPYRIGHT (c) 1994 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic/UnboundedExternalStream.st,v 1.5 1995-08-11 03:04:35 claus Exp $
-'!
-
 !UnboundedExternalStream class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic/UnboundedExternalStream.st,v 1.5 1995-08-11 03:04:35 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic/UnboundedExternalStream.st,v 1.6 1995-11-11 15:28:03 cg Exp $'
 !
 
 documentation