DirectoryDifferenceViewApplication.st
changeset 13818 cfc8c51359dd
parent 11564 67a8e0885c2c
child 14500 dac4006a72c5
--- a/DirectoryDifferenceViewApplication.st	Wed Feb 05 19:57:05 2014 +0100
+++ b/DirectoryDifferenceViewApplication.st	Wed Feb 05 19:57:07 2014 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2006 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' }"
 
 AbstractFileFinderApplicationComponent subclass:#DirectoryDifferenceViewApplication
@@ -11,6 +22,21 @@
 	category:'Interface-Tools-File'
 !
 
+!DirectoryDifferenceViewApplication class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2006 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.
+"
+! !
 
 !DirectoryDifferenceViewApplication class methodsFor:'help specs'!
 
@@ -514,9 +540,10 @@
 !DirectoryDifferenceViewApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DirectoryDifferenceViewApplication.st,v 1.5 2012-06-06 09:46:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DirectoryDifferenceViewApplication.st,v 1.6 2014-02-05 18:57:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DirectoryDifferenceViewApplication.st,v 1.5 2012-06-06 09:46:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DirectoryDifferenceViewApplication.st,v 1.6 2014-02-05 18:57:07 cg Exp $'
 ! !
+