RoundButtonBorder.st
changeset 7944 12278ec87e7e
parent 5468 1ec468c66fa4
--- a/RoundButtonBorder.st	Wed Feb 22 21:18:42 2017 +0100
+++ b/RoundButtonBorder.st	Wed Feb 22 21:18:44 2017 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 2009 by eXept Software AG
+ COPYRIGHT (c) 2009 by Claus Gittinger / eXept Software AG
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libview' }"
 
+"{ NameSpace: Smalltalk }"
+
 AbstractBorder subclass:#RoundButtonBorder
 	instanceVariableNames:'color'
 	classVariableNames:''
@@ -22,7 +24,7 @@
 
 copyright
 "
- COPYRIGHT (c) 2009 by eXept Software AG
+ COPYRIGHT (c) 2009 by Claus Gittinger / eXept Software AG
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -146,5 +148,6 @@
 !RoundButtonBorder class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/RoundButtonBorder.st,v 1.4 2009-11-05 13:55:59 cg Exp $'
+    ^ '$Header$'
 ! !
+