Changeset 55700
- Timestamp:
- 05/01/2023 11:04:12 AM (17 months ago)
- Location:
- trunk/src/wp-includes/Text
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/Text/Diff.php
r52978 r55700 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-2-1/. 14 14 * 15 15 * @package Text_Diff -
trunk/src/wp-includes/Text/Diff/Engine/native.php
r42028 r55700 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.zip9 * https://cpan.metacpan.org/authors/id/N/NE/NEDKONZ/Algorithm-Diff-1.06.zip 10 10 * 11 11 * More ideas are taken from: http://www.ics.uci.edu/~eppstein/161/960229.html … … 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-2-1/. 25 25 * 26 26 * @author Geoffrey T. Dairiki <dairiki@dairiki.org> -
trunk/src/wp-includes/Text/Diff/Engine/shell.php
r48045 r55700 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-2-1/. 12 12 * 13 13 * @author Milian Wolff <mail@milianw.de> -
trunk/src/wp-includes/Text/Diff/Engine/string.php
r35390 r55700 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-2-1/. 18 18 * 19 19 * @author Örjan Persson <o@42mm.org> -
trunk/src/wp-includes/Text/Diff/Engine/xdiff.php
r24362 r55700 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-2-1/. 12 12 * 13 13 * @author Jon Parise <jon@horde.org> -
trunk/src/wp-includes/Text/Diff/Renderer.php
r32990 r55700 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-2-1/. 12 12 * 13 13 * @package Text_Diff -
trunk/src/wp-includes/Text/Diff/Renderer/inline.php
r13211 r55700 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-2-1/. 9 9 * 10 10 * @author Ciprian Popovici
Note: See TracChangeset
for help on using the changeset viewer.