# HG changeset patch # User Claus Gittinger # Date 1257345131 -3600 # Node ID a76eb3ed2aff4d008e55633bf5d02d860506186c # Parent 9845c7cb66e10db7faa267b81e33796ed26419eb added: #copyright diff -r 9845c7cb66e1 -r a76eb3ed2aff 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 $' ! !