We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cdf32 commit 00ca409Copy full SHA for 00ca409
tools/license.sh
@@ -45,6 +45,7 @@ NG=$(echo "${ALL_LICENSES}" | jq '
45
"(MIT AND BSD-3-Clause)": 1,
46
"(BSD-2-Clause OR MIT OR Apache-2.0)": 1,
47
"CC-BY-3.0": 1,
48
+ "CC-BY-4.0": 1,
49
"CC0-1.0": 1,
50
"(MIT OR CC0-1.0)": 1,
51
} as $allowed_licenses |
0 commit comments