File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,13 @@ unlicensed = "deny"
102
102
# See https://spdx.org/licenses/ for list of possible licenses
103
103
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
104
104
allow = [
105
- # "MIT",
106
- # "Apache-2.0",
107
- # "Apache-2.0 WITH LLVM-exception",
105
+ " MIT" ,
106
+ " MIT-0" ,
107
+ " Apache-2.0" ,
108
+ " BSD-3-Clause" ,
109
+ " MPL-2.0" ,
110
+ " Unicode-DFS-2016" ,
111
+ " CC0-1.0" ,
108
112
]
109
113
# List of explicitly disallowed licenses
110
114
# See https://spdx.org/licenses/ for list of possible licenses
@@ -262,8 +266,8 @@ allow-git = []
262
266
263
267
[sources .allow-org ]
264
268
# 1 or more github.com organizations to allow git sources for
265
- github = [" " ]
269
+ github = []
266
270
# 1 or more gitlab.com organizations to allow git sources for
267
- gitlab = [" " ]
271
+ gitlab = []
268
272
# 1 or more bitbucket.org organizations to allow git sources for
269
- bitbucket = [" " ]
273
+ bitbucket = []
You can’t perform that action at this time.
0 commit comments