Update allowed license signatures

This commit is contained in:
Keavon Chambers 2025-07-06 01:01:15 -07:00
parent 8b0a27939e
commit c2f9a42a8e
3 changed files with 7 additions and 0 deletions

View file

@ -6,6 +6,7 @@ accepted = [
"BSD-3-Clause", "BSD-3-Clause",
"BSL-1.0", "BSL-1.0",
"CC0-1.0", "CC0-1.0",
"CDLA-Permissive-2.0",
"ISC", "ISC",
"MIT-0", "MIT-0",
"MIT", "MIT",
@ -14,6 +15,7 @@ accepted = [
"Unicode-3.0", "Unicode-3.0",
"Unicode-DFS-2016", "Unicode-DFS-2016",
"Zlib", "Zlib",
"NCSA",
] ]
workarounds = ["ring"] workarounds = ["ring"]
ignore-build-dependencies = true ignore-build-dependencies = true

View file

@ -75,11 +75,14 @@ allow = [
"BSD-3-Clause", "BSD-3-Clause",
"BSL-1.0", "BSL-1.0",
"CC0-1.0", "CC0-1.0",
"CDLA-Permissive-2.0",
"ISC", "ISC",
"MIT-0",
"MIT", "MIT",
"MPL-2.0", "MPL-2.0",
"OpenSSL", "OpenSSL",
"Unicode-3.0", "Unicode-3.0",
"Unicode-DFS-2016",
"Zlib", "Zlib",
"NCSA", "NCSA",
] ]

View file

@ -21,6 +21,7 @@ const ALLOWED_LICENSES = [
"BSD-3-Clause", "BSD-3-Clause",
"BSL-1.0", "BSL-1.0",
"CC0-1.0", "CC0-1.0",
"CDLA-Permissive-2.0",
"ISC", "ISC",
"MIT-0", "MIT-0",
"MIT", "MIT",
@ -29,6 +30,7 @@ const ALLOWED_LICENSES = [
"Unicode-3.0", "Unicode-3.0",
"Unicode-DFS-2016", "Unicode-DFS-2016",
"Zlib", "Zlib",
"NCSA",
]; ];
// https://vitejs.dev/config/ // https://vitejs.dev/config/