Skip to content

Commit 36ce5f8

Browse files
committed
corrected hopefully right the license headers, using maven license plugin (as for the original author stated Apache 2.0: dnaumenko/java-diff-utils#35)
1 parent 7fd113f commit 36ce5f8

File tree

5 files changed

+2
-6
lines changed

5 files changed

+2
-6
lines changed

src/main/java/difflib/algorithm/myers/DiffException.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
/**
2323
* Base class for all exceptions emanating from this package.
2424
*
25-
* @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (Пнд, 13 Окт 2003) $
26-
*
2725
* @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
2826
*/
2927
public class DiffException extends Exception {

src/main/java/difflib/algorithm/myers/DiffNode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
* snake is represented by a single {@link Snake Snake} node and each contiguous series of
4343
* insertions and deletions is represented by a single {@link DiffNode DiffNodes}.
4444
*
45-
* @version $Revision: 60 $ $Date: 2003-05-10 21:56:10 +0300 (Суб, 10 Май 2003) $
4645
* @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
4746
*
4847
*/

src/main/java/difflib/algorithm/myers/DifferentiationFailedException.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
* Thrown whenever the differencing engine cannot produce the differences between two revisions of
2424
* ta text.
2525
*
26-
* @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (Пнд, 13 Окт 2003) $
2726
*
2827
* @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
2928
* @see MyersDiff

src/main/java/difflib/algorithm/myers/PathNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* A node in a diffpath.
2424
*
25-
* @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (Пнд, 13 Окт 2003) $
25+
* @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (???, 13 ??? 2003) $
2626
* @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
2727
*
2828
* @see DiffNode

src/main/java/difflib/algorithm/myers/Snake.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* snake is represented by a single {@link Snake Snake} node and each contiguous series of
2828
* insertions and deletions is represented by a single {@link DiffNode DiffNodes}.
2929
*
30-
* @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (Пнд, 13 Окт 2003) $
30+
* @version $Revision: 69 $ $Date: 2003-10-13 11:00:44 +0300 (???, 13 ??? 2003) $
3131
* @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
3232
*
3333
*/

0 commit comments

Comments
 (0)