Add copyright banner to scripts.
authorJarkko Pöyry <jpoyry@google.com>
Tue, 6 Jan 2015 20:54:34 +0000 (12:54 -0800)
committerJarkko Pöyry <jpoyry@google.com>
Wed, 21 Jan 2015 20:46:22 +0000 (12:46 -0800)
commit3c77ed4e119083afaec64a173bfdcf024c271635
tree1e69a5997745ff03788f365c16713dd942380423
parent3743feb72dd9977024aae604ad2b0ba03a1ab91d
Add copyright banner to scripts.

Change-Id: I76ada41d0783c658aa3208475650f7d8fb8e6fd4
50 files changed:
android/scripts/build.py
android/scripts/common.py
android/scripts/debug.py
android/scripts/gen_android_cts_xml.py
android/scripts/install.py
android/scripts/launch.py
scripts/build/__init__.py
scripts/build/build.py
scripts/build/common.py
scripts/build/config.py
scripts/caselist_diff.py
scripts/check_include_guards.py
scripts/check_redundant_include_guards.py
scripts/check_resolution_list.py
scripts/convert_case_list_to_xml.py
scripts/cppcheck.py
scripts/egl/__init__.py
scripts/egl/common.py
scripts/egl/proc_address_tests.py
scripts/egl/str_util.py
scripts/gen_egl.py
scripts/khr_util/__init__.py
scripts/khr_util/format.py
scripts/khr_util/gen_str_util.py
scripts/khr_util/registry.py
scripts/khr_util/registry_cache.py
scripts/launchcontrol_build.py
scripts/log/log_parser.py
scripts/log/log_to_csv.py
scripts/log/log_to_xml.py
scripts/make_release.py
scripts/no_empty_fail.rule
scripts/opengl/__init__.py
scripts/opengl/gen_all.py
scripts/opengl/gen_call_log_wrapper.py
scripts/opengl/gen_enums.py
scripts/opengl/gen_es31_wrapper.py
scripts/opengl/gen_es_direct_init.py
scripts/opengl/gen_es_static_library.py
scripts/opengl/gen_ext_init.py
scripts/opengl/gen_func_init.py
scripts/opengl/gen_func_ptrs.py
scripts/opengl/gen_null_render_context.py
scripts/opengl/gen_query_util.py
scripts/opengl/gen_str_util.py
scripts/opengl/gen_wrapper.py
scripts/opengl/src_util.py
scripts/run_internal_tests.py
scripts/run_nightly.py
scripts/testset.py