Make WordPress Core

Changeset 55700


Ignore:
Timestamp:
05/01/2023 11:04:12 AM (17 months ago)
Author:
SergeyBiryukov
Message:

External Libraries: Update license URL in Text_Diff library.

The former URL used to refer to LGPL 2.1 at the time, but does not redirect to its current location.

Includes updating the Algorithm::Diff Perl module URL.

Props jigar-bhanushali, utsav72640.
Fixes #58217.

Location:
trunk/src/wp-includes/Text
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/Text/Diff.php

    r52978 r55700  
    1111 *
    1212 * 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/.
    1414 *
    1515 * @package Text_Diff
  • trunk/src/wp-includes/Text/Diff/Engine/native.php

    r42028 r55700  
    77 * The algorithm used here is mostly lifted from the perl module
    88 * 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/N/NE/NEDKONZ/Algorithm-Diff-1.06.zip
    1010 *
    1111 * More ideas are taken from: http://www.ics.uci.edu/~eppstein/161/960229.html
     
    2222 *
    2323 * 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/.
    2525 *
    2626 * @author  Geoffrey T. Dairiki <dairiki@dairiki.org>
  • trunk/src/wp-includes/Text/Diff/Engine/shell.php

    r48045 r55700  
    99 *
    1010 * 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/.
    1212 *
    1313 * @author  Milian Wolff <mail@milianw.de>
  • trunk/src/wp-includes/Text/Diff/Engine/string.php

    r35390 r55700  
    1515 *
    1616 * 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/.
    1818 *
    1919 * @author  Örjan Persson <o@42mm.org>
  • trunk/src/wp-includes/Text/Diff/Engine/xdiff.php

    r24362 r55700  
    99 *
    1010 * 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/.
    1212 *
    1313 * @author  Jon Parise <jon@horde.org>
  • trunk/src/wp-includes/Text/Diff/Renderer.php

    r32990 r55700  
    99 *
    1010 * 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/.
    1212 *
    1313 * @package Text_Diff
  • trunk/src/wp-includes/Text/Diff/Renderer/inline.php

    r13211 r55700  
    66 *
    77 * 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/.
    99 *
    1010 * @author  Ciprian Popovici
Note: See TracChangeset for help on using the changeset viewer.