aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2016-02-09 18:07:25 -0700
committerKarl Schultz <karl@lunarg.com>2016-02-10 13:24:39 -0700
commit3b66697b7ab736e93c40f762a82c0c6579b0a686 (patch)
treed097d4732e00ebc56ab199d2d84184a4eed1cb58
parent21fa96cffb38ca8643ada19bd4a4cdcb4bf2b18e (diff)
downloadusermoji-3b66697b7ab736e93c40f762a82c0c6579b0a686.tar.xz
Remove Khronos confidential clause from license text.
-rw-r--r--LICENSE.txt4
-rw-r--r--demos/cube.c4
-rw-r--r--demos/cube.frag4
-rw-r--r--demos/cube.vert4
-rw-r--r--demos/linmath.h4
-rw-r--r--demos/tri.c4
-rw-r--r--demos/tri.frag4
-rw-r--r--demos/tri.vert4
-rw-r--r--demos/vulkaninfo.c4
-rw-r--r--determine_vs_version.py4
-rw-r--r--include/vulkan/vk_debug_marker_layer.h4
-rw-r--r--include/vulkan/vk_ext_debug_report.h4
-rw-r--r--include/vulkan/vk_icd.h4
-rw-r--r--include/vulkan/vk_layer.h4
-rw-r--r--include/vulkan/vk_lunarg_debug_marker.h4
-rw-r--r--include/vulkan/vk_sdk_platform.h4
-rw-r--r--layers/device_limits.cpp4
-rw-r--r--layers/device_limits.h4
-rw-r--r--layers/draw_state.cpp4
-rwxr-xr-xlayers/draw_state.h4
-rw-r--r--layers/image.cpp4
-rw-r--r--layers/image.h4
-rw-r--r--layers/mem_tracker.cpp4
-rw-r--r--layers/mem_tracker.h4
-rw-r--r--layers/object_tracker.h4
-rw-r--r--layers/param_checker.cpp4
-rw-r--r--layers/swapchain.cpp4
-rw-r--r--layers/swapchain.h4
-rw-r--r--layers/threading.h4
-rw-r--r--layers/unique_objects.h4
-rw-r--r--layers/vk_layer_config.h4
-rw-r--r--layers/vk_layer_data.h4
-rw-r--r--layers/vk_layer_debug_marker_table.cpp4
-rw-r--r--layers/vk_layer_debug_marker_table.h4
-rw-r--r--layers/vk_layer_extension_utils.cpp4
-rw-r--r--layers/vk_layer_extension_utils.h4
-rw-r--r--layers/vk_layer_logging.h4
-rw-r--r--layers/vk_layer_table.cpp4
-rw-r--r--layers/vk_layer_table.h4
-rw-r--r--layers/vk_layer_utils.cpp4
-rw-r--r--layers/vk_layer_utils.h4
-rw-r--r--loader/debug_report.c4
-rw-r--r--loader/debug_report.h4
-rw-r--r--loader/dev_ext_trampoline.c4
-rw-r--r--loader/gpa_helper.h4
-rw-r--r--loader/loader.c4
-rw-r--r--loader/loader.h4
-rw-r--r--loader/murmurhash.c4
-rw-r--r--loader/murmurhash.h4
-rw-r--r--loader/table_ops.h4
-rw-r--r--loader/trampoline.c4
-rwxr-xr-xloader/vk-loader-generate.py12
-rw-r--r--loader/vk_loader_platform.h4
-rw-r--r--loader/wsi.c4
-rw-r--r--loader/wsi.h4
-rwxr-xr-xsource_line_info.py4
-rwxr-xr-xvk-generate.py12
-rwxr-xr-xvk-layer-generate.py8
-rwxr-xr-xvk_helper.py8
-rwxr-xr-xvk_layer_documentation_generate.py4
-rwxr-xr-xvulkan.py4
-rw-r--r--windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps14
-rw-r--r--windowsRuntimeInstaller/InstallerRT.nsi4
-rw-r--r--windowsRuntimeInstaller/LICENSE.txt4
-rw-r--r--windowsRuntimeInstaller/VULKANRT_LICENSE.rtfbin2041 -> 7055 bytes
65 files changed, 0 insertions, 280 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index 623c7013..6af7ff0e 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 f9b2cfef..51dae383 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 226e4fe4..4f5c2926 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 7f47e8c3..2838ad4d 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 d558c40c..dcfaf5d3 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 a97b8eef..91b2413a 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 02fd0ee9..c353a476 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 7fc5a217..48b33816 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 983288c1..e1646be2 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 76e68154..78c12642 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 ee9df007..e3363291 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 d5bc430d..99b80b93 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 5dd11ff7..60b29e03 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 6b774c8f..7cc308d7 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 2fe14343..1d2c27f8 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 33eda846..f79396ba 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 b11f34cb..1c5470db 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 3ef91043..673f03ef 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 8f2a6137..f69168e1 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 3f80a547..71edd68d 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 62c42841..948cc9c5 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 dbc2d301..350a3beb 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 a7e8c296..e883c7a2 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 7e6e8ce8..23b57f68 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 33202e94..cc1af553 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 3aa0f567..f3aaece4 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 1e233e94..8502af0d 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 92e97144..52b8e920 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 c6315d2a..1a04a62f 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 5b3d5d5c..0c65d709 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 a22841c4..7d62041c 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 b39342c5..b51736c7 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 26e89b1e..08ed5d8c 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 86847279..b417b82a 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 748aa99d..06ca6c00 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 ba70d68b..05e15f88 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 e436e2ee..000f2fdb 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 9277a8d8..5e364e5f 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 d51108d9..33a4cf72 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 e1612fd1..f849aa40 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 359029dd..e9479834 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 8c5d6c18..232fa6d6 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 a03efcfe..41730376 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 d559cec0..b752086b 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 f2aeb627..664d3dbc 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 f4a403b6..5510ac0a 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 2c894604..5e0a7520 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 41c593ad..5e5d0de6 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 63a52506..775532e8 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 e4a91bc5..261ad409 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 98205b98..b35f1d82 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 ee8a7017..e1226f59 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 7a3f08c7..5fcc7402 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 43ca83f3..05945fb5 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 927b96e5..c0213313 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 75cbff18..a6bb9a18 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 ac4b49a2..b255d7f3 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 f7e06802..5fed8791 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 d2dfabd3..dcff2f68 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 dcd4ce6b..253696e8 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 d9de4455..566a4fd8 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 bf29c6c3..851dfa6c 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 79f43a3f..59e3436f 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 63ffcf8f..31bbe588 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 91438d8c..e2fa99f2 100644
--- a/windowsRuntimeInstaller/VULKANRT_LICENSE.rtf
+++ b/windowsRuntimeInstaller/VULKANRT_LICENSE.rtf
Binary files differ