From 9fa54af34794df663d02634860b8a6586f47f81b Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Thu, 14 Jul 2016 11:24:29 -0500 Subject: Allow MIT/Apache-2.0 license as well as MPL-2.0. --- python/tidy/servo_tidy/licenseck.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'python/tidy/servo_tidy/licenseck.py') diff --git a/python/tidy/servo_tidy/licenseck.py b/python/tidy/servo_tidy/licenseck.py index ce5fdee075d..40bdfb8e5d8 100644 --- a/python/tidy/servo_tidy/licenseck.py +++ b/python/tidy/servo_tidy/licenseck.py @@ -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"', +] -- cgit v1.2.3