TextDiffTests.st
branchjv
changeset 12181 c6d6a0a83faa
parent 12123 4bde08cebd48
child 12650 e0f607754b9a
--- a/TextDiffTests.st	Fri Mar 16 19:25:49 2012 +0000
+++ b/TextDiffTests.st	Fri Mar 16 19:30:50 2012 +0000
@@ -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' }"
 
 TestCase subclass:#TextDiffTests
@@ -13,6 +24,20 @@
 
 !TextDiffTests 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.
+"
+!
+
 documentation
 "
 
@@ -647,5 +672,5 @@
 !
 
 version_SVN
-    ^ '$Id: TextDiffTests.st 7546 2010-02-25 21:31:39Z vranyj1 $'
-! !
\ No newline at end of file
+    ^ '$Id: TextDiffTests.st 7927 2012-03-16 19:30:50Z vranyj1 $'
+! !