Interval.st
changeset 5 67342904af11
parent 3 24d81bf47225
child 39 bcf183a31bbb
--- a/Interval.st	Wed Oct 13 01:20:27 1993 +0100
+++ b/Interval.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,7 +19,7 @@
 
 Interval comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 Intervals represent a collection (or range) of numeric values specified by
@@ -27,7 +27,7 @@
 For example, the interval (1 to:5) containes the elements (1 2 3 4 5) and
 (1 to:6 by:2) contains (1 3 5).
 
-$Header: /cvs/stx/stx/libbasic/Interval.st,v 1.3 1993-10-13 00:16:17 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Interval.st,v 1.4 1993-10-13 02:12:25 claus Exp $
 
 written summer 89 by claus
 '!