FilenameWidgetWithHistory.st
changeset 3318 5a0aff0fd23a
parent 3251 29b44f456526
child 3427 9927e4970fce
--- a/FilenameWidgetWithHistory.st	Thu Jan 17 10:59:30 2008 +0100
+++ b/FilenameWidgetWithHistory.st	Tue Jan 22 23:32:16 2008 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2007 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' }"
 
 SimpleView subclass:#FilenameWidgetWithHistory
@@ -9,6 +20,20 @@
 
 !FilenameWidgetWithHistory class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2007 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.
+"
+!
+
 examples
 "
                                                                         [exBegin]
@@ -102,5 +127,5 @@
 !FilenameWidgetWithHistory class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/FilenameWidgetWithHistory.st,v 1.1 2007-10-19 14:18:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/FilenameWidgetWithHistory.st,v 1.2 2008-01-22 22:32:16 cg Exp $'
 ! !