From 3b66697b7ab736e93c40f762a82c0c6579b0a686 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Tue, 9 Feb 2016 18:07:25 -0700 Subject: [PATCH] Remove Khronos confidential clause from license text. --- LICENSE.txt | 4 ---- demos/cube.c | 4 ---- demos/cube.frag | 4 ---- demos/cube.vert | 4 ---- demos/linmath.h | 4 ---- demos/tri.c | 4 ---- demos/tri.frag | 4 ---- demos/tri.vert | 4 ---- demos/vulkaninfo.c | 4 ---- determine_vs_version.py | 4 ---- include/vulkan/vk_debug_marker_layer.h | 4 ---- include/vulkan/vk_ext_debug_report.h | 4 ---- include/vulkan/vk_icd.h | 4 ---- include/vulkan/vk_layer.h | 4 ---- include/vulkan/vk_lunarg_debug_marker.h | 4 ---- include/vulkan/vk_sdk_platform.h | 4 ---- layers/device_limits.cpp | 4 ---- layers/device_limits.h | 4 ---- layers/draw_state.cpp | 4 ---- layers/draw_state.h | 4 ---- layers/image.cpp | 4 ---- layers/image.h | 4 ---- layers/mem_tracker.cpp | 4 ---- layers/mem_tracker.h | 4 ---- layers/object_tracker.h | 4 ---- layers/param_checker.cpp | 4 ---- layers/swapchain.cpp | 4 ---- layers/swapchain.h | 4 ---- layers/threading.h | 4 ---- layers/unique_objects.h | 4 ---- layers/vk_layer_config.h | 4 ---- layers/vk_layer_data.h | 4 ---- layers/vk_layer_debug_marker_table.cpp | 4 ---- layers/vk_layer_debug_marker_table.h | 4 ---- layers/vk_layer_extension_utils.cpp | 4 ---- layers/vk_layer_extension_utils.h | 4 ---- layers/vk_layer_logging.h | 4 ---- layers/vk_layer_table.cpp | 4 ---- layers/vk_layer_table.h | 4 ---- layers/vk_layer_utils.cpp | 4 ---- layers/vk_layer_utils.h | 4 ---- loader/debug_report.c | 4 ---- loader/debug_report.h | 4 ---- loader/dev_ext_trampoline.c | 4 ---- loader/gpa_helper.h | 4 ---- loader/loader.c | 4 ---- loader/loader.h | 4 ---- loader/murmurhash.c | 4 ---- loader/murmurhash.h | 4 ---- loader/table_ops.h | 4 ---- loader/trampoline.c | 4 ---- loader/vk-loader-generate.py | 12 ------------ loader/vk_loader_platform.h | 4 ---- loader/wsi.c | 4 ---- loader/wsi.h | 4 ---- source_line_info.py | 4 ---- vk-generate.py | 12 ------------ vk-layer-generate.py | 8 -------- vk_helper.py | 8 -------- vk_layer_documentation_generate.py | 4 ---- vulkan.py | 4 ---- windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 | 4 ---- windowsRuntimeInstaller/InstallerRT.nsi | 4 ---- windowsRuntimeInstaller/LICENSE.txt | 4 ---- windowsRuntimeInstaller/VULKANRT_LICENSE.rtf | Bin 2041 -> 7055 bytes 65 files changed, 280 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 623c701..6af7ff0 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -12,10 +12,6 @@ The above copyright notice(s) and this permission notice shall be included in all copies or substantial portions of the Materials. - The Materials are Confidential Information as defined by the Khronos - Membership Agreement until designated non-confidential by Khronos, at which - point this condition clause shall be removed. - THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/demos/cube.c b/demos/cube.c index f9b2cfe..51dae38 100644 --- a/demos/cube.c +++ b/demos/cube.c @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/demos/cube.frag b/demos/cube.frag index 226e4fe..4f5c292 100644 --- a/demos/cube.frag +++ b/demos/cube.frag @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/demos/cube.vert b/demos/cube.vert index 7f47e8c..2838ad4 100644 --- a/demos/cube.vert +++ b/demos/cube.vert @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/demos/linmath.h b/demos/linmath.h index d558c40..dcfaf5d 100644 --- a/demos/linmath.h +++ b/demos/linmath.h @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/demos/tri.c b/demos/tri.c index a97b8ee..91b2413 100644 --- a/demos/tri.c +++ b/demos/tri.c @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/demos/tri.frag b/demos/tri.frag index 02fd0ee..c353a47 100644 --- a/demos/tri.frag +++ b/demos/tri.frag @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/demos/tri.vert b/demos/tri.vert index 7fc5a21..48b3381 100644 --- a/demos/tri.vert +++ b/demos/tri.vert @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/demos/vulkaninfo.c b/demos/vulkaninfo.c index 983288c..e1646be 100644 --- a/demos/vulkaninfo.c +++ b/demos/vulkaninfo.c @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/determine_vs_version.py b/determine_vs_version.py index 76e6815..78c1264 100644 --- a/determine_vs_version.py +++ b/determine_vs_version.py @@ -15,10 +15,6 @@ # The above copyright notice(s) and this permission notice shall be included # in all copies or substantial portions of the Materials. # -# The Materials are Confidential Information as defined by the Khronos -# Membership Agreement until designated non-confidential by Khronos, at which -# point this condition clause shall be removed. -# # THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/include/vulkan/vk_debug_marker_layer.h b/include/vulkan/vk_debug_marker_layer.h index ee9df00..e336329 100644 --- a/include/vulkan/vk_debug_marker_layer.h +++ b/include/vulkan/vk_debug_marker_layer.h @@ -16,10 +16,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/include/vulkan/vk_ext_debug_report.h b/include/vulkan/vk_ext_debug_report.h index d5bc430..99b80b9 100644 --- a/include/vulkan/vk_ext_debug_report.h +++ b/include/vulkan/vk_ext_debug_report.h @@ -16,10 +16,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/include/vulkan/vk_icd.h b/include/vulkan/vk_icd.h index 5dd11ff..60b29e0 100644 --- a/include/vulkan/vk_icd.h +++ b/include/vulkan/vk_icd.h @@ -16,10 +16,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/include/vulkan/vk_layer.h b/include/vulkan/vk_layer.h index 6b774c8..7cc308d 100644 --- a/include/vulkan/vk_layer.h +++ b/include/vulkan/vk_layer.h @@ -16,10 +16,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/include/vulkan/vk_lunarg_debug_marker.h b/include/vulkan/vk_lunarg_debug_marker.h index 2fe1434..1d2c27f 100644 --- a/include/vulkan/vk_lunarg_debug_marker.h +++ b/include/vulkan/vk_lunarg_debug_marker.h @@ -16,10 +16,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/include/vulkan/vk_sdk_platform.h b/include/vulkan/vk_sdk_platform.h index 33eda84..f79396b 100644 --- a/include/vulkan/vk_sdk_platform.h +++ b/include/vulkan/vk_sdk_platform.h @@ -16,10 +16,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/device_limits.cpp b/layers/device_limits.cpp index b11f34c..1c5470d 100644 --- a/layers/device_limits.cpp +++ b/layers/device_limits.cpp @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/device_limits.h b/layers/device_limits.h index 3ef9104..673f03e 100644 --- a/layers/device_limits.h +++ b/layers/device_limits.h @@ -12,10 +12,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index 8f2a613..f69168e 100644 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/draw_state.h b/layers/draw_state.h index 3f80a54..71edd68 100755 --- a/layers/draw_state.h +++ b/layers/draw_state.h @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/image.cpp b/layers/image.cpp index 62c4284..948cc9c 100644 --- a/layers/image.cpp +++ b/layers/image.cpp @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/image.h b/layers/image.h index dbc2d30..350a3be 100644 --- a/layers/image.h +++ b/layers/image.h @@ -12,10 +12,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/mem_tracker.cpp b/layers/mem_tracker.cpp index a7e8c29..e883c7a 100644 --- a/layers/mem_tracker.cpp +++ b/layers/mem_tracker.cpp @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/mem_tracker.h b/layers/mem_tracker.h index 7e6e8ce..23b57f6 100644 --- a/layers/mem_tracker.h +++ b/layers/mem_tracker.h @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/object_tracker.h b/layers/object_tracker.h index 33202e9..cc1af55 100644 --- a/layers/object_tracker.h +++ b/layers/object_tracker.h @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/param_checker.cpp b/layers/param_checker.cpp index 3aa0f56..f3aaece 100644 --- a/layers/param_checker.cpp +++ b/layers/param_checker.cpp @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/swapchain.cpp b/layers/swapchain.cpp index 1e233e9..8502af0 100644 --- a/layers/swapchain.cpp +++ b/layers/swapchain.cpp @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/swapchain.h b/layers/swapchain.h index 92e9714..52b8e92 100644 --- a/layers/swapchain.h +++ b/layers/swapchain.h @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/threading.h b/layers/threading.h index c6315d2..1a04a62 100644 --- a/layers/threading.h +++ b/layers/threading.h @@ -12,10 +12,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/unique_objects.h b/layers/unique_objects.h index 5b3d5d5..0c65d70 100644 --- a/layers/unique_objects.h +++ b/layers/unique_objects.h @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/vk_layer_config.h b/layers/vk_layer_config.h index a22841c..7d62041 100644 --- a/layers/vk_layer_config.h +++ b/layers/vk_layer_config.h @@ -12,10 +12,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/vk_layer_data.h b/layers/vk_layer_data.h index b39342c..b51736c 100644 --- a/layers/vk_layer_data.h +++ b/layers/vk_layer_data.h @@ -12,10 +12,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/vk_layer_debug_marker_table.cpp b/layers/vk_layer_debug_marker_table.cpp index 26e89b1..08ed5d8 100644 --- a/layers/vk_layer_debug_marker_table.cpp +++ b/layers/vk_layer_debug_marker_table.cpp @@ -12,10 +12,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/vk_layer_debug_marker_table.h b/layers/vk_layer_debug_marker_table.h index 8684727..b417b82 100644 --- a/layers/vk_layer_debug_marker_table.h +++ b/layers/vk_layer_debug_marker_table.h @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/vk_layer_extension_utils.cpp b/layers/vk_layer_extension_utils.cpp index 748aa99..06ca6c0 100644 --- a/layers/vk_layer_extension_utils.cpp +++ b/layers/vk_layer_extension_utils.cpp @@ -12,10 +12,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/vk_layer_extension_utils.h b/layers/vk_layer_extension_utils.h index ba70d68..05e15f8 100644 --- a/layers/vk_layer_extension_utils.h +++ b/layers/vk_layer_extension_utils.h @@ -12,10 +12,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/vk_layer_logging.h b/layers/vk_layer_logging.h index e436e2e..000f2fd 100644 --- a/layers/vk_layer_logging.h +++ b/layers/vk_layer_logging.h @@ -12,10 +12,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/vk_layer_table.cpp b/layers/vk_layer_table.cpp index 9277a8d..5e364e5 100644 --- a/layers/vk_layer_table.cpp +++ b/layers/vk_layer_table.cpp @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/vk_layer_table.h b/layers/vk_layer_table.h index d51108d..33a4cf7 100644 --- a/layers/vk_layer_table.h +++ b/layers/vk_layer_table.h @@ -12,10 +12,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/vk_layer_utils.cpp b/layers/vk_layer_utils.cpp index e1612fd..f849aa4 100644 --- a/layers/vk_layer_utils.cpp +++ b/layers/vk_layer_utils.cpp @@ -12,10 +12,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/layers/vk_layer_utils.h b/layers/vk_layer_utils.h index 359029d..e947983 100644 --- a/layers/vk_layer_utils.h +++ b/layers/vk_layer_utils.h @@ -12,10 +12,6 @@ * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/loader/debug_report.c b/loader/debug_report.c index 8c5d6c1..232fa6d 100644 --- a/loader/debug_report.c +++ b/loader/debug_report.c @@ -14,10 +14,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/loader/debug_report.h b/loader/debug_report.h index a03efcf..4173037 100644 --- a/loader/debug_report.h +++ b/loader/debug_report.h @@ -14,10 +14,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/loader/dev_ext_trampoline.c b/loader/dev_ext_trampoline.c index d559cec..b752086 100644 --- a/loader/dev_ext_trampoline.c +++ b/loader/dev_ext_trampoline.c @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/loader/gpa_helper.h b/loader/gpa_helper.h index f2aeb62..664d3db 100644 --- a/loader/gpa_helper.h +++ b/loader/gpa_helper.h @@ -14,10 +14,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/loader/loader.c b/loader/loader.c index f4a403b..5510ac0 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -15,10 +15,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/loader/loader.h b/loader/loader.h index 2c89460..5e0a752 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -15,10 +15,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/loader/murmurhash.c b/loader/murmurhash.c index 41c593a..5e5d0de 100644 --- a/loader/murmurhash.c +++ b/loader/murmurhash.c @@ -17,10 +17,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/loader/murmurhash.h b/loader/murmurhash.h index 63a5250..775532e 100644 --- a/loader/murmurhash.h +++ b/loader/murmurhash.h @@ -17,10 +17,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/loader/table_ops.h b/loader/table_ops.h index e4a91bc..261ad40 100644 --- a/loader/table_ops.h +++ b/loader/table_ops.h @@ -15,10 +15,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/loader/trampoline.c b/loader/trampoline.c index 98205b9..b35f1d8 100644 --- a/loader/trampoline.c +++ b/loader/trampoline.c @@ -15,10 +15,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/loader/vk-loader-generate.py b/loader/vk-loader-generate.py index ee8a701..e1226f5 100755 --- a/loader/vk-loader-generate.py +++ b/loader/vk-loader-generate.py @@ -14,10 +14,6 @@ # The above copyright notice(s) and this permission notice shall be included in # all copies or substantial portions of the Materials. # -# The Materials are Confidential Information as defined by the Khronos -# Membership Agreement until designated non-confidential by Khronos, at which -# point this condition clause shall be removed. -# # THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. @@ -110,10 +106,6 @@ class Subcommand(object): * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. @@ -368,10 +360,6 @@ class WinDefFileSubcommand(Subcommand): ; The above copyright notice(s) and this permission notice shall be included in ; all copies or substantial portions of the Materials. ; -; The Materials are Confidential Information as defined by the Khronos -; Membership Agreement until designated non-confidential by Khronos, at which -; point this condition clause shall be removed. -; ; THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/loader/vk_loader_platform.h b/loader/vk_loader_platform.h index 7a3f08c..5fcc740 100644 --- a/loader/vk_loader_platform.h +++ b/loader/vk_loader_platform.h @@ -14,10 +14,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/loader/wsi.c b/loader/wsi.c index 43ca83f..05945fb 100644 --- a/loader/wsi.c +++ b/loader/wsi.c @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/loader/wsi.h b/loader/wsi.h index 927b96e..c021331 100644 --- a/loader/wsi.h +++ b/loader/wsi.h @@ -13,10 +13,6 @@ * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/source_line_info.py b/source_line_info.py index 75cbff1..a6bb9a1 100755 --- a/source_line_info.py +++ b/source_line_info.py @@ -15,10 +15,6 @@ # The above copyright notice(s) and this permission notice shall be included # in all copies or substantial portions of the Materials. # -# The Materials are Confidential Information as defined by the Khronos -# Membership Agreement until designated non-confidential by Khronos, at which -# point this condition clause shall be removed. -# # THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/vk-generate.py b/vk-generate.py index ac4b49a..b255d7f 100755 --- a/vk-generate.py +++ b/vk-generate.py @@ -15,10 +15,6 @@ # The above copyright notice(s) and this permission notice shall be included # in all copies or substantial portions of the Materials. # -# The Materials are Confidential Information as defined by the Khronos -# Membership Agreement until designated non-confidential by Khronos, at which -# point this condition clause shall be removed. -# # THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. @@ -85,10 +81,6 @@ class Subcommand(object): * The above copyright notice(s) and this permission notice shall be included in * all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. @@ -221,10 +213,6 @@ class WinDefFileSubcommand(Subcommand): ; The above copyright notice(s) and this permission notice shall be included in ; all copies or substantial portions of the Materials. ; -; The Materials are Confidential Information as defined by the Khronos -; Membership Agreement until designated non-confidential by Khronos, at which -; point this condition clause shall be removed. -; ; THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/vk-layer-generate.py b/vk-layer-generate.py index f7e0680..5fed879 100755 --- a/vk-layer-generate.py +++ b/vk-layer-generate.py @@ -17,10 +17,6 @@ # The above copyright notice(s) and this permission notice shall be included # in all copies or substantial portions of the Materials. # -# The Materials are Confidential Information as defined by the Khronos -# Membership Agreement until designated non-confidential by Khronos, at which -# point this condition clause shall be removed. -# # THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. @@ -215,10 +211,6 @@ class Subcommand(object): * The above copyright notice(s) and this permission notice shall be included * in all copies or substantial portions of the Materials. * - * The Materials are Confidential Information as defined by the Khronos - * Membership Agreement until designated non-confidential by Khronos, at which - * point this condition clause shall be removed. - * * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/vk_helper.py b/vk_helper.py index d2dfabd..dcff2f6 100755 --- a/vk_helper.py +++ b/vk_helper.py @@ -15,10 +15,6 @@ # The above copyright notice(s) and this permission notice shall be included # in all copies or substantial portions of the Materials. # -# The Materials are Confidential Information as defined by the Khronos -# Membership Agreement until designated non-confidential by Khronos, at which -# point this condition clause shall be removed. -# # THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. @@ -550,10 +546,6 @@ class StructWrapperGen: copyright.append(' * The above copyright notice and this permission notice shall be included'); copyright.append(' * in all copies or substantial portions of the Materials.'); copyright.append(' *'); - copyright.append(' * The Materials are Confidential Information as defined by the Khronos'); - copyright.append(' * Membership Agreement until designated non-confidential by Khronos, at which'); - copyright.append(' * point this condition clause shall be removed.'); - copyright.append(' *'); copyright.append(' * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR'); copyright.append(' * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,'); copyright.append(' * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.'); diff --git a/vk_layer_documentation_generate.py b/vk_layer_documentation_generate.py index dcd4ce6..253696e 100755 --- a/vk_layer_documentation_generate.py +++ b/vk_layer_documentation_generate.py @@ -14,10 +14,6 @@ # The above copyright notice(s) and this permission notice shall be included # in all copies or substantial portions of the Materials. # -# The Materials are Confidential Information as defined by the Khronos -# Membership Agreement until designated non-confidential by Khronos, at which -# point this condition clause shall be removed. -# # THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/vulkan.py b/vulkan.py index d9de445..566a4fd 100755 --- a/vulkan.py +++ b/vulkan.py @@ -15,10 +15,6 @@ # The above copyright notice(s) and this permission notice shall be included # in all copies or substantial portions of the Materials. # -# The Materials are Confidential Information as defined by the Khronos -# Membership Agreement until designated non-confidential by Khronos, at which -# point this condition clause shall be removed. -# # THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 b/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 index bf29c6c..851dfa6 100644 --- a/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 +++ b/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 @@ -12,10 +12,6 @@ # The above copyright notice(s) and this permission notice shall be included in # all copies or substantial portions of the Materials. # -# The Materials are Confidential Information as defined by the Khronos -# Membership Agreement until designated non-confidential by Khronos, at which -# point this condition clause shall be removed. -# # THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/windowsRuntimeInstaller/InstallerRT.nsi b/windowsRuntimeInstaller/InstallerRT.nsi index 79f43a3..59e3436 100644 --- a/windowsRuntimeInstaller/InstallerRT.nsi +++ b/windowsRuntimeInstaller/InstallerRT.nsi @@ -14,10 +14,6 @@ # The above copyright notice(s) and this permission notice shall be included in # all copies or substantial portions of the Materials. # -# The Materials are Confidential Information as defined by the Khronos -# Membership Agreement until designated non-confidential by Khronos, at which -# point this condition clause shall be removed. -# # THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/windowsRuntimeInstaller/LICENSE.txt b/windowsRuntimeInstaller/LICENSE.txt index 63ffcf8..31bbe58 100644 --- a/windowsRuntimeInstaller/LICENSE.txt +++ b/windowsRuntimeInstaller/LICENSE.txt @@ -12,10 +12,6 @@ furnished to do so, subject to the following conditions: The above copyright notice(s) and this permission notice shall be included in all copies or substantial portions of the Materials. -The Materials are Confidential Information as defined by the Khronos -Membership Agreement until designated non-confidential by Khronos, at which -point this condition clause shall be removed. - THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. diff --git a/windowsRuntimeInstaller/VULKANRT_LICENSE.rtf b/windowsRuntimeInstaller/VULKANRT_LICENSE.rtf index 91438d8cc19410e5ec32068bfcf8d232c0db8f6e..e2fa99f2741db5997977dc0b32464ce476a994f7 100644 GIT binary patch literal 7055 zcmeHLU2oeu5`E9FAd36Y7QU&h#EG+gQf#FW>d0AHX>S1ng)C9AZe-F+N==O-|9#I; z^2d#n{YVyz?A-!EOpb$ttWA3RsGs-`6d z4$rlkCz9t2{Wq8A=`7JkR1S-axiBmgw=AOP@9&`8eOTFLljVG>N~;45b6Xg*1L)}@ zX;cm#hH==am-~q-&$JMvY;{hyw}&vbk?Fd9w$ZyoFjG}3 zjcC5-T4WBt28eX{w5)}*D{_0iZ6T&s^AT|aKuTMvE8TnId%E;=3-O4!F-S^V&aHIsiSOys(~Wa$-IW->){pLq+hEgx^zr+ij@(qsQka<#6~+!X zQhcu*F4b+3rB%5|G@mUOGyFO{#TB~|S{Ar`Je#I7p5(`z?qV)nr{}I@eaMY_$dl%p z_Pe}PP{!T0;zoLKz(S?xbdSi3E;rM}h)l_DuW^DT?jbx%x-Quj3%N3Iyc#r?`Yk@) zB2emFBpF;}-3Hm+K_ znZ6;{$%;sYWeyu83(BZ1+Q|;u33zJ}R_j?HGx5FACo6xn?mFzRwW@5EMxr7by1P8I zq9+A4E~-+rxDT-K$uykQ)2f9=DSOMWg``@eG*ulf#(7?(;$3gw*?0HdUq*$jzkmI$ zfAsa}a9iQ)LaX0JTD^0ex%10uU6k3cF7OJOD`a9Va4vJc#J!&@hi6NN&uCmo2TEFe zYo59exG-0^`^yt3fDq8=9YJNG3;8I*9ToE`nI1bQd;D7=ZcUn$qU$&a!dt$$&P<9j zfQcPC%};H_VXuqvt@$pyF2!VVJ)?22kMTUw*CoyRPBYQllZqyXt=e=ovG5WZj}1kh zfd6bl`SAVS-5xp%JvTG78*7)Oa_;ydSqMFAOxp2n@C?aON4Pcq0|K zPP1AfKi-Ipwg$eY|Ir=hm7M<0@!wR5#`VTXn<_=uL_>-Eo(P#`D#cyfJfd;CfQC|+ zsf`SY#R7-WI-2N=FUq8ljEcv9qiSp$`N5}~f~2c5oiSck8nvb=IHrrzU|Yq5gI3hr z8>q!n7uU0jy-wdS@VECXk(k9Z!9LEklFG0TTGb0Ak8~eAK<#7n?@zPSQH`*F==^E- z_bDmA2{urAp_&%_g#?kKvab85f0eE;hJR1+{Zi;T-k<0ts4#3Mw3sg0wN7LuvJT79 z-7}RldKH^Q{rOmv0V+~~@DH*aBJzPIyw?#Emb;YzWl`c~1H9F8r z%i1=StH)(AFIpS4-X;@6?xR3;tg{_9S6PuS@hj}!7WK3&%&fyQbVItB))h1j2~&ZL z+F5PJh_WPv0-oCqZ@Fic$P7*h4zvel4d2ex{N7&Zgz_5AI(qwzR%HrDXN^+TCkZ*9 ztFlC|k7Gtj$O_uB`ODAy@|5?PdzI-4_a#O^lBq)SBE~mGN~#JRd2QYhMVcF6VbnE%^ls=f(5am+@+MGylt9y2o8LIpn7ov{l)8k_^!I}Jub{H4Rrf;c41 zGk|*R(u?9?a5eHGc6k+Djwe3M4*?qn;aLPL{)HdLKPmL2k0H-b9zlpuF#i)`z$WM3 zXk;VoU4b-_rNv-;`6UWIoX6~ZJR15Cp86n!cRKQ$2!l(5kr!Na*wDN1J`gD)HU>{3 ztJad@^SN(Du;<}#5C`Ls*fSW1afE3H8S%5ax-E@Pvfj0J*EvO}Qwkn{ z!jF;)iAUfypyCDS7&~{!MHEQumYksb9d8SOZ&l?%TIO4T%8O^p- znGBi$KSO7fDPo@XGx_)x*Mcyc&EU1IFI>CWeb|199`AJAar-fPGI`$^;oj`QTO(;! zn0CxB<;iq4m+hDG5JD`G=K3Yr*R6^0sQV61r|N&M4) zb&}ag?12cdEa{9;TSe?pDi2hhslK<=qVWj66k0=y;IOjim`w+(w7(zx9Ikrx?9t9> yGAQURAS3A93ACRlzsTA6I)9TrTFn!BDn8lNZ2e-}<3=~J2Bxa5IT5{=TmJwDh4Fd- -- 2.7.4