TextDiffTests.st
changeset 13814 859a43bbea19
parent 10013 09f8a872932e
child 15566 184cea584be5
--- a/TextDiffTests.st	Wed Feb 05 19:56:57 2014 +0100
+++ b/TextDiffTests.st	Wed Feb 05 19:56:59 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' }"
 
 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
 "
 
@@ -643,9 +668,10 @@
 !TextDiffTests class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/TextDiffTests.st,v 1.1 2011-07-01 14:12:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/TextDiffTests.st,v 1.2 2014-02-05 18:56:59 cg Exp $'
 !
 
 version_SVN
-    ^ '§Id: TextDiffTests.st 7546 2010-02-25 21:31:39Z vranyj1 §'
+    ^ '$Id: TextDiffTests.st,v 1.2 2014-02-05 18:56:59 cg Exp $'
 ! !
+