Update allowed license string.

This commit is contained in:
Josh Matthews 2022-10-16 09:23:05 -04:00 committed by GitHub
parent 9822075277
commit 65a4d1646d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,7 @@ COPYRIGHT = [
licenses_toml = [
'license = "MPL-2.0"',
'license = "MIT/Apache-2.0"',
'license = "MIT OR Apache-2.0"',
]
# The valid dependency licenses, in the form we'd expect to see them in a Cargo.toml file.