GradientFillStyle.st
changeset 7786 fd36d0af4169
parent 6684 c533ee9026a4
--- a/GradientFillStyle.st	Tue Jan 24 01:08:30 2017 +0100
+++ b/GradientFillStyle.st	Tue Jan 24 01:08:32 2017 +0100
@@ -1,5 +1,18 @@
+"
+ COPYRIGHT (c) 2014 by eXept Software AG
+              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:libview' }"
 
+"{ NameSpace: Smalltalk }"
+
 FillStyle subclass:#GradientFillStyle
 	instanceVariableNames:'colorRamp radial origin direction'
 	classVariableNames:''
@@ -9,6 +22,21 @@
 
 !GradientFillStyle class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2014 by eXept Software AG
+              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
 "
     an as-yet unused class.
@@ -27,15 +55,13 @@
 "
 ! !
 
-
-
 !GradientFillStyle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/GradientFillStyle.st,v 1.3 2014-12-19 21:31:27 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/GradientFillStyle.st,v 1.3 2014-12-19 21:31:27 cg Exp $'
+    ^ '$Header$'
 ! !