Skip to content

Commit c1e12a2

Browse files
committed
Add LICENSE.note
1 parent 10c50cd commit c1e12a2

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed

LICENSE.note

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
vdiffr as a whole is released under MIT. It includes:
2+
3+
- the jQuery library under the Apache 2.0 licence,
4+
- the js-imagediff library under the MIT licence,
5+
- the TwoFace library under the MIT licence,
6+
- the daff library under the MIT license,
7+
- the diff2html library under the MIT license,
8+
9+
all of which are compatible with the MIT.
10+
11+
12+
js-imagediff
13+
------------
14+
15+
Copyright (c) 2011 Carl Sutherland, Humble Software Development
16+
17+
Permission is hereby granted, free of charge, to any person
18+
obtaining a copy of this software and associated documentation
19+
files (the "Software"), to deal in the Software without
20+
restriction, including without limitation the rights to use,
21+
copy, modify, merge, publish, distribute, sublicense, and/or sell
22+
copies of the Software, and to permit persons to whom the
23+
Software is furnished to do so, subject to the following
24+
conditions:
25+
26+
The above copyright notice and this permission notice shall be
27+
included in all copies or substantial portions of the Software.
28+
29+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
30+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
31+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
32+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
33+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
34+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
35+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
36+
OTHER DEALINGS IN THE SOFTWARE.
37+
38+
39+
TwoFace
40+
-------
41+
42+
Copyright (c) 2016 David Hong
43+
44+
Permission is hereby granted, free of charge, to any person
45+
obtaining a copy of this software and associated documentation
46+
files (the "Software"), to deal in the Software without
47+
restriction, including without limitation the rights to use,
48+
copy, modify, merge, publish, distribute, sublicense, and/or sell
49+
copies of the Software, and to permit persons to whom the
50+
Software is furnished to do so, subject to the following
51+
conditions:
52+
53+
The above copyright notice and this permission notice shall be
54+
included in all copies or substantial portions of the Software.
55+
56+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
57+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
58+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
59+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
60+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
61+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
62+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
63+
OTHER DEALINGS IN THE SOFTWARE.
64+
65+
66+
jQuery
67+
------
68+
69+
Copyright (c) 2016 jQuery Foundation and other contributors, https://jquery.org/
70+
71+
Licensed under the Apache License, Version 2.0 (the "License");
72+
you may not use this file except in compliance with the License.
73+
You may obtain a copy of the License at
74+
75+
http://www.apache.org/licenses/LICENSE-2.0
76+
77+
Unless required by applicable law or agreed to in writing, software
78+
distributed under the License is distributed on an "AS IS" BASIS,
79+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
80+
See the License for the specific language governing permissions and
81+
limitations under the License.

0 commit comments

Comments
 (0)