X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Fopengl%2Fgen_wrapper.py;h=3a335ecd7f3f565c10208fca79bbe89eb4894184;hb=1800f842cd8039369ca7ff147f67a8e02cfb1e4a;hp=7437afabdddab6daa4e84e248a32ef8198f6fefe;hpb=108c883ea9a0ec4a3879ef0a94d1b6d9df26e915;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/scripts/opengl/gen_wrapper.py b/scripts/opengl/gen_wrapper.py index 7437afa..3a335ec 100644 --- a/scripts/opengl/gen_wrapper.py +++ b/scripts/opengl/gen_wrapper.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 os from src_util import * from itertools import imap, chain