|
1 | 1 | PHP Diff Class
|
2 | 2 | --------------
|
3 | 3 |
|
| 4 | +[](https://insight.sensiolabs.com/projects/aa609edb-cdb1-45cf-ad51-afbdab48f6a1) |
| 5 | + |
4 | 6 | Introduction
|
5 | 7 | ------------
|
6 | 8 | A comprehensive library for generating differences between
|
@@ -37,29 +39,29 @@ License (BSD License)
|
37 | 39 | ---------------------
|
38 | 40 | Copyright (c) 2009 Chris Boulton <chris.boulton@interspire.com>
|
39 | 41 | All rights reserved.
|
40 |
| - |
41 |
| -Redistribution and use in source and binary forms, with or without |
| 42 | + |
| 43 | +Redistribution and use in source and binary forms, with or without |
42 | 44 | modification, are permitted provided that the following conditions are met:
|
43 | 45 |
|
44 | 46 | - Redistributions of source code must retain the above copyright notice,
|
45 | 47 | this list of conditions and the following disclaimer.
|
46 | 48 | - Redistributions in binary form must reproduce the above copyright notice,
|
47 | 49 | this list of conditions and the following disclaimer in the documentation
|
48 | 50 | and/or other materials provided with the distribution.
|
49 |
| - - Neither the name of the Chris Boulton nor the names of its contributors |
50 |
| - may be used to endorse or promote products derived from this software |
| 51 | + - Neither the name of the Chris Boulton nor the names of its contributors |
| 52 | + may be used to endorse or promote products derived from this software |
51 | 53 | without specific prior written permission.
|
52 | 54 |
|
53 | 55 | ```
|
54 |
| -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
55 |
| -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
56 |
| -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
57 |
| -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
58 |
| -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
59 |
| -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
60 |
| -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
61 |
| -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
62 |
| -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
63 |
| -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 56 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 57 | +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 58 | +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 59 | +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
| 60 | +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 61 | +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 62 | +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 63 | +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 64 | +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 65 | +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
64 | 66 | POSSIBILITY OF SUCH DAMAGE.
|
65 | 67 | ```
|
0 commit comments