DisplayObject.st
changeset 6 4ac87e6bf82f
parent 4 1e7888dc7e57
child 7 c5622a04d596
--- a/DisplayObject.st	Wed Oct 13 01:46:47 1993 +0100
+++ b/DisplayObject.st	Wed Oct 13 03:44:41 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-92 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,13 +19,13 @@
 
 DisplayObject comment:'
 
-COPYRIGHT (c) 1989-92 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 generic superclass for Display Objects held in ObjectViews
 see DrawObject/LogicObject/DeskTopObject and subclasses for example use
 
-$Header: /cvs/stx/stx/libview2/DisplayObject.st,v 1.3 1993-10-13 00:44:58 claus Exp $
+$Header: /cvs/stx/stx/libview2/DisplayObject.st,v 1.4 1993-10-13 02:42:58 claus Exp $
 written fall/winter 89 by claus
 '!