#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Fri, 13 Dec 2019 21:31:33 +0100
changeset 6756 8dfdd5d43579
parent 6755 e57e71d8231b
child 6757 78d263683942
#OTHER by cg added: #copyright
MenuEvent.st
--- a/MenuEvent.st	Fri Dec 13 19:14:38 2019 +0100
+++ b/MenuEvent.st	Fri Dec 13 21:31:33 2019 +0100
@@ -1,5 +1,20 @@
+"{ Encoding: utf8 }"
+
+"
+ COPYRIGHT (c) 2018 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:libwidg' }"
 
+"{ NameSpace: Smalltalk }"
+
 WidgetEvent subclass:#MenuEvent
 	instanceVariableNames:'menu itemIndex item itemLabel itemValue menuReceiver'
 	classVariableNames:''
@@ -44,6 +59,20 @@
 
 !MenuEvent class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2018 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
 "
     Internal menu events.
@@ -194,6 +223,6 @@
 !MenuEvent class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/MenuEvent.st,v 1.3 2013-06-21 13:40:23 cg Exp $'
+    ^ '$Header$'
 ! !