wp/wp-includes/Text/Diff/Engine/xdiff.php
changeset 21 48c4eec2b7e6
parent 0 d970ebf37754
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     6  * to compute the differences between the two input arrays.
     6  * to compute the differences between the two input arrays.
     7  *
     7  *
     8  * Copyright 2004-2010 The Horde Project (http://www.horde.org/)
     8  * Copyright 2004-2010 The Horde Project (http://www.horde.org/)
     9  *
     9  *
    10  * See the enclosed file COPYING for license information (LGPL). If you did
    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  * @author  Jon Parise <jon@horde.org>
    13  * @author  Jon Parise <jon@horde.org>
    14  * @package Text_Diff
    14  * @package Text_Diff
    15  */
    15  */
    16 class Text_Diff_Engine_xdiff {
    16 class Text_Diff_Engine_xdiff {