Win32FileDialog.st
changeset 8277 5535db32c46f
parent 8260 bd2f4ccb4fec
child 8358 83aa07fd9d8a
--- a/Win32FileDialog.st	Tue Sep 23 01:29:40 2008 +0200
+++ b/Win32FileDialog.st	Tue Sep 23 01:29:43 2008 +0200
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2008 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' }"
 
 Object subclass:#Win32FileDialog
@@ -16,6 +27,21 @@
 	privateIn:Win32FileDialog
 !
 
+!Win32FileDialog class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2008 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.
+"
+! !
 
 !Win32FileDialog class methodsFor:'initialization'!
 
@@ -1039,5 +1065,5 @@
 !Win32FileDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Win32FileDialog.st,v 1.3 2008-09-03 08:55:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Win32FileDialog.st,v 1.4 2008-09-22 23:29:43 cg Exp $'
 ! !