*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 29 Aug 2003 21:29:24 +0200
changeset 5140 36c7da05d814
parent 5139 4cef12eebbb7
child 5141 ffd2a0198999
*** empty log message ***
AbstractFileApplicationNoteBookComponent.st
AbstractFileBrowser.st
AbstractSettingsApplication.st
DirectoryContentsBrowser.st
DirectoryTreeBrowser.st
FileApplicationNoteBook.st
FileBrowserV2.st
FileBrowserV2SettingsAppl.st
FileBrowserV2SettingsDialog.st
FileDialog.st
FilenameEditFieldV2.st
FindFileApplication.st
SettingsDialog.st
WorkspaceApplication.st
--- a/AbstractFileApplicationNoteBookComponent.st	Fri Aug 29 21:24:45 2003 +0200
+++ b/AbstractFileApplicationNoteBookComponent.st	Fri Aug 29 21:29:24 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2002 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:#AbstractFileApplicationNoteBookComponent
@@ -7,6 +19,21 @@
 	category:'Interface-Tools-File'
 !
 
+!AbstractFileApplicationNoteBookComponent class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2002 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.
+"
+! !
 
 !AbstractFileApplicationNoteBookComponent class methodsFor:'defaults'!
 
@@ -207,5 +234,5 @@
 !AbstractFileApplicationNoteBookComponent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileApplicationNoteBookComponent.st,v 1.8 2003-08-28 11:17:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileApplicationNoteBookComponent.st,v 1.9 2003-08-29 19:28:08 cg Exp $'
 ! !
--- a/AbstractFileBrowser.st	Fri Aug 29 21:24:45 2003 +0200
+++ b/AbstractFileBrowser.st	Fri Aug 29 21:29:24 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2002 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:#AbstractFileBrowser
@@ -64,6 +76,21 @@
 	privateIn:AbstractFileBrowser
 !
 
+!AbstractFileBrowser class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2002 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.
+"
+! !
 
 !AbstractFileBrowser class methodsFor:'accessing'!
 
@@ -6388,5 +6415,5 @@
 !AbstractFileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileBrowser.st,v 1.173 2003-08-28 11:56:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileBrowser.st,v 1.174 2003-08-29 19:28:04 cg Exp $'
 ! !
--- a/AbstractSettingsApplication.st	Fri Aug 29 21:24:45 2003 +0200
+++ b/AbstractSettingsApplication.st	Fri Aug 29 21:29:24 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2002 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:#AbstractSettingsApplication
@@ -231,6 +243,20 @@
 
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2002 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.
+"
+!
+
 windowSpec
 
     self subclassResponsibility
@@ -10896,5 +10922,5 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.99 2003-08-27 17:22:02 cg Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.100 2003-08-29 19:28:27 cg Exp $'
+! !
--- a/DirectoryContentsBrowser.st	Fri Aug 29 21:24:45 2003 +0200
+++ b/DirectoryContentsBrowser.st	Fri Aug 29 21:29:24 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2002 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' }"
 
 AbstractDirectoryBrowser subclass:#DirectoryContentsBrowser
@@ -24,6 +36,20 @@
 
 !DirectoryContentsBrowser class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2002 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
 "
     An application for displaying a directories' contents flat (or as a tree, alternatively).
@@ -3016,5 +3042,5 @@
 !DirectoryContentsBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.126 2003-08-28 11:17:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.127 2003-08-29 19:27:57 cg Exp $'
 ! !
--- a/DirectoryTreeBrowser.st	Fri Aug 29 21:24:45 2003 +0200
+++ b/DirectoryTreeBrowser.st	Fri Aug 29 21:29:24 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2002 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' }"
 
 AbstractDirectoryBrowser subclass:#DirectoryTreeBrowser
@@ -19,6 +31,20 @@
 
 !DirectoryTreeBrowser class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2002 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
 "
     An application for displaying directories as a tree.
@@ -1285,5 +1311,5 @@
 !DirectoryTreeBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DirectoryTreeBrowser.st,v 1.72 2003-08-19 21:33:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DirectoryTreeBrowser.st,v 1.73 2003-08-29 19:27:59 cg Exp $'
 ! !
--- a/FileApplicationNoteBook.st	Fri Aug 29 21:24:45 2003 +0200
+++ b/FileApplicationNoteBook.st	Fri Aug 29 21:29:24 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2002 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' }"
 
 AbstractFileBrowser subclass:#FileApplicationNoteBook
@@ -74,6 +86,21 @@
 	privateIn:FileApplicationNoteBook
 !
 
+!FileApplicationNoteBook class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2002 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.
+"
+! !
 
 !FileApplicationNoteBook class methodsFor:'application list'!
 
@@ -4922,5 +4949,5 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.103 2003-08-28 11:17:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.104 2003-08-29 19:28:02 cg Exp $'
 ! !
--- a/FileBrowserV2.st	Fri Aug 29 21:24:45 2003 +0200
+++ b/FileBrowserV2.st	Fri Aug 29 21:29:24 2003 +0200
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1991 by Claus Gittinger
+ COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -24,7 +24,7 @@
 
 copyright
 "
- COPYRIGHT (c) 1991 by Claus Gittinger
+ COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -1579,7 +1579,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.88 2003-08-28 14:09:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.89 2003-08-29 19:27:55 cg Exp $'
 ! !
 
 FileBrowserV2 initialize!
--- a/FileBrowserV2SettingsAppl.st	Fri Aug 29 21:24:45 2003 +0200
+++ b/FileBrowserV2SettingsAppl.st	Fri Aug 29 21:29:24 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2002 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' }"
 
 AbstractSettingsApplication subclass:#FileBrowserV2SettingsAppl
@@ -13,6 +25,21 @@
 	category:'Interface-Tools-File'
 !
 
+!FileBrowserV2SettingsAppl class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2002 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.
+"
+! !
 
 !FileBrowserV2SettingsAppl class methodsFor:'icon'!
 
@@ -542,5 +569,5 @@
 !FileBrowserV2SettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.12 2003-08-21 14:46:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.13 2003-08-29 19:27:42 cg Exp $'
 ! !
--- 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 $'
 ! !
--- a/FileDialog.st	Fri Aug 29 21:24:45 2003 +0200
+++ b/FileDialog.st	Fri Aug 29 21:29:24 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2002 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' }"
 
 SimpleDialog subclass:#FileDialog
@@ -14,6 +26,20 @@
 
 !FileDialog class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2002 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
 "
     documentation to be added.
@@ -1325,5 +1351,5 @@
 !FileDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.39 2003-08-07 14:35:50 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.40 2003-08-29 19:27:49 cg Exp $'
 ! !
--- a/FilenameEditFieldV2.st	Fri Aug 29 21:24:45 2003 +0200
+++ b/FilenameEditFieldV2.st	Fri Aug 29 21:29:24 2003 +0200
@@ -1,6 +1,6 @@
 "
- COPYRIGHT (c) 1994 by Claus Gittinger
-	      All Rights Reserved
+ COPYRIGHT (c) 2002 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
@@ -24,8 +24,8 @@
 
 copyright
 "
- COPYRIGHT (c) 1994 by Claus Gittinger
-	      All Rights Reserved
+ COPYRIGHT (c) 2002 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
@@ -270,5 +270,5 @@
 !FilenameEditFieldV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FilenameEditFieldV2.st,v 1.7 2003-07-01 09:35:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FilenameEditFieldV2.st,v 1.8 2003-08-29 19:27:45 cg Exp $'
 ! !
--- a/FindFileApplication.st	Fri Aug 29 21:24:45 2003 +0200
+++ b/FindFileApplication.st	Fri Aug 29 21:29:24 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2002 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' }"
 
 AbstractFileApplicationNoteBookComponent subclass:#FindFileApplication
@@ -12,6 +24,21 @@
 	category:'Interface-Tools-File'
 !
 
+!FindFileApplication class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2002 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.
+"
+! !
 
 !FindFileApplication class methodsFor:'instance creation'!
 
@@ -921,5 +948,5 @@
 !FindFileApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.13 2003-06-30 13:24:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.14 2003-08-29 19:27:54 cg Exp $'
 ! !
--- a/SettingsDialog.st	Fri Aug 29 21:24:45 2003 +0200
+++ b/SettingsDialog.st	Fri Aug 29 21:29:24 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2002 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:#SettingsDialog
@@ -25,6 +37,20 @@
 
 !SettingsDialog class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2002 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
 
 "
@@ -1249,7 +1275,7 @@
 !SettingsDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.38 2003-08-15 09:43:56 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.39 2003-08-29 19:29:05 cg Exp $'
 ! !
 
 SettingsDialog initialize!
--- a/WorkspaceApplication.st	Fri Aug 29 21:24:45 2003 +0200
+++ b/WorkspaceApplication.st	Fri Aug 29 21:29:24 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2001 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' }"
 
 ToolApplicationModel subclass:#WorkspaceApplication
@@ -10,6 +22,20 @@
 
 !WorkspaceApplication class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2001 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
 "
     A simple wrapper around a WorkSpace-View, adding a pullDown menu.
@@ -1602,5 +1628,5 @@
 !WorkspaceApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.63 2003-08-21 11:28:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.64 2003-08-29 19:29:24 cg Exp $'
 ! !