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