File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ accepted = [
6
6
" BSD-3-Clause" ,
7
7
" BSL-1.0" ,
8
8
" CC0-1.0" ,
9
+ " CDLA-Permissive-2.0" ,
9
10
" ISC" ,
10
11
" MIT-0" ,
11
12
" MIT" ,
@@ -14,6 +15,7 @@ accepted = [
14
15
" Unicode-3.0" ,
15
16
" Unicode-DFS-2016" ,
16
17
" Zlib" ,
18
+ " NCSA" ,
17
19
]
18
20
workarounds = [" ring" ]
19
21
ignore-build-dependencies = true
Original file line number Diff line number Diff line change @@ -75,11 +75,14 @@ allow = [
75
75
" BSD-3-Clause" ,
76
76
" BSL-1.0" ,
77
77
" CC0-1.0" ,
78
+ " CDLA-Permissive-2.0" ,
78
79
" ISC" ,
80
+ " MIT-0" ,
79
81
" MIT" ,
80
82
" MPL-2.0" ,
81
83
" OpenSSL" ,
82
84
" Unicode-3.0" ,
85
+ " Unicode-DFS-2016" ,
83
86
" Zlib" ,
84
87
" NCSA" ,
85
88
]
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ const ALLOWED_LICENSES = [
21
21
"BSD-3-Clause" ,
22
22
"BSL-1.0" ,
23
23
"CC0-1.0" ,
24
+ "CDLA-Permissive-2.0" ,
24
25
"ISC" ,
25
26
"MIT-0" ,
26
27
"MIT" ,
@@ -29,6 +30,7 @@ const ALLOWED_LICENSES = [
29
30
"Unicode-3.0" ,
30
31
"Unicode-DFS-2016" ,
31
32
"Zlib" ,
33
+ "NCSA" ,
32
34
] ;
33
35
34
36
// https://vitejs.dev/config/
You can’t perform that action at this time.
0 commit comments