aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2022-10-16 09:23:05 -0400
committerGitHub <noreply@github.com>2022-10-16 09:23:05 -0400
commit65a4d1646da46c37fe748add6dcf24b62ebb602a (patch)
treeb4fbbc0b2770497d86ffd0d01012d86b30db7b3c /python/tidy
parent98220752777a902f6764d2dcb54c9c8948185688 (diff)
downloadservo-65a4d1646da46c37fe748add6dcf24b62ebb602a.tar.gz
servo-65a4d1646da46c37fe748add6dcf24b62ebb602a.zip
Update allowed license string.
Diffstat (limited to 'python/tidy')
-rw-r--r--python/tidy/servo_tidy/licenseck.py1
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.