X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Fopengl%2Fgen_wrapper.py;h=3a335ecd7f3f565c10208fca79bbe89eb4894184;hb=3f86d394a07e5d4fd18f3ab7850766c4635550e0;hp=7437afabdddab6daa4e84e248a32ef8198f6fefe;hpb=64c9de9a6c697c24b75446a18ed17333776c29c6;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