Add python3 licence check template

This commit is contained in:
Shing Lyu 2016-07-29 16:42:56 +08:00
parent 78e9b84a8b
commit 7acc982db1

View file

@ -31,6 +31,14 @@ licenses = [
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
""",
"""\
#!/usr/bin/env python3
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
""",
"""\
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this