Skip to content

Commit 7468872

Browse files
committed
license is in an external file.
1 parent 5d07754 commit 7468872

File tree

8 files changed

+0
-224
lines changed

8 files changed

+0
-224
lines changed

lib/jblond/Diff.php

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,6 @@
1212
*
1313
* PHP version 7.1 or greater
1414
*
15-
* Copyright (c) 2009 Chris Boulton <chris.boulton@interspire.com>
16-
*
17-
* All rights reserved.
18-
*
19-
* Redistribution and use in source and binary forms, with or without
20-
* modification, are permitted provided that the following conditions are met:
21-
*
22-
* - Redistributions of source code must retain the above copyright notice,
23-
* this list of conditions and the following disclaimer.
24-
* - Redistributions in binary form must reproduce the above copyright notice,
25-
* this list of conditions and the following disclaimer in the documentation
26-
* and/or other materials provided with the distribution.
27-
* - Neither the name of the Chris Boulton nor the names of its contributors
28-
* may be used to endorse or promote products derived from this software
29-
* without specific prior written permission.
30-
*
31-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
32-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
33-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
34-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
35-
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
36-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
37-
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
38-
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
39-
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
40-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
41-
* POSSIBILITY OF SUCH DAMAGE.
42-
*
4315
* @package jblond
4416
* @author Chris Boulton <chris.boulton@interspire.com>
4517
* @copyright (c) 2009 Chris Boulton

lib/jblond/Diff/Renderer/Html/HtmlArray.php

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,6 @@
99
*
1010
* PHP version 7.1 or greater
1111
*
12-
* Copyright (c) 2009 Chris Boulton <chris.boulton@interspire.com>
13-
*
14-
* All rights reserved.
15-
*
16-
* Redistribution and use in source and binary forms, with or without
17-
* modification, are permitted provided that the following conditions are met:
18-
*
19-
* - Redistributions of source code must retain the above copyright notice,
20-
* this list of conditions and the following disclaimer.
21-
* - Redistributions in binary form must reproduce the above copyright notice,
22-
* this list of conditions and the following disclaimer in the documentation
23-
* and/or other materials provided with the distribution.
24-
* - Neither the name of the Chris Boulton nor the names of its contributors
25-
* may be used to endorse or promote products derived from this software
26-
* without specific prior written permission.
27-
*
28-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
29-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
31-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
32-
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
33-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
34-
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
35-
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
36-
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
37-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
38-
* POSSIBILITY OF SUCH DAMAGE.
39-
*
4012
* @package jblond\Diff\Renderer\Html
4113
* @author Chris Boulton <chris.boulton@interspire.com>
4214
* @copyright (c) 2009 Chris Boulton

lib/jblond/Diff/Renderer/Html/Inline.php

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,6 @@
77
*
88
* PHP version 7.1 or greater
99
*
10-
* Copyright (c) 2009 Chris Boulton <chris.boulton@interspire.com>
11-
*
12-
* All rights reserved.
13-
*
14-
* Redistribution and use in source and binary forms, with or without
15-
* modification, are permitted provided that the following conditions are met:
16-
*
17-
* - Redistributions of source code must retain the above copyright notice,
18-
* this list of conditions and the following disclaimer.
19-
* - Redistributions in binary form must reproduce the above copyright notice,
20-
* this list of conditions and the following disclaimer in the documentation
21-
* and/or other materials provided with the distribution.
22-
* - Neither the name of the Chris Boulton nor the names of its contributors
23-
* may be used to endorse or promote products derived from this software
24-
* without specific prior written permission.
25-
*
26-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
27-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
28-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
29-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
30-
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
31-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32-
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33-
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34-
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36-
* POSSIBILITY OF SUCH DAMAGE.
37-
*
3810
* @package jblond\Diff\Renderer\Html
3911
* @author Chris Boulton <chris.boulton@interspire.com>
4012
* @copyright (c) 2009 Chris Boulton

lib/jblond/Diff/Renderer/Html/SideBySide.php

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,6 @@
77
*
88
* PHP version 7.1 or greater
99
*
10-
* Copyright (c) 2009 Chris Boulton <chris.boulton@interspire.com>
11-
*
12-
* All rights reserved.
13-
*
14-
* Redistribution and use in source and binary forms, with or without
15-
* modification, are permitted provided that the following conditions are met:
16-
*
17-
* - Redistributions of source code must retain the above copyright notice,
18-
* this list of conditions and the following disclaimer.
19-
* - Redistributions in binary form must reproduce the above copyright notice,
20-
* this list of conditions and the following disclaimer in the documentation
21-
* and/or other materials provided with the distribution.
22-
* - Neither the name of the Chris Boulton nor the names of its contributors
23-
* may be used to endorse or promote products derived from this software
24-
* without specific prior written permission.
25-
*
26-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
27-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
28-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
29-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
30-
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
31-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32-
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33-
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34-
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36-
* POSSIBILITY OF SUCH DAMAGE.
37-
*
3810
* @package jblond\Diff\Renderer\Html
3911
* @author Chris Boulton <chris.boulton@interspire.com>
4012
* @copyright (c) 2009 Chris Boulton

