SettingsDialog.st
changeset 5140 36c7da05d814
parent 5080 9c9736712295
child 5146 952d3f5f55a0
--- 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!