From 7acc982db1a37a8ab38a594ec66e1efb76015813 Mon Sep 17 00:00:00 2001 From: Shing Lyu Date: Fri, 29 Jul 2016 16:42:56 +0800 Subject: [PATCH] Add python3 licence check template --- python/tidy/servo_tidy/licenseck.py | 8 ++++++++ 1 file changed, 8 insertions(+) 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 @@ -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