diff --git a/src/wp-includes/Text/Diff.php b/src/wp-includes/Text/Diff.php
index 6f76278c5a..b122400866 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/licenses/lgpl-license.php. |
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..2d2003b79b 100644
a
|
b
|
|
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/licenses/lgpl-license.php. |
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..675fc359b1 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/licenses/lgpl-license.php. |
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..53e6da7c6c 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/licenses/lgpl-license.php. |
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..080e1744b6 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/licenses/lgpl-license.php. |
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..dc8179a93b 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/licenses/lgpl-license.php. |
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..2acfdaa40d 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/licenses/lgpl-license.php. |
9 | 9 | * |
10 | 10 | * @author Ciprian Popovici |
11 | 11 | * @package Text_Diff |