Cursor.st
changeset 46 7b331e9012fd
parent 38 2652fc96e660
child 54 29a6b2f8e042
--- a/Cursor.st	Thu Jun 02 23:21:42 1994 +0200
+++ b/Cursor.st	Fri Jun 03 02:54:39 1994 +0200
@@ -27,19 +27,32 @@
 !
 
 Cursor comment:'
-
 COPYRIGHT (c) 1992 by Claus Gittinger
              All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Cursor.st,v 1.8 1994-03-30 10:11:08 claus Exp $
-
-see Cursor class documentation for info.
-
-rewritten from XCursor summer 92 by claus
 '!
 
 !Cursor class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1992 by Claus Gittinger
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
+version
+"
+$Header: /cvs/stx/stx/libview/Cursor.st,v 1.9 1994-06-03 00:52:03 claus Exp $
+"
+!
+
 documentation
 "
     I represents cursors in a device independent manner.