X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Fopengl%2Fgen_func_ptrs.py;h=3172aa2ffc13452a6a58d56540e50a1ed45016c4;hb=92373caf27ae651958a25f53b6bf5aad8affced6;hp=65ff6223922402207960fc01987ec06ea749e46f;hpb=edeed13a862fea2e8e5362c666cdca9af6955e31;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/scripts/opengl/gen_func_ptrs.py b/scripts/opengl/gen_func_ptrs.py index 65ff622..3172aa2 100644 --- a/scripts/opengl/gen_func_ptrs.py +++ b/scripts/opengl/gen_func_ptrs.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 * def commandTypedefDecl (command):