Model.st
changeset 6 4ac87e6bf82f
parent 5 4d55b551dc57
child 10 6693d06dd076
--- a/Model.st	Wed Oct 13 01:46:47 1993 +0100
+++ b/Model.st	Wed Oct 13 03:44:41 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1992-93 by Claus Gittinger
+ COPYRIGHT (c) 1992 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,7 +19,7 @@
 
 Model comment:'
 
-COPYRIGHT (c) 1992-93 by Claus Gittinger
+COPYRIGHT (c) 1992 by Claus Gittinger
               All Rights Reserved
 
 Model are things that can be displayed in a view. I keep track of 
@@ -30,7 +30,7 @@
 Instance variables:
     dependentViews      Collection      the views knowing me
 
-$Header: /cvs/stx/stx/libview2/Model.st,v 1.2 1993-10-13 00:46:11 claus Exp $
+$Header: /cvs/stx/stx/libview2/Model.st,v 1.3 1993-10-13 02:43:55 claus Exp $
 written summer 92 by claus
 '!