mirror of
https://github.com/servo/servo.git
synced 2025-06-11 10:00:18 +00:00
Allow MIT/Apache-2.0 license as well as MPL-2.0.
This commit is contained in:
parent
62e95c5a61
commit
9fa54af347
2 changed files with 12 additions and 5 deletions
|
@ -82,3 +82,9 @@ licenses = [
|
|||
// except according to those terms.
|
||||
""",
|
||||
] # noqa: Indicate to flake8 that we do not want to check indentation here
|
||||
|
||||
# The valid licenses, in the form we'd expect to see them in a Cargo.toml file.
|
||||
licenses_toml = [
|
||||
'license = "MPL-2.0"',
|
||||
'license = "MIT/Apache-2.0"',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue