diff options
author | Pyry Haulos <phaulos@google.com> | 2016-09-26 14:26:04 -0700 |
---|---|---|
committer | Pyry Haulos <phaulos@google.com> | 2016-09-27 16:54:54 +0000 |
commit | f85b5c9705c73ccad70f17202b95c412e3dff208 (patch) | |
tree | caf2bc88f708cf46cc7ae4e1d9f27fed07c68f59 /framework | |
parent | fb175316d0da946bc94a4549ebbf1acb148a76dd (diff) | |
download | VK-GL-CTS-f85b5c9705c73ccad70f17202b95c412e3dff208.tar.gz VK-GL-CTS-f85b5c9705c73ccad70f17202b95c412e3dff208.tar.bz2 VK-GL-CTS-f85b5c9705c73ccad70f17202b95c412e3dff208.zip |
Add license to a few utility scripts
Change-Id: I2233a68e2480fe07a6800c16d4a83e387b4c328a
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qphelper/gen_release_info.py | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/framework/qphelper/gen_release_info.py b/framework/qphelper/gen_release_info.py index d2ba3a425..e50de8209 100644 --- a/framework/qphelper/gen_release_info.py +++ b/framework/qphelper/gen_release_info.py @@ -1,5 +1,25 @@ # -*- coding: utf-8 -*- +#------------------------------------------------------------------------- +# drawElements Quality Program utilities +# -------------------------------------- +# +# Copyright 2016 The Android Open Source Project +# +# 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. +# +#------------------------------------------------------------------------- + import os import re import sys |