added: #copyright
authorClaus Gittinger <cg@exept.de>
Wed, 04 Nov 2009 15:32:11 +0100
changeset 5464 a76eb3ed2aff
parent 5463 9845c7cb66e1
child 5465 02601a774050
added: #copyright
RoundButtonBorder.st
--- a/RoundButtonBorder.st	Wed Nov 04 15:32:02 2009 +0100
+++ b/RoundButtonBorder.st	Wed Nov 04 15:32:11 2009 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2009 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' }"
 
 AbstractBorder subclass:#RoundButtonBorder
@@ -9,6 +20,20 @@
 
 !RoundButtonBorder class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2009 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
 "
     experimental
@@ -106,5 +131,5 @@
 !RoundButtonBorder class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/RoundButtonBorder.st,v 1.2 2009-10-29 17:24:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/RoundButtonBorder.st,v 1.3 2009-11-04 14:32:11 cg Exp $'
 ! !