FileBrowserV2SettingsDialog.st
changeset 5140 36c7da05d814
parent 5051 fa30af9dfd10
child 5159 0aaf83422846
--- a/FileBrowserV2SettingsDialog.st	Fri Aug 29 21:24:45 2003 +0200
+++ b/FileBrowserV2SettingsDialog.st	Fri Aug 29 21:29:24 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2003 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:libtool' }"
 
 ApplicationModel subclass:#FileBrowserV2SettingsDialog
@@ -7,6 +19,21 @@
 	category:'Interface-Tools-File'
 !
 
+!FileBrowserV2SettingsDialog class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2003 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.
+"
+! !
 
 !FileBrowserV2SettingsDialog class methodsFor:'interface specs'!
 
@@ -295,5 +322,5 @@
 !FileBrowserV2SettingsDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsDialog.st,v 1.6 2003-07-17 11:31:01 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsDialog.st,v 1.7 2003-08-29 19:27:47 cg Exp $'
 ! !