LayoutOrigin.st
changeset 88 f8a41aa4b34b
parent 83 97fd04d167c8
child 93 f2389560b8eb
--- a/LayoutOrigin.st	Thu Aug 03 03:32:15 1995 +0200
+++ b/LayoutOrigin.st	Thu Aug 10 20:44:27 1995 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 1995 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.
+"
+
 'From Smalltalk/X, Version:2.10.5 on 15-apr-1995 at 12:14:46 pm'!
 
 Layout subclass:#LayoutOrigin
@@ -8,6 +20,28 @@
 	 category:'Graphics-Geometry'
 !
 
+!LayoutOrigin class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1995 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/libview2/LayoutOrigin.st,v 1.3 1995-08-10 18:44:01 claus Exp $
+"
+! !
+
 !LayoutOrigin class methodsFor:'instance creation'!
 
 fractionalFromPoint:aPoint