diff options
author | Jarkko Pöyry <jpoyry@google.com> | 2015-01-06 12:54:34 -0800 |
---|---|---|
committer | Jarkko Pöyry <jpoyry@google.com> | 2015-01-21 12:46:22 -0800 |
commit | 3c77ed4e119083afaec64a173bfdcf024c271635 (patch) | |
tree | 1e69a5997745ff03788f365c16713dd942380423 /scripts/testset.py | |
parent | 3743feb72dd9977024aae604ad2b0ba03a1ab91d (diff) | |
download | VK-GL-CTS-3c77ed4e119083afaec64a173bfdcf024c271635.tar.gz VK-GL-CTS-3c77ed4e119083afaec64a173bfdcf024c271635.tar.bz2 VK-GL-CTS-3c77ed4e119083afaec64a173bfdcf024c271635.zip |
Add copyright banner to scripts.
Change-Id: I76ada41d0783c658aa3208475650f7d8fb8e6fd4
Diffstat (limited to 'scripts/testset.py')
-rw-r--r-- | scripts/testset.py | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/scripts/testset.py b/scripts/testset.py index 5227a1229..03d838512 100644 --- a/scripts/testset.py +++ b/scripts/testset.py @@ -1,5 +1,25 @@ # -*- coding: utf-8 -*- +#------------------------------------------------------------------------- +# drawElements Quality Program utilities +# -------------------------------------- +# +# Copyright 2015 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 sys import random import string |