#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 24 Jan 2017 00:29:10 +0100
changeset 7783 601f74796881
parent 7782 5c396aabbe58
child 7784 6ec54c62f889
#DOCUMENTATION by cg class: WidgetEvent added: #copyright
WidgetEvent.st
--- a/WidgetEvent.st	Sun Jan 22 11:02:51 2017 +0100
+++ b/WidgetEvent.st	Tue Jan 24 00:29:10 2017 +0100
@@ -1,5 +1,18 @@
+"
+ COPYRIGHT (c) 2011 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' }"
 
+"{ NameSpace: Smalltalk }"
+
 WindowEvent subclass:#WidgetEvent
 	instanceVariableNames:''
 	classVariableNames:''
@@ -9,6 +22,20 @@
 
 !WidgetEvent class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2011 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
 "
     Abstract superclass for higher level internal widget events (like menu-selections).
@@ -26,5 +53,6 @@
 !WidgetEvent class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/WidgetEvent.st,v 1.2 2011-07-05 11:28:41 cg Exp $'
+    ^ '$Header$'
 ! !
+