LinkButton.st
branchjv
changeset 4770 6634b540fea2
parent 4681 b97620c35200
child 5010 48191c4158e8
--- a/LinkButton.st	Thu May 21 21:00:16 2015 +0100
+++ b/LinkButton.st	Thu May 21 21:14:57 2015 +0100
@@ -1,5 +1,18 @@
+"
+ COPYRIGHT (c) 2006 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:libwidg2' }"
 
+"{ NameSpace: Smalltalk }"
+
 Button subclass:#LinkButton
 	instanceVariableNames:'labelsAndActions'
 	classVariableNames:'DefaultLinkColor'
@@ -9,6 +22,20 @@
 
 !LinkButton class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2006 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
 "
     Looks like a Label, but behaves like a button with individually clickable text components.