forked from vercel-labs/simorgh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlicense-exceptions.json
82 lines (82 loc) · 3.39 KB
/
license-exceptions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"exceptions": {
"abab@*": {
"reason": "Licensed under W3C 3-clause BSD license; https://github.com/jsdom/abab/blob/master/LICENSE.md"
},
"atob@*": {
"reason": "Licensed under MIT or Apache 2.0; https://git.coolaj86.com/coolaj86/atob.js/src/branch/master/LICENSE"
},
"axe-core@*": {
"reason": "Licensed under Mozilla Public License 2.0; https://github.com/dequelabs/axe-core/blob/develop/LICENSE"
},
"caniuse-db@*": {
"reason": "CC BY 4.0 license; https://github.com/Fyrd/caniuse/blob/master/LICENSE"
},
"caniuse-lite@*": {
"reason": "CC BY 4.0 license; https://github.com/ben-eb/caniuse-lite#license"
},
"chrome-devtools-frontend@*": {
"reason": "Custom license, manually verified; https://github.com/ChromeDevTools/devtools-frontend/blob/master/LICENSE"
},
"create-react-context@*": {
"reason": "Licensed under MIT; https://github.com/jamiebuilds/create-react-context/blob/master/LICENSE"
},
"css-select@*": {
"reason": "Licensed under BSD-2 clause 'simplified'; https://github.com/fb55/css-select/blob/master/LICENSE"
},
"expand-template@*": {
"reason": "Dual-licensed under WTFPL or MIT; https://github.com/ralphtheninja/expand-template#license"
},
"jszip@*": {
"reason": "Dual-licensed under GPLv3 or MIT; https://github.com/Stuk/jszip#license"
},
"JSV@*": {
"reason": "Licensed under LGPL; https://github.com/garycourt/JSV"
},
"mdn-data@*": {
"reason": "Licensed under Creative Commons Zero v1.0 Universal; https://github.com/mdn/data/blob/master/LICENSE"
},
"node-forge@*": {
"reason": "Dual-licensed under GPL or BSD; https://github.com/digitalbazaar/forge#contributing"
},
"pako@*": {
"reason": "Licensed under MIT; https://github.com/nodeca/pako/blob/master/LICENSE"
},
"sha.js@*": {
"reason": "Licensed under MIT; https://github.com/crypto-browserify/sha.js#license-mit"
},
"store2@*": {
"reason": "Licensed under MIT; https://github.com/nbubna/store/blob/master/LICENSE-MIT"
},
"type-fest@*": {
"reason": "Dual-licensed under MIT or CC0-1.0; https://github.com/sindresorhus/type-fest#license"
},
"tv4@*": {
"reason": "Licensed under MIT; https://github.com/geraintluff/tv4/blob/master/LICENSE.txt"
},
"ua-parser-js@*": {
"reason": "Dual license under GPL or MIT; https://github.com/faisalman/ua-parser-js#license"
},
"xmldom@*": {
"reason": "Dual license under MIT or LGPL; https://github.com/jindw/xmldom/blob/master/LICENSE"
},
"language-subtag-registry@*": {
"reason": "Licensed under MIT; https://github.com/mattcg/language-subtag-registry#credits-and-collaboration"
},
"tslib@*": {
"reason": "Licenced under BSD Zero Clause license; https://github.com/microsoft/tslib/blob/master/LICENSE.txt"
},
"scss-parser@*": {
"reason": "Licenced under BSD 3 Clause license; https://github.com/salesforce-ux/scss-parser/blob/master/LICENSE"
},
"intersection-observer@*": {
"reason": "Licenced under W3C-20150513; https://spdx.org/licenses/W3C-20150513.html"
},
"argparse@*": {
"reason": "Licensed under Python-2.0; https://github.com/nodeca/argparse/blob/master/LICENSE"
},
"json-schema@*": {
"reason": "Licenced under BSD 3-Clause; https://github.com/kriszyp/json-schema/blob/master/LICENSE"
}
}
}