diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-06-02 19:51:41 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-06-02 19:51:41 -0400 |
commit | e3b71c65bf77d532287d8eb6c5ed7f9468e3e1f5 (patch) | |
tree | 8e29cec3bb9cf3faf7a3657d0c4e2570aed32fa0 /python/servo/bootstrap_commands.py | |
parent | c639a0cf4932e56425aabc826bee7cbe54061c74 (diff) | |
download | servo-e3b71c65bf77d532287d8eb6c5ed7f9468e3e1f5.tar.gz servo-e3b71c65bf77d532287d8eb6c5ed7f9468e3e1f5.zip |
Fix tidy issues with Python files in python/
Diffstat (limited to 'python/servo/bootstrap_commands.py')
-rw-r--r-- | python/servo/bootstrap_commands.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/servo/bootstrap_commands.py b/python/servo/bootstrap_commands.py index 49a9cc1514c..ad211b97eff 100644 --- a/python/servo/bootstrap_commands.py +++ b/python/servo/bootstrap_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 |