Menu.st
changeset 1354 0c7e6c83b440
parent 1327 b0b482a84570
child 1367 37bf7a7b5bd1
--- a/Menu.st	Fri Feb 18 15:29:14 2000 +0100
+++ b/Menu.st	Fri Feb 18 15:35:03 2000 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 1997 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.
+"
+
+
+
 Object subclass:#Menu
 	instanceVariableNames:'items groupSizes receiver'
 	classVariableNames:''
@@ -7,6 +21,22 @@
 
 !Menu class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1997 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
 "
     not yet finished Menu class - this will eventually replace
@@ -909,5 +939,5 @@
 !Menu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Menu.st,v 1.42 2000-02-01 13:54:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Menu.st,v 1.43 2000-02-18 14:35:03 cg Exp $'
 ! !