Skip to content

Commit c2f9a42

Browse files
committed
Update allowed license signatures
1 parent 8b0a279 commit c2f9a42

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

about.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ accepted = [
66
"BSD-3-Clause",
77
"BSL-1.0",
88
"CC0-1.0",
9+
"CDLA-Permissive-2.0",
910
"ISC",
1011
"MIT-0",
1112
"MIT",
@@ -14,6 +15,7 @@ accepted = [
1415
"Unicode-3.0",
1516
"Unicode-DFS-2016",
1617
"Zlib",
18+
"NCSA",
1719
]
1820
workarounds = ["ring"]
1921
ignore-build-dependencies = true

deny.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,14 @@ allow = [
7575
"BSD-3-Clause",
7676
"BSL-1.0",
7777
"CC0-1.0",
78+
"CDLA-Permissive-2.0",
7879
"ISC",
80+
"MIT-0",
7981
"MIT",
8082
"MPL-2.0",
8183
"OpenSSL",
8284
"Unicode-3.0",
85+
"Unicode-DFS-2016",
8386
"Zlib",
8487
"NCSA",
8588
]

frontend/vite.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const ALLOWED_LICENSES = [
2121
"BSD-3-Clause",
2222
"BSL-1.0",
2323
"CC0-1.0",
24+
"CDLA-Permissive-2.0",
2425
"ISC",
2526
"MIT-0",
2627
"MIT",
@@ -29,6 +30,7 @@ const ALLOWED_LICENSES = [
2930
"Unicode-3.0",
3031
"Unicode-DFS-2016",
3132
"Zlib",
33+
"NCSA",
3234
];
3335

3436
// https://vitejs.dev/config/

0 commit comments

Comments
 (0)