FileText.st
changeset 4 1f66800df351
parent 2 07d9ee98e092
child 28 350f8e9493a4
--- a/FileText.st	Wed Oct 13 01:18:58 1993 +0100
+++ b/FileText.st	Wed Oct 13 03:14:30 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
@@ -20,7 +20,7 @@
 
 FileText comment:'
 
-COPYRIGHT (c) 1989/90/91 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 FileText represents the contents of a text-file;
@@ -29,7 +29,7 @@
 Individual textlines may be replaced by strings.
 the underlying file is NOT updated in this case
 
-$Header: /cvs/stx/stx/libbasic2/FileText.st,v 1.3 1993-10-13 00:15:58 claus Exp $
+$Header: /cvs/stx/stx/libbasic2/FileText.st,v 1.4 1993-10-13 02:12:06 claus Exp $
 '!
 
 !FileText class methodsFor:'instance creation'!