From a7bb6f4d19d1258d83c8800af885936a243e07bb Mon Sep 17 00:00:00 2001 From: Kyle Brenneman Date: Thu, 30 Sep 2021 09:21:34 -0600 Subject: [PATCH] Remove extra paragraph from license text. Remove the "If only executable code is distributed..." paragraph from the license text. Everything now uses a normal MIT license. The only code from Khronos that's included in libglvnd is the EGL/GL header and XML files, which do not contain that paragraph. Fixes https://gitlab.freedesktop.org/glvnd/libglvnd/-/issues/221 --- README.md | 4 ---- include/glvnd/GLdispatchABI.h | 4 ---- include/glvnd/libeglabi.h | 4 ---- include/glvnd/libglxabi.h | 4 ---- include/meson.build | 4 ---- meson.build | 4 ---- meson_options.txt | 4 ---- src/EGL/Makefile.am | 4 ---- src/EGL/libegl.c | 4 ---- src/EGL/libeglabipriv.h | 4 ---- src/EGL/libeglcurrent.h | 4 ---- src/EGL/libeglerror.c | 4 ---- src/EGL/libeglerror.h | 4 ---- src/EGL/libeglmapping.c | 4 ---- src/EGL/libeglmapping.h | 4 ---- src/EGL/meson.build | 4 ---- src/GL/Makefile.am | 4 ---- src/GL/libgl.c | 4 ---- src/GL/meson.build | 4 ---- src/GLESv1/Makefile.am | 4 ---- src/GLESv1/meson.build | 4 ---- src/GLESv2/Makefile.am | 4 ---- src/GLESv2/meson.build | 4 ---- src/GLX/Makefile.am | 4 ---- src/GLX/glvnd_genentry.c | 4 ---- src/GLX/glvnd_genentry.h | 4 ---- src/GLX/libglx.c | 4 ---- src/GLX/libglxabipriv.h | 4 ---- src/GLX/libglxcurrent.h | 4 ---- src/GLX/libglxmapping.c | 4 ---- src/GLX/libglxmapping.h | 4 ---- src/GLX/libglxproto.c | 4 ---- src/GLX/libglxproto.h | 4 ---- src/GLX/libglxthread.h | 4 ---- src/GLX/meson.build | 4 ---- src/GLdispatch/GLdispatch.c | 4 ---- src/GLdispatch/GLdispatch.h | 4 ---- src/GLdispatch/GLdispatchPrivate.h | 4 ---- src/GLdispatch/Makefile.am | 4 ---- src/GLdispatch/meson.build | 4 ---- src/GLdispatch/vnd-glapi/entry_aarch64_tsd.c | 4 ---- src/GLdispatch/vnd-glapi/entry_armv7_tsd.c | 4 ---- src/GLdispatch/vnd-glapi/meson.build | 4 ---- src/OpenGL/Makefile.am | 4 ---- src/OpenGL/libopengl.c | 4 ---- src/OpenGL/meson.build | 4 ---- src/generate/meson.build | 4 ---- src/meson.build | 4 ---- src/util/app_error_check.c | 4 ---- src/util/app_error_check.h | 4 ---- src/util/glvnd_pthread.c | 4 ---- src/util/glvnd_pthread.h | 4 ---- src/util/meson.build | 4 ---- src/util/trace.c | 4 ---- src/util/trace.h | 4 ---- src/util/utils_misc.c | 4 ---- src/util/utils_misc.h | 4 ---- src/util/winsys_dispatch.c | 4 ---- src/util/winsys_dispatch.h | 4 ---- tests/Makefile.am | 4 ---- tests/dummy/EGL_dummy.c | 4 ---- tests/dummy/EGL_dummy.h | 4 ---- tests/dummy/GLX_dummy.c | 4 ---- tests/dummy/GLX_dummy.h | 4 ---- tests/dummy/meson.build | 4 ---- tests/dummy/patchentrypoints.c | 4 ---- tests/dummy/patchentrypoints.h | 4 ---- tests/egl_test_utils.h | 4 ---- tests/meson.build | 4 ---- tests/test_utils.c | 4 ---- tests/test_utils.h | 4 ---- tests/testegldebug.c | 4 ---- tests/testegldevice.c | 4 ---- tests/testegldisplay.c | 4 ---- tests/testeglerror.c | 4 ---- tests/testeglgetprocaddress.c | 4 ---- tests/testeglmakecurrent.c | 4 ---- tests/testgldispatch.c | 4 ---- tests/testgldispatchthread.c | 4 ---- tests/testglxcreatecontext.c | 4 ---- tests/testglxgetclientstr.c | 4 ---- tests/testglxgetprocaddress.c | 4 ---- tests/testglxgetprocaddress_genentry.c | 4 ---- tests/testglxmakecurrent.c | 4 ---- tests/testglxqueryversion.c | 4 ---- 85 files changed, 340 deletions(-) diff --git a/README.md b/README.md index f366f68..20309c9 100644 --- a/README.md +++ b/README.md @@ -339,10 +339,6 @@ libglvnd itself (excluding components listed below) is licensed as follows: Any additions, deletions, or changes to the original source files must be clearly indicated in accompanying documentation. - If only executable code is distributed, then the accompanying - documentation must state that "this software is based in part on the - work of the Khronos Group." - 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/glvnd/GLdispatchABI.h b/include/glvnd/GLdispatchABI.h index 8b8a689..06260d1 100644 --- a/include/glvnd/GLdispatchABI.h +++ b/include/glvnd/GLdispatchABI.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/glvnd/libeglabi.h b/include/glvnd/libeglabi.h index 1079c3c..d8857b9 100644 --- a/include/glvnd/libeglabi.h +++ b/include/glvnd/libeglabi.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/glvnd/libglxabi.h b/include/glvnd/libglxabi.h index c718c5d..195f2a9 100644 --- a/include/glvnd/libglxabi.h +++ b/include/glvnd/libglxabi.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/meson.build b/include/meson.build index 4f329c4..5efb90d 100644 --- a/include/meson.build +++ b/include/meson.build @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." - # 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/meson.build b/meson.build index 7d8ac0a..cbe2ec4 100644 --- a/meson.build +++ b/meson.build @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." - # 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/meson_options.txt b/meson_options.txt index 7a1d419..117d7d4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." - # 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/src/EGL/Makefile.am b/src/EGL/Makefile.am index 6e35da2..c49d976 100644 --- a/src/EGL/Makefile.am +++ b/src/EGL/Makefile.am @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. # -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." -# # 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/src/EGL/libegl.c b/src/EGL/libegl.c index 5f742cb..1fe5884 100644 --- a/src/EGL/libegl.c +++ b/src/EGL/libegl.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/EGL/libeglabipriv.h b/src/EGL/libeglabipriv.h index 55eb9d4..ac9a5dc 100644 --- a/src/EGL/libeglabipriv.h +++ b/src/EGL/libeglabipriv.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/EGL/libeglcurrent.h b/src/EGL/libeglcurrent.h index 8b63c96..d85def7 100644 --- a/src/EGL/libeglcurrent.h +++ b/src/EGL/libeglcurrent.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/EGL/libeglerror.c b/src/EGL/libeglerror.c index ee779fc..98c1bcb 100644 --- a/src/EGL/libeglerror.c +++ b/src/EGL/libeglerror.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/EGL/libeglerror.h b/src/EGL/libeglerror.h index 5b84ffd..b699542 100644 --- a/src/EGL/libeglerror.h +++ b/src/EGL/libeglerror.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/EGL/libeglmapping.c b/src/EGL/libeglmapping.c index 7cf5a87..bc5efad 100644 --- a/src/EGL/libeglmapping.c +++ b/src/EGL/libeglmapping.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/EGL/libeglmapping.h b/src/EGL/libeglmapping.h index cbb9c0f..26747e4 100644 --- a/src/EGL/libeglmapping.h +++ b/src/EGL/libeglmapping.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/EGL/meson.build b/src/EGL/meson.build index 363bd3b..8aad800 100644 --- a/src/EGL/meson.build +++ b/src/EGL/meson.build @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." - # 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/src/GL/Makefile.am b/src/GL/Makefile.am index 36788f6..2207af4 100644 --- a/src/GL/Makefile.am +++ b/src/GL/Makefile.am @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. # -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." -# # 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/src/GL/libgl.c b/src/GL/libgl.c index 84b9edb..1acd6b2 100644 --- a/src/GL/libgl.c +++ b/src/GL/libgl.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/GL/meson.build b/src/GL/meson.build index 6e9c32a..0393a40 100644 --- a/src/GL/meson.build +++ b/src/GL/meson.build @@ -14,10 +14,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." - # 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/src/GLESv1/Makefile.am b/src/GLESv1/Makefile.am index 969d1c0..ad5015c 100644 --- a/src/GLESv1/Makefile.am +++ b/src/GLESv1/Makefile.am @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. # -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." -# # 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/src/GLESv1/meson.build b/src/GLESv1/meson.build index d191aa3..4c1c83c 100644 --- a/src/GLESv1/meson.build +++ b/src/GLESv1/meson.build @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." - # 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/src/GLESv2/Makefile.am b/src/GLESv2/Makefile.am index a6c261d..9102ef3 100644 --- a/src/GLESv2/Makefile.am +++ b/src/GLESv2/Makefile.am @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. # -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." -# # 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/src/GLESv2/meson.build b/src/GLESv2/meson.build index 8b32c48..dfad160 100644 --- a/src/GLESv2/meson.build +++ b/src/GLESv2/meson.build @@ -14,10 +14,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." - # 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/src/GLX/Makefile.am b/src/GLX/Makefile.am index 33a1bc5..49a352c 100644 --- a/src/GLX/Makefile.am +++ b/src/GLX/Makefile.am @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. # -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." -# # 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/src/GLX/glvnd_genentry.c b/src/GLX/glvnd_genentry.c index e0aa2c2..7bbe811 100644 --- a/src/GLX/glvnd_genentry.c +++ b/src/GLX/glvnd_genentry.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/GLX/glvnd_genentry.h b/src/GLX/glvnd_genentry.h index de9b934..d9b3b2b 100644 --- a/src/GLX/glvnd_genentry.h +++ b/src/GLX/glvnd_genentry.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/GLX/libglx.c b/src/GLX/libglx.c index 2ba8817..2493055 100644 --- a/src/GLX/libglx.c +++ b/src/GLX/libglx.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/GLX/libglxabipriv.h b/src/GLX/libglxabipriv.h index a9a1679..955f6a9 100644 --- a/src/GLX/libglxabipriv.h +++ b/src/GLX/libglxabipriv.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/GLX/libglxcurrent.h b/src/GLX/libglxcurrent.h index 00f96f2..d8ea5c5 100644 --- a/src/GLX/libglxcurrent.h +++ b/src/GLX/libglxcurrent.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/GLX/libglxmapping.c b/src/GLX/libglxmapping.c index 02a83c6..ff2c3a6 100644 --- a/src/GLX/libglxmapping.c +++ b/src/GLX/libglxmapping.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/GLX/libglxmapping.h b/src/GLX/libglxmapping.h index 0d18722..3ad1886 100644 --- a/src/GLX/libglxmapping.h +++ b/src/GLX/libglxmapping.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/GLX/libglxproto.c b/src/GLX/libglxproto.c index 98bf71a..1b674fe 100644 --- a/src/GLX/libglxproto.c +++ b/src/GLX/libglxproto.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/GLX/libglxproto.h b/src/GLX/libglxproto.h index 2e82f8d..a408287 100644 --- a/src/GLX/libglxproto.h +++ b/src/GLX/libglxproto.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/GLX/libglxthread.h b/src/GLX/libglxthread.h index 9ddd5dd..31a980a 100644 --- a/src/GLX/libglxthread.h +++ b/src/GLX/libglxthread.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/GLX/meson.build b/src/GLX/meson.build index 912df2d..98f4d13 100644 --- a/src/GLX/meson.build +++ b/src/GLX/meson.build @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." - # 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/src/GLdispatch/GLdispatch.c b/src/GLdispatch/GLdispatch.c index 386b543..8e4bfdc 100644 --- a/src/GLdispatch/GLdispatch.c +++ b/src/GLdispatch/GLdispatch.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/GLdispatch/GLdispatch.h b/src/GLdispatch/GLdispatch.h index 262a29e..b125af4 100644 --- a/src/GLdispatch/GLdispatch.h +++ b/src/GLdispatch/GLdispatch.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/GLdispatch/GLdispatchPrivate.h b/src/GLdispatch/GLdispatchPrivate.h index b0e1bb3..1c71f3b 100644 --- a/src/GLdispatch/GLdispatchPrivate.h +++ b/src/GLdispatch/GLdispatchPrivate.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/GLdispatch/Makefile.am b/src/GLdispatch/Makefile.am index 2f7ce93..578f7a1 100644 --- a/src/GLdispatch/Makefile.am +++ b/src/GLdispatch/Makefile.am @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. # -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." -# # 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/src/GLdispatch/meson.build b/src/GLdispatch/meson.build index 9e34e2d..4f46615 100644 --- a/src/GLdispatch/meson.build +++ b/src/GLdispatch/meson.build @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." - # 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/src/GLdispatch/vnd-glapi/entry_aarch64_tsd.c b/src/GLdispatch/vnd-glapi/entry_aarch64_tsd.c index 2743932..ae80131 100644 --- a/src/GLdispatch/vnd-glapi/entry_aarch64_tsd.c +++ b/src/GLdispatch/vnd-glapi/entry_aarch64_tsd.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/GLdispatch/vnd-glapi/entry_armv7_tsd.c b/src/GLdispatch/vnd-glapi/entry_armv7_tsd.c index 384bd27..aac6da1 100644 --- a/src/GLdispatch/vnd-glapi/entry_armv7_tsd.c +++ b/src/GLdispatch/vnd-glapi/entry_armv7_tsd.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/GLdispatch/vnd-glapi/meson.build b/src/GLdispatch/vnd-glapi/meson.build index 615cdff..213241f 100644 --- a/src/GLdispatch/vnd-glapi/meson.build +++ b/src/GLdispatch/vnd-glapi/meson.build @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." - # 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/src/OpenGL/Makefile.am b/src/OpenGL/Makefile.am index edcfe3a..c7277e5 100644 --- a/src/OpenGL/Makefile.am +++ b/src/OpenGL/Makefile.am @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. # -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." -# # 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/src/OpenGL/libopengl.c b/src/OpenGL/libopengl.c index 96932b7..5ed01f1 100644 --- a/src/OpenGL/libopengl.c +++ b/src/OpenGL/libopengl.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/OpenGL/meson.build b/src/OpenGL/meson.build index a08c897..d916a0f 100644 --- a/src/OpenGL/meson.build +++ b/src/OpenGL/meson.build @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." - # 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/src/generate/meson.build b/src/generate/meson.build index 2d3554d..440290a 100644 --- a/src/generate/meson.build +++ b/src/generate/meson.build @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." - # 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/src/meson.build b/src/meson.build index 0d57696..bedb18c 100644 --- a/src/meson.build +++ b/src/meson.build @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." - # 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/src/util/app_error_check.c b/src/util/app_error_check.c index 53318cd..4d5ba36 100644 --- a/src/util/app_error_check.c +++ b/src/util/app_error_check.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/util/app_error_check.h b/src/util/app_error_check.h index cb75b3e..fc35792 100644 --- a/src/util/app_error_check.h +++ b/src/util/app_error_check.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/util/glvnd_pthread.c b/src/util/glvnd_pthread.c index dab9fb6..65a9216 100644 --- a/src/util/glvnd_pthread.c +++ b/src/util/glvnd_pthread.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/util/glvnd_pthread.h b/src/util/glvnd_pthread.h index a0286a7..daa3738 100644 --- a/src/util/glvnd_pthread.h +++ b/src/util/glvnd_pthread.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/util/meson.build b/src/util/meson.build index 27c9f69..1c545be 100644 --- a/src/util/meson.build +++ b/src/util/meson.build @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." - # 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/src/util/trace.c b/src/util/trace.c index a169d4c..ac1c657 100644 --- a/src/util/trace.c +++ b/src/util/trace.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/util/trace.h b/src/util/trace.h index 06bbe14..5ab7af0 100644 --- a/src/util/trace.h +++ b/src/util/trace.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/util/utils_misc.c b/src/util/utils_misc.c index 7ff4c1e..eb35342 100644 --- a/src/util/utils_misc.c +++ b/src/util/utils_misc.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/util/utils_misc.h b/src/util/utils_misc.h index 711ce50..0b9e434 100644 --- a/src/util/utils_misc.h +++ b/src/util/utils_misc.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/util/winsys_dispatch.c b/src/util/winsys_dispatch.c index 77695e0..6e6afd7 100644 --- a/src/util/winsys_dispatch.c +++ b/src/util/winsys_dispatch.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/src/util/winsys_dispatch.h b/src/util/winsys_dispatch.h index 871a752..c5d92ff 100644 --- a/src/util/winsys_dispatch.h +++ b/src/util/winsys_dispatch.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/Makefile.am b/tests/Makefile.am index 74bb8bc..1c3101b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. # -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." -# # 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/tests/dummy/EGL_dummy.c b/tests/dummy/EGL_dummy.c index 7860dce..778e423 100644 --- a/tests/dummy/EGL_dummy.c +++ b/tests/dummy/EGL_dummy.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/dummy/EGL_dummy.h b/tests/dummy/EGL_dummy.h index ab214a7..59a74f3 100644 --- a/tests/dummy/EGL_dummy.h +++ b/tests/dummy/EGL_dummy.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/dummy/GLX_dummy.c b/tests/dummy/GLX_dummy.c index 525ac90..440f810 100644 --- a/tests/dummy/GLX_dummy.c +++ b/tests/dummy/GLX_dummy.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/dummy/GLX_dummy.h b/tests/dummy/GLX_dummy.h index fef6746..f592855 100644 --- a/tests/dummy/GLX_dummy.h +++ b/tests/dummy/GLX_dummy.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/dummy/meson.build b/tests/dummy/meson.build index 71e5477..f15c144 100644 --- a/tests/dummy/meson.build +++ b/tests/dummy/meson.build @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." - # 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/tests/dummy/patchentrypoints.c b/tests/dummy/patchentrypoints.c index efbfcad..49fe212 100644 --- a/tests/dummy/patchentrypoints.c +++ b/tests/dummy/patchentrypoints.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/dummy/patchentrypoints.h b/tests/dummy/patchentrypoints.h index e9adaf2..34c0e66 100644 --- a/tests/dummy/patchentrypoints.h +++ b/tests/dummy/patchentrypoints.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/egl_test_utils.h b/tests/egl_test_utils.h index 9703994..218e8e6 100644 --- a/tests/egl_test_utils.h +++ b/tests/egl_test_utils.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/meson.build b/tests/meson.build index 3509a57..a16c033 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -13,10 +13,6 @@ # Any additions, deletions, or changes to the original source files # must be clearly indicated in accompanying documentation. -# If only executable code is distributed, then the accompanying -# documentation must state that "this software is based in part on the -# work of the Khronos Group." - # 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/tests/test_utils.c b/tests/test_utils.c index d4a9d90..c4dbc19 100644 --- a/tests/test_utils.c +++ b/tests/test_utils.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/test_utils.h b/tests/test_utils.h index 6a88d17..4cbce30 100644 --- a/tests/test_utils.h +++ b/tests/test_utils.h @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/testegldebug.c b/tests/testegldebug.c index 729cde3..8ea3c02 100644 --- a/tests/testegldebug.c +++ b/tests/testegldebug.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/testegldevice.c b/tests/testegldevice.c index 3a5492d..85eb736 100644 --- a/tests/testegldevice.c +++ b/tests/testegldevice.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/testegldisplay.c b/tests/testegldisplay.c index ace1541..67d421f 100644 --- a/tests/testegldisplay.c +++ b/tests/testegldisplay.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/testeglerror.c b/tests/testeglerror.c index 0165bb3..2d5b869 100644 --- a/tests/testeglerror.c +++ b/tests/testeglerror.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/testeglgetprocaddress.c b/tests/testeglgetprocaddress.c index aaab046..2aaadca 100644 --- a/tests/testeglgetprocaddress.c +++ b/tests/testeglgetprocaddress.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/testeglmakecurrent.c b/tests/testeglmakecurrent.c index 17169bc..a7fe259 100644 --- a/tests/testeglmakecurrent.c +++ b/tests/testeglmakecurrent.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/testgldispatch.c b/tests/testgldispatch.c index 7ce3a52..09086d8 100644 --- a/tests/testgldispatch.c +++ b/tests/testgldispatch.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/testgldispatchthread.c b/tests/testgldispatchthread.c index 271bbe7..340ef19 100644 --- a/tests/testgldispatchthread.c +++ b/tests/testgldispatchthread.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/testglxcreatecontext.c b/tests/testglxcreatecontext.c index 3803a63..b24593d 100644 --- a/tests/testglxcreatecontext.c +++ b/tests/testglxcreatecontext.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/testglxgetclientstr.c b/tests/testglxgetclientstr.c index 27b5a9e..f2b1f1f 100644 --- a/tests/testglxgetclientstr.c +++ b/tests/testglxgetclientstr.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/testglxgetprocaddress.c b/tests/testglxgetprocaddress.c index 042a429..cdbcec0 100644 --- a/tests/testglxgetprocaddress.c +++ b/tests/testglxgetprocaddress.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/testglxgetprocaddress_genentry.c b/tests/testglxgetprocaddress_genentry.c index 7d97d1b..1fb08e0 100644 --- a/tests/testglxgetprocaddress_genentry.c +++ b/tests/testglxgetprocaddress_genentry.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/testglxmakecurrent.c b/tests/testglxmakecurrent.c index 18ccb21..a26aa1f 100644 --- a/tests/testglxmakecurrent.c +++ b/tests/testglxmakecurrent.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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/tests/testglxqueryversion.c b/tests/testglxqueryversion.c index ca198a5..92fc495 100644 --- a/tests/testglxqueryversion.c +++ b/tests/testglxqueryversion.c @@ -14,10 +14,6 @@ * Any additions, deletions, or changes to the original source files * must be clearly indicated in accompanying documentation. * - * If only executable code is distributed, then the accompanying - * documentation must state that "this software is based in part on the - * work of the Khronos Group." - * * 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.