X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Fopengl%2Fgen_es_static_library.py;h=cef5b3670da851e760822c3c6b99bfa90dfe2ef0;hb=a24448cdd72ffdbd8f7f571886625b8a53100979;hp=130d3b965a0c398eb8a1c558ef276844c108bdcf;hpb=b8cc291aae87975bb3b2035b7d3d119d46dd3cae;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/scripts/opengl/gen_es_static_library.py b/scripts/opengl/gen_es_static_library.py index 130d3b9..cef5b36 100644 --- a/scripts/opengl/gen_es_static_library.py +++ b/scripts/opengl/gen_es_static_library.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. +# +#------------------------------------------------------------------------- + from src_util import * GEN_VERSIONS = set(["2.0", "3.0"])