lib/jblond/Diff/Renderer/RendererAbstract.php

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,6 @@
77
*
88
* PHP version 7.1 or greater
99
*
10-
* Copyright (c) 2009 Chris Boulton <chris.boulton@interspire.com>
11-
*
12-
* All rights reserved.
13-
*
14-
* Redistribution and use in source and binary forms, with or without
15-
* modification, are permitted provided that the following conditions are met:
16-
*
17-
* - Redistributions of source code must retain the above copyright notice,
18-
* this list of conditions and the following disclaimer.
19-
* - Redistributions in binary form must reproduce the above copyright notice,
20-
* this list of conditions and the following disclaimer in the documentation
21-
* and/or other materials provided with the distribution.
22-
* - Neither the name of the Chris Boulton nor the names of its contributors
23-
* may be used to endorse or promote products derived from this software
24-
* without specific prior written permission.
25-
*
26-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
27-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
28-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
29-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
30-
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
31-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32-
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33-
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34-
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36-
* POSSIBILITY OF SUCH DAMAGE.
37-
*
3810
* @package jblond\Diff\Renderer
3911
* @author Chris Boulton <chris.boulton@interspire.com>
4012
* @copyright (c) 2009 Chris Boulton

lib/jblond/Diff/Renderer/Text/Context.php

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,6 @@
99
*
1010
* PHP version 7.1 or greater
1111
*
12-
* Copyright (c) 2009 Chris Boulton <chris.boulton@interspire.com>
13-
*
14-
* All rights reserved.
15-
*
16-
* Redistribution and use in source and binary forms, with or without
17-
* modification, are permitted provided that the following conditions are met:
18-
*
19-
* - Redistributions of source code must retain the above copyright notice,
20-
* this list of conditions and the following disclaimer.
21-
* - Redistributions in binary form must reproduce the above copyright notice,
22-
* this list of conditions and the following disclaimer in the documentation
23-
* and/or other materials provided with the distribution.
24-
* - Neither the name of the Chris Boulton nor the names of its contributors
25-
* may be used to endorse or promote products derived from this software
26-
* without specific prior written permission.
27-
*
28-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
29-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
31-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
32-
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
33-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
34-
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
35-
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
36-
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
37-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
38-
* POSSIBILITY OF SUCH DAMAGE.
39-
*
4012
* @package jblond\Diff\Renderer\Text
4113
* @author Chris Boulton <chris.boulton@interspire.com>
4214
* @copyright (c) 2009 Chris Boulton

lib/jblond/Diff/Renderer/Text/Unified.php

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,6 @@
99
*
1010
* PHP version 7.1 or greater
1111
*
12-
* Copyright (c) 2009 Chris Boulton <chris.boulton@interspire.com>
13-
*
14-
* All rights reserved.
15-
*
16-
* Redistribution and use in source and binary forms, with or without
17-
* modification, are permitted provided that the following conditions are met:
18-
*
19-
* - Redistributions of source code must retain the above copyright notice,
20-
* this list of conditions and the following disclaimer.
21-
* - Redistributions in binary form must reproduce the above copyright notice,
22-
* this list of conditions and the following disclaimer in the documentation
23-
* and/or other materials provided with the distribution.
24-
* - Neither the name of the Chris Boulton nor the names of its contributors
25-
* may be used to endorse or promote products derived from this software
26-
* without specific prior written permission.
27-
*
28-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
29-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
31-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
32-
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
33-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
34-
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
35-
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
36-
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
37-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
38-
* POSSIBILITY OF SUCH DAMAGE.
39-
*
4012
* @package jblond\Diff\Renderer\Text
4113
* @author Chris Boulton <chris.boulton@interspire.com>
4214
* @copyright (c) 2009 Chris Boulton

lib/jblond/Diff/SequenceMatcher.php

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,6 @@
77
*
88
* PHP version 7.1 or greater
99
*
10-
* Copyright (c) 2009 Chris Boulton <chris.boulton@interspire.com>
11-
*
12-
* All rights reserved.
13-
*
14-
* Redistribution and use in source and binary forms, with or without
15-
* modification, are permitted provided that the following conditions are met:
16-
*
17-
* - Redistributions of source code must retain the above copyright notice,
18-
* this list of conditions and the following disclaimer.
19-
* - Redistributions in binary form must reproduce the above copyright notice,
20-
* this list of conditions and the following disclaimer in the documentation
21-
* and/or other materials provided with the distribution.
22-
* - Neither the name of the Chris Boulton nor the names of its contributors
23-
* may be used to endorse or promote products derived from this software
24-
* without specific prior written permission.
25-
*
26-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
27-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
28-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
29-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
30-
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
31-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32-
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33-
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34-
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36-
* POSSIBILITY OF SUCH DAMAGE.
37-
*
3810
* @package jblond\Diff
3911
* @author Chris Boulton <chris.boulton@interspire.com>
4012
* @copyright (c) 2009 Chris Boulton

0 commit comments

Comments
 (0)