From 65a4d1646da46c37fe748add6dcf24b62ebb602a Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Sun, 16 Oct 2022 09:23:05 -0400 Subject: [PATCH] Update allowed license string. --- python/tidy/servo_tidy/licenseck.py | 1 + 1 file changed, 1 insertion(+) 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.