diff options
author | Shing Lyu <shing.lyu@gmail.com> | 2016-07-29 16:42:56 +0800 |
---|---|---|
committer | Shing Lyu <shing.lyu@gmail.com> | 2016-07-29 16:42:56 +0800 |
commit | 7acc982db1a37a8ab38a594ec66e1efb76015813 (patch) | |
tree | 36b253f26dca4cde0a0d1e9d8f57167e29b2433d /python | |
parent | 78e9b84a8b3400031cd13ec3ed4bc104dbcdd6e6 (diff) | |
download | servo-7acc982db1a37a8ab38a594ec66e1efb76015813.tar.gz servo-7acc982db1a37a8ab38a594ec66e1efb76015813.zip |
Add python3 licence check template
Diffstat (limited to 'python')
-rw-r--r-- | python/tidy/servo_tidy/licenseck.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy/licenseck.py b/python/tidy/servo_tidy/licenseck.py index 03113da507d..75819bcefd2 100644 --- a/python/tidy/servo_tidy/licenseck.py +++ b/python/tidy/servo_tidy/licenseck.py @@ -32,6 +32,14 @@ licenses = [ """, """\ +#!/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 // file, You can obtain one at http://mozilla.org/MPL/2.0/. |