Allow MIT-0 license in checks (#29748)
Part of #29309 The license is on par with other licenses in the list: https://github.com/aws/mit-0 Release Notes: - N/A
This commit is contained in:
parent
96d785cb45
commit
0e5e8f9f8d
@ -3,6 +3,7 @@ private = { ignore = true }
|
|||||||
accepted = [
|
accepted = [
|
||||||
"Apache-2.0",
|
"Apache-2.0",
|
||||||
"MIT",
|
"MIT",
|
||||||
|
"MIT-0",
|
||||||
"Apache-2.0 WITH LLVM-exception",
|
"Apache-2.0 WITH LLVM-exception",
|
||||||
"MPL-2.0",
|
"MPL-2.0",
|
||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user