Changeset 13211 for trunk/wp-includes/Text/Diff/Engine/native.php
- Timestamp:
- 02/19/2010 01:25:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/Text/Diff/Engine/native.php
r7747 r13211 1 1 <?php 2 2 /** 3 * $Horde: framework/Text_Diff/Diff/Engine/native.php,v 1.10 2008/01/04 10:27:53 jan Exp $ 4 * 5 * Class used internally by Text_Diff to actually compute the diffs. This 6 * class is implemented using native PHP code. 3 * Class used internally by Text_Diff to actually compute the diffs. 4 * 5 * This class is implemented using native PHP code. 7 6 * 8 7 * The algorithm used here is mostly lifted from the perl module … … 20 19 * code was written by him, and is used/adapted with his permission. 21 20 * 22 * Copyright 2004-20 08The Horde Project (http://www.horde.org/)21 * Copyright 2004-2010 The Horde Project (http://www.horde.org/) 23 22 * 24 23 * See the enclosed file COPYING for license information (LGPL). If you did
Note: See TracChangeset
for help on using the changeset viewer.