From ba03b84b90b50afd99f9688059447bc545e5c0e1 Mon Sep 17 00:00:00 2001 From: James Godfrey-Kittle Date: Mon, 13 Apr 2015 14:02:53 -0700 Subject: Add license files and headers. --- scripts/touchup_for_glass.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'scripts/touchup_for_glass.py') diff --git a/scripts/touchup_for_glass.py b/scripts/touchup_for_glass.py index 2bc5128..9104aab 100755 --- a/scripts/touchup_for_glass.py +++ b/scripts/touchup_for_glass.py @@ -1,4 +1,19 @@ #!/usr/bin/python +# +# Copyright 2015 Google Inc. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + """Post-build changes for Glass.""" import os -- cgit v1.2.3