diff options
author | edunham <edunham@mozilla.com> | 2016-04-19 11:11:04 -0700 |
---|---|---|
committer | edunham <edunham@mozilla.com> | 2016-04-19 11:11:50 -0700 |
commit | eb198d76e7f755d11585158115a0354acd875682 (patch) | |
tree | 8da7ecd5538daae1eba74d413c85c12f40d17b35 /python/tidy/servo_tidy/licenseck.py | |
parent | 6509cdea95343615cfd569ade769efac6d177e41 (diff) | |
download | servo-eb198d76e7f755d11585158115a0354acd875682.tar.gz servo-eb198d76e7f755d11585158115a0354acd875682.zip |
Allow another wording of apache2/MIT (used by gaol)
Diffstat (limited to 'python/tidy/servo_tidy/licenseck.py')
-rw-r--r-- | python/tidy/servo_tidy/licenseck.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy/licenseck.py b/python/tidy/servo_tidy/licenseck.py index 705faf8bcb6..a67713b4421 100644 --- a/python/tidy/servo_tidy/licenseck.py +++ b/python/tidy/servo_tidy/licenseck.py @@ -59,4 +59,15 @@ licenses = [ # except according to those terms. """, +"""\ +// Copyright 2015 The Rust Project Developers. See the COPYRIGHT +// file at the top-level directory of this distribution and at +// http://rust-lang.org/COPYRIGHT. +// +// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or +// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license +// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your +// option. This file may not be copied, modified, or distributed +// except according to those terms. +""" ] # noqa: Indicate to flake8 that we do not want to check indentation here |