diff --git a/src/wp-includes/Text/Diff.php b/src/wp-includes/Text/Diff.php
index 6f76278c5a..85ca00ae99 100644
a
|
b
|
|
10 | 10 | * Copyright 2004-2010 The Horde Project (http://www.horde.org/) |
11 | 11 | * |
12 | 12 | * See the enclosed file COPYING for license information (LGPL). If you did |
13 | | * not receive this file, see http://opensource.org/licenses/lgpl-license.php. |
| 13 | * not receive this file, see https://opensource.org/license/lgpl-3-0/. |
14 | 14 | * |
15 | 15 | * @package Text_Diff |
16 | 16 | * @author Geoffrey T. Dairiki <dairiki@dairiki.org> |
diff --git a/src/wp-includes/Text/Diff/Engine/native.php b/src/wp-includes/Text/Diff/Engine/native.php
index 5824329b7f..381ca90513 100644
a
|
b
|
|
6 | 6 | * |
7 | 7 | * The algorithm used here is mostly lifted from the perl module |
8 | 8 | * Algorithm::Diff (version 1.06) by Ned Konz, which is available at: |
9 | | * http://www.perl.com/CPAN/authors/id/N/NE/NEDKONZ/Algorithm-Diff-1.06.zip |
| 9 | * https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Algorithm-Diff-1.201.tar.gz |
10 | 10 | * |
11 | 11 | * More ideas are taken from: http://www.ics.uci.edu/~eppstein/161/960229.html |
12 | 12 | * |
… |
… |
|
21 | 21 | * Copyright 2004-2010 The Horde Project (http://www.horde.org/) |
22 | 22 | * |
23 | 23 | * See the enclosed file COPYING for license information (LGPL). If you did |
24 | | * not receive this file, see http://opensource.org/licenses/lgpl-license.php. |
| 24 | * not receive this file, see https://opensource.org/license/lgpl-3-0/. |
25 | 25 | * |
26 | 26 | * @author Geoffrey T. Dairiki <dairiki@dairiki.org> |
27 | 27 | * @package Text_Diff |
diff --git a/src/wp-includes/Text/Diff/Engine/shell.php b/src/wp-includes/Text/Diff/Engine/shell.php
index a2ccc70db8..26916713bb 100644
a
|
b
|
|
8 | 8 | * Copyright 2007-2010 The Horde Project (http://www.horde.org/) |
9 | 9 | * |
10 | 10 | * See the enclosed file COPYING for license information (LGPL). If you did |
11 | | * not receive this file, see http://opensource.org/licenses/lgpl-license.php. |
| 11 | * not receive this file, see https://opensource.org/license/lgpl-3-0/. |
12 | 12 | * |
13 | 13 | * @author Milian Wolff <mail@milianw.de> |
14 | 14 | * @package Text_Diff |
diff --git a/src/wp-includes/Text/Diff/Engine/string.php b/src/wp-includes/Text/Diff/Engine/string.php
index 76a111158c..ba083e0f94 100644
a
|
b
|
|
14 | 14 | * Copyright 2005-2010 The Horde Project (http://www.horde.org/) |
15 | 15 | * |
16 | 16 | * See the enclosed file COPYING for license information (LGPL). If you did |
17 | | * not receive this file, see http://opensource.org/licenses/lgpl-license.php. |
| 17 | * not receive this file, see https://opensource.org/license/lgpl-3-0/. |
18 | 18 | * |
19 | 19 | * @author Örjan Persson <o@42mm.org> |
20 | 20 | * @package Text_Diff |
diff --git a/src/wp-includes/Text/Diff/Engine/xdiff.php b/src/wp-includes/Text/Diff/Engine/xdiff.php
index 02ce848078..35001ca143 100644
a
|
b
|
|
8 | 8 | * Copyright 2004-2010 The Horde Project (http://www.horde.org/) |
9 | 9 | * |
10 | 10 | * See the enclosed file COPYING for license information (LGPL). If you did |
11 | | * not receive this file, see http://opensource.org/licenses/lgpl-license.php. |
| 11 | * not receive this file, see https://opensource.org/license/lgpl-3-0/. |
12 | 12 | * |
13 | 13 | * @author Jon Parise <jon@horde.org> |
14 | 14 | * @package Text_Diff |
diff --git a/src/wp-includes/Text/Diff/Renderer.php b/src/wp-includes/Text/Diff/Renderer.php
index 712d985a8e..bf90a151dd 100644
a
|
b
|
|
8 | 8 | * Copyright 2004-2010 The Horde Project (http://www.horde.org/) |
9 | 9 | * |
10 | 10 | * See the enclosed file COPYING for license information (LGPL). If you did |
11 | | * not receive this file, see http://opensource.org/licenses/lgpl-license.php. |
| 11 | * not receive this file, see https://opensource.org/license/lgpl-3-0/. |
12 | 12 | * |
13 | 13 | * @package Text_Diff |
14 | 14 | */ |
diff --git a/src/wp-includes/Text/Diff/Renderer/inline.php b/src/wp-includes/Text/Diff/Renderer/inline.php
index 392bd57cff..7d01e25652 100644
a
|
b
|
|
5 | 5 | * Copyright 2004-2010 The Horde Project (http://www.horde.org/) |
6 | 6 | * |
7 | 7 | * See the enclosed file COPYING for license information (LGPL). If you did |
8 | | * not receive this file, see http://opensource.org/licenses/lgpl-license.php. |
| 8 | * not receive this file, see https://opensource.org/license/lgpl-3-0/. |
9 | 9 | * |
10 | 10 | * @author Ciprian Popovici |
11 | 11 | * @package Text_Diff |