diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-06-03 08:04:11 -0500 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-06-03 08:04:11 -0500 |
commit | 9aa1d932828d15f6590816c638af1e3f451130a4 (patch) | |
tree | 96c458021d7eb1ca9ce883ad997cf8ab69165021 /python/servo/post_build_commands.py | |
parent | b408fa9960b0644544c1ef0c7f13f0738f06a32b (diff) | |
parent | e3b71c65bf77d532287d8eb6c5ed7f9468e3e1f5 (diff) | |
download | servo-9aa1d932828d15f6590816c638af1e3f451130a4.tar.gz servo-9aa1d932828d15f6590816c638af1e3f451130a4.zip |
Auto merge of #6268 - frewsxcv:tidy-python, r=jdm
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6268)
<!-- Reviewable:end -->
Diffstat (limited to 'python/servo/post_build_commands.py')
-rw-r--r-- | python/servo/post_build_commands.py | 9 |
1 files changed, 9 insertions, 0 deletions
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 <LICENSE-APACHE or +# http://www.apache.org/licenses/LICENSE-2.0> or the MIT license +# <LICENSE-MIT or http://opensource.org/licenses/MIT>, 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 |