diff --git a/python/tidy/servo_tidy/licenseck.py b/python/tidy/servo_tidy/licenseck.py index 705faf8bcb63..a67713b4421b 100644 --- a/python/tidy/servo_tidy/licenseck.py +++ b/python/tidy/servo_tidy/licenseck.py @@ -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 or the MIT license +// , 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 diff --git a/python/tidy/setup.py b/python/tidy/setup.py index 86aae654b3cf..a1af7d884658 100644 --- a/python/tidy/setup.py +++ b/python/tidy/setup.py @@ -11,7 +11,7 @@ from setuptools import setup, find_packages -VERSION = '0.0.2' +VERSION = '0.0.3' install_requires = [ "flake8==2.4.1",