The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

external/glad: update licensing

Co-authored-by: Jakob Bornecrantz <jakob@collabora.com>
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2267>

authored by

Simon Zeni
Jakob Bornecrantz
and committed by
Marge Bot
51c38d09 bccb6368

+19 -38
+11 -30
.reuse/dep5
··· 95 95 Comment: SPDX-License-Identifier missing. 96 96 97 97 Files: src/external/glad/include/EGL/eglplatform.h 98 - Copyright: 2007-2016, The Khronos Group Inc. 99 - License: LicenseRef-Khronos-Free-Use-License-for-Software-and-Documentation 98 + Copyright: 2007-2020, The Khronos Group Inc. 99 + License: Apache-2.0 100 100 Comment: SPDX-License-Identifier missing. 101 101 102 102 Files: src/external/glad/include/KHR/khrplatform.h ··· 104 104 License: LicenseRef-Khronos-Free-Use-License-for-Software-and-Documentation 105 105 Comment: SPDX-License-Identifier missing. 106 106 107 - Files: src/external/glad/include/glad/egl.h 108 - Copyright: 2013-2020, The Khronos Group, Inc. 109 - License: Apache-2.0 110 - Comment: This is generated from the specification XML (licensed as indicated earlier) by GLAD2: 111 - https://github.com/KhronosGroup/EGL-Registry/blob/main/api/egl.xml 112 - Specification copyright statement last updated 2020 though file itself updated more recently. 113 - 114 - Files: src/external/glad/include/glad/gl.h 115 - Copyright: 2013-2022, The Khronos Group, Inc. 116 - License: Apache-2.0 117 - Comment: This is generated from the specification XML (licensed as indicated earlier) by GLAD2: 118 - https://raw.githubusercontent.com/KhronosGroup/OpenGL-Registry/main/xml/gl.xml 119 - Specification copyright statement last updated 2020 though file itself updated more recently. 120 - 121 - Files: src/external/glad/include/glad/glx.h 122 - Copyright: 2013-2022, The Khronos Group, Inc. 123 - License: Apache-2.0 124 - Comment: This is generated from the specification XML (licensed as indicated earlier) by GLAD2: 125 - https://github.com/KhronosGroup/OpenGL-Registry/blob/main/xml/glx.xml 126 - 127 - Files: src/external/glad/include/glad/wgl.h 128 - Copyright: 2013-2022, The Khronos Group, Inc. 129 - License: Apache-2.0 130 - Comment: This is generated from the specification XML (licensed as indicated earlier) by GLAD2: 131 - https://github.com/KhronosGroup/OpenGL-Registry/blob/main/xml/wgl.xml 107 + Files: src/external/glad/include/glad/* 108 + Copyright: 2013-2023, David Herberth 109 + License: CC0-1.0 and Apache-2.0 110 + Comment: This is generated from Khronos's XML (https://github.com/KhronosGroup/EGL-Registry/blob/main/api/egl.xml) 111 + which is under the Apache-2.0 license. 132 112 133 113 Files: src/external/glad/src/* 134 - Copyright: 2013-2022, David Herberth 135 - License: MIT 136 - Comment: SPDX-License-Identifier missing. 114 + Copyright: 2013-2023, David Herberth 115 + License: CC0-1.0 and Apache-2.0 116 + Comment: This is generated from Khronos's XML (https://github.com/KhronosGroup/EGL-Registry/blob/main/api/egl.xml) 117 + which is under the Apache-2.0 license. 137 118 138 119 Files: src/external/nanopb/* 139 120 Copyright: 2011-2022, Petteri Aimonen
+1 -1
src/external/glad/include/glad/egl.h
··· 1 1 /** 2 2 * Loader generated by glad 2.0.6 on Fri Jun 28 15:34:22 2024 3 3 * 4 - * SPDX-License-Identifier: (WTFPL OR CC0-1.0) AND Apache-2.0 4 + * SPDX-License-Identifier: CC0-1.0 AND Apache-2.0 5 5 * 6 6 * Generator: C/C++ 7 7 * Specification: egl
+1 -1
src/external/glad/include/glad/gl.h
··· 1 1 /** 2 2 * Loader generated by glad 2.0.6 on Fri Jun 28 15:34:22 2024 3 3 * 4 - * SPDX-License-Identifier: (WTFPL OR CC0-1.0) AND Apache-2.0 4 + * SPDX-License-Identifier: CC0-1.0 AND Apache-2.0 5 5 * 6 6 * Generator: C/C++ 7 7 * Specification: gl
+1 -1
src/external/glad/include/glad/glx.h
··· 1 1 /** 2 2 * Loader generated by glad 2.0.6 on Fri Jun 28 15:34:22 2024 3 3 * 4 - * SPDX-License-Identifier: (WTFPL OR CC0-1.0) AND Apache-2.0 4 + * SPDX-License-Identifier: CC0-1.0 AND Apache-2.0 5 5 * 6 6 * Generator: C/C++ 7 7 * Specification: glx
+1 -1
src/external/glad/include/glad/wgl.h
··· 1 1 /** 2 2 * Loader generated by glad 2.0.6 on Fri Jun 28 15:34:22 2024 3 3 * 4 - * SPDX-License-Identifier: (WTFPL OR CC0-1.0) AND Apache-2.0 4 + * SPDX-License-Identifier: CC0-1.0 AND Apache-2.0 5 5 * 6 6 * Generator: C/C++ 7 7 * Specification: wgl
+1 -1
src/external/glad/src/egl.c
··· 1 1 /** 2 - * SPDX-License-Identifier: (WTFPL OR CC0-1.0) AND Apache-2.0 2 + * SPDX-License-Identifier: CC0-1.0 AND Apache-2.0 3 3 */ 4 4 #include <stdio.h> 5 5 #include <stdlib.h>
+1 -1
src/external/glad/src/gl.c
··· 1 1 /** 2 - * SPDX-License-Identifier: (WTFPL OR CC0-1.0) AND Apache-2.0 2 + * SPDX-License-Identifier: CC0-1.0 AND Apache-2.0 3 3 */ 4 4 #include <stdio.h> 5 5 #include <stdlib.h>
+1 -1
src/external/glad/src/glx.c
··· 1 1 /** 2 - * SPDX-License-Identifier: (WTFPL OR CC0-1.0) AND Apache-2.0 2 + * SPDX-License-Identifier: CC0-1.0 AND Apache-2.0 3 3 */ 4 4 #include <stdio.h> 5 5 #include <stdlib.h>
+1 -1
src/external/glad/src/wgl.c
··· 1 1 /** 2 - * SPDX-License-Identifier: (WTFPL OR CC0-1.0) AND Apache-2.0 2 + * SPDX-License-Identifier: CC0-1.0 AND Apache-2.0 3 3 */ 4 4 #include <stdio.h> 5 5 #include <stdlib.h>