File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 40
40
* @copyright (c) 2009 Chris Boulton
41
41
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
42
42
* @version 1.1
43
- * @link http://github.com/chrisboulton/phpdiff
43
+ * @link http://github.com/chrisboulton/php-diff
44
44
*/
45
45
46
46
class Diff
Original file line number Diff line number Diff line change 37
37
* @copyright (c) 2009 Chris Boulton
38
38
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
39
39
* @version 1.1
40
- * @link http://github.com/chrisboulton/phpdiff
40
+ * @link http://github.com/chrisboulton/php-diff
41
41
*/
42
42
43
43
abstract class Diff_Renderer_Abstract
Original file line number Diff line number Diff line change 37
37
* @copyright (c) 2009 Chris Boulton
38
38
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
39
39
* @version 1.1
40
- * @link http://github.com/chrisboulton/phpdiff
40
+ * @link http://github.com/chrisboulton/php-diff
41
41
*/
42
42
43
43
require_once dirname (__FILE__ ).'/../Abstract.php ' ;
Original file line number Diff line number Diff line change 37
37
* @copyright (c) 2009 Chris Boulton
38
38
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
39
39
* @version 1.1
40
- * @link http://github.com/chrisboulton/phpdiff
40
+ * @link http://github.com/chrisboulton/php-diff
41
41
*/
42
42
43
43
require_once dirname (__FILE__ ).'/Array.php ' ;
Original file line number Diff line number Diff line change 37
37
* @copyright (c) 2009 Chris Boulton
38
38
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
39
39
* @version 1.1
40
- * @link http://github.com/chrisboulton/phpdiff
40
+ * @link http://github.com/chrisboulton/php-diff
41
41
*/
42
42
43
43
require_once dirname (__FILE__ ).'/Array.php ' ;
Original file line number Diff line number Diff line change 37
37
* @copyright (c) 2009 Chris Boulton
38
38
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
39
39
* @version 1.1
40
- * @link http://github.com/chrisboulton/phpdiff
40
+ * @link http://github.com/chrisboulton/php-diff
41
41
*/
42
42
43
43
require_once dirname (__FILE__ ).'/../Abstract.php ' ;
Original file line number Diff line number Diff line change 37
37
* @copyright (c) 2009 Chris Boulton
38
38
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
39
39
* @version 1.1
40
- * @link http://github.com/chrisboulton/phpdiff
40
+ * @link http://github.com/chrisboulton/php-diff
41
41
*/
42
42
43
43
require_once dirname (__FILE__ ).'/../Abstract.php ' ;
Original file line number Diff line number Diff line change 37
37
* @copyright (c) 2009 Chris Boulton
38
38
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
39
39
* @version 1.1
40
- * @link http://github.com/chrisboulton/phpdiff
40
+ * @link http://github.com/chrisboulton/php-diff
41
41
*/
42
42
43
43
class Diff_SequenceMatcher
You can’t perform that action at this time.
0 commit comments