Skip to content

Commit

Permalink
Allow another wording of apache2/MIT (used by gaol)
Browse files Browse the repository at this point in the history
  • Loading branch information
edunham committed Apr 19, 2016
1 parent 6509cde commit eb198d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions python/tidy/servo_tidy/licenseck.py
Expand Up @@ -59,4 +59,15 @@
# 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
2 changes: 1 addition & 1 deletion python/tidy/setup.py
Expand Up @@ -11,7 +11,7 @@
from setuptools import setup, find_packages


VERSION = '0.0.2'
VERSION = '0.0.3'

install_requires = [
"flake8==2.4.1",
Expand Down

0 comments on commit eb198d7

Please sign in to comment.