diff options
Diffstat (limited to 'python/tidy/servo_tidy')
-rw-r--r-- | python/tidy/servo_tidy/licenseck.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy/licenseck.py b/python/tidy/servo_tidy/licenseck.py index 8c505366d65..deeaeb55333 100644 --- a/python/tidy/servo_tidy/licenseck.py +++ b/python/tidy/servo_tidy/licenseck.py @@ -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. |