#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Wed, 22 Feb 2017 21:22:50 +0100
changeset 3929 9a33e8c7b7d6
parent 3928 bf6f6f75212f
child 3930 1d08dbcfcbf1
#OTHER by cg comment/format
MatrixTransform2x3.st
--- a/MatrixTransform2x3.st	Wed Feb 22 19:13:29 2017 +0100
+++ b/MatrixTransform2x3.st	Wed Feb 22 21:22:50 2017 +0100
@@ -1,5 +1,18 @@
+"
+ COPYRIGHT (c) 1999 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.
+"
 "{ Package: 'stx:libview2' }"
 
+"{ NameSpace: Smalltalk }"
+
 DisplayTransform variableFloatSubclass:#MatrixTransform2x3
 	instanceVariableNames:''
 	classVariableNames:''
@@ -9,6 +22,20 @@
 
 !MatrixTransform2x3 class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1999 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.
+"
+!
+
 documentation
 "
     This class represents a transformation for points, that is a combination of scale, offset, and rotation. 
@@ -88,8 +115,6 @@
     ^self new setScale: aPoint
 ! !
 
-
-
 !MatrixTransform2x3 methodsFor:'accessing'!
 
 at: index
@@ -390,10 +415,10 @@
 !MatrixTransform2x3 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MatrixTransform2x3.st,v 1.6 2014-12-21 23:26:37 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/MatrixTransform2x3.st,v 1.6 2014-12-21 23:26:37 cg Exp $'
+    ^ '$Header$'
 ! !