From e3b71c65bf77d532287d8eb6c5ed7f9468e3e1f5 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 2 Jun 2015 19:51:41 -0400 Subject: Fix tidy issues with Python files in python/ --- python/servo/post_build_commands.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'python/servo/post_build_commands.py') diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py index f6c4c015ba1..9ed97bec045 100644 --- a/python/servo/post_build_commands.py +++ b/python/servo/post_build_commands.py @@ -1,3 +1,12 @@ +# Copyright 2013 The Servo Project Developers. See the COPYRIGHT +# file at the top-level directory of this distribution. +# +# 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. + from __future__ import print_function, unicode_literals import os -- cgit v1.2.3