File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
1820workarounds = [" ring" ]
1921ignore-build-dependencies = true
Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments