From cb261e3c21708a3a06fed806921513e12498daaf Mon Sep 17 00:00:00 2001 From: Ben Clayton Date: Fri, 3 Jul 2020 12:21:01 +0100 Subject: [PATCH] License headers: s/Google/The Khronos Group This was a copy-paste screwup, where the first line of the copyright had the company name was updated, but the company name mid way though was not. --- Android.mk | 2 +- BUILD.bazel | 2 +- CMakeLists.txt | 2 +- ChooseMSVCCRT.cmake | 2 +- External/CMakeLists.txt | 2 +- OGLCompilersDLL/CMakeLists.txt | 2 +- SPIRV/CMakeLists.txt | 2 +- StandAlone/CMakeLists.txt | 2 +- glslang/CMakeLists.txt | 2 +- glslang/OSDependent/Unix/CMakeLists.txt | 2 +- glslang/OSDependent/Web/CMakeLists.txt | 2 +- glslang/OSDependent/Windows/CMakeLists.txt | 2 +- glslang/updateGrammar | 2 +- gtests/CMakeLists.txt | 2 +- hlsl/CMakeLists.txt | 2 +- ndk_test/Android.mk | 2 +- ndk_test/jni/Application.mk | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Android.mk b/Android.mk index f37ea49e..48dfd1fb 100644 --- a/Android.mk +++ b/Android.mk @@ -14,7 +14,7 @@ # disclaimer in the documentation and/or other materials provided # with the distribution. # -# Neither the name of Google Inc. nor the names of its +# Neither the name of The Khronos Group Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # diff --git a/BUILD.bazel b/BUILD.bazel index ef1ef6a0..7c976469 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -14,7 +14,7 @@ # disclaimer in the documentation and/or other materials provided # with the distribution. # -# Neither the name of Google Inc. nor the names of its +# Neither the name of The Khronos Group Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # diff --git a/CMakeLists.txt b/CMakeLists.txt index a4f6253e..bb38923e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ # disclaimer in the documentation and/or other materials provided # with the distribution. # -# Neither the name of Google Inc. nor the names of its +# Neither the name of The Khronos Group Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # diff --git a/ChooseMSVCCRT.cmake b/ChooseMSVCCRT.cmake index e0329e57..b1561263 100644 --- a/ChooseMSVCCRT.cmake +++ b/ChooseMSVCCRT.cmake @@ -14,7 +14,7 @@ # disclaimer in the documentation and/or other materials provided # with the distribution. # -# Neither the name of Google Inc. nor the names of its +# Neither the name of The Khronos Group Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # diff --git a/External/CMakeLists.txt b/External/CMakeLists.txt index 2a83ac16..cbabd2e3 100644 --- a/External/CMakeLists.txt +++ b/External/CMakeLists.txt @@ -14,7 +14,7 @@ # disclaimer in the documentation and/or other materials provided # with the distribution. # -# Neither the name of Google Inc. nor the names of its +# Neither the name of The Khronos Group Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # diff --git a/OGLCompilersDLL/CMakeLists.txt b/OGLCompilersDLL/CMakeLists.txt index 14ab89bf..0b007d45 100644 --- a/OGLCompilersDLL/CMakeLists.txt +++ b/OGLCompilersDLL/CMakeLists.txt @@ -14,7 +14,7 @@ # disclaimer in the documentation and/or other materials provided # with the distribution. # -# Neither the name of Google Inc. nor the names of its +# Neither the name of The Khronos Group Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # diff --git a/SPIRV/CMakeLists.txt b/SPIRV/CMakeLists.txt index c4436e04..0f26bcca 100644 --- a/SPIRV/CMakeLists.txt +++ b/SPIRV/CMakeLists.txt @@ -14,7 +14,7 @@ # disclaimer in the documentation and/or other materials provided # with the distribution. # -# Neither the name of Google Inc. nor the names of its +# Neither the name of The Khronos Group Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # diff --git a/StandAlone/CMakeLists.txt b/StandAlone/CMakeLists.txt index c266fc40..8038c043 100644 --- a/StandAlone/CMakeLists.txt +++ b/StandAlone/CMakeLists.txt @@ -14,7 +14,7 @@ # disclaimer in the documentation and/or other materials provided # with the distribution. # -# Neither the name of Google Inc. nor the names of its +# Neither the name of The Khronos Group Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # diff --git a/glslang/CMakeLists.txt b/glslang/CMakeLists.txt index cfd9c6f4..98c81457 100644 --- a/glslang/CMakeLists.txt +++ b/glslang/CMakeLists.txt @@ -14,7 +14,7 @@ # disclaimer in the documentation and/or other materials provided # with the distribution. # -# Neither the name of Google Inc. nor the names of its +# Neither the name of The Khronos Group Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # diff --git a/glslang/OSDependent/Unix/CMakeLists.txt b/glslang/OSDependent/Unix/CMakeLists.txt index 71d08211..354a3e97 100644 --- a/glslang/OSDependent/Unix/CMakeLists.txt +++ b/glslang/OSDependent/Unix/CMakeLists.txt @@ -14,7 +14,7 @@ # disclaimer in the documentation and/or other materials provided # with the distribution. # -# Neither the name of Google Inc. nor the names of its +# Neither the name of The Khronos Group Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # diff --git a/glslang/OSDependent/Web/CMakeLists.txt b/glslang/OSDependent/Web/CMakeLists.txt index 75f8afa1..0f60dbcc 100644 --- a/glslang/OSDependent/Web/CMakeLists.txt +++ b/glslang/OSDependent/Web/CMakeLists.txt @@ -14,7 +14,7 @@ # disclaimer in the documentation and/or other materials provided # with the distribution. # -# Neither the name of Google Inc. nor the names of its +# Neither the name of The Khronos Group Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # diff --git a/glslang/OSDependent/Windows/CMakeLists.txt b/glslang/OSDependent/Windows/CMakeLists.txt index b5aa0e91..9cf1b7fb 100644 --- a/glslang/OSDependent/Windows/CMakeLists.txt +++ b/glslang/OSDependent/Windows/CMakeLists.txt @@ -14,7 +14,7 @@ # disclaimer in the documentation and/or other materials provided # with the distribution. # -# Neither the name of Google Inc. nor the names of its +# Neither the name of The Khronos Group Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # diff --git a/glslang/updateGrammar b/glslang/updateGrammar index 667cdd78..9209493f 100755 --- a/glslang/updateGrammar +++ b/glslang/updateGrammar @@ -16,7 +16,7 @@ # disclaimer in the documentation and/or other materials provided # with the distribution. # -# Neither the name of Google Inc. nor the names of its +# Neither the name of The Khronos Group Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # diff --git a/gtests/CMakeLists.txt b/gtests/CMakeLists.txt index bc9fd2da..34da2cea 100644 --- a/gtests/CMakeLists.txt +++ b/gtests/CMakeLists.txt @@ -14,7 +14,7 @@ # disclaimer in the documentation and/or other materials provided # with the distribution. # -# Neither the name of Google Inc. nor the names of its +# Neither the name of The Khronos Group Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # diff --git a/hlsl/CMakeLists.txt b/hlsl/CMakeLists.txt index a597d356..62faa195 100644 --- a/hlsl/CMakeLists.txt +++ b/hlsl/CMakeLists.txt @@ -14,7 +14,7 @@ # disclaimer in the documentation and/or other materials provided # with the distribution. # -# Neither the name of Google Inc. nor the names of its +# Neither the name of The Khronos Group Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # diff --git a/ndk_test/Android.mk b/ndk_test/Android.mk index c656e7a2..b1b2207c 100644 --- a/ndk_test/Android.mk +++ b/ndk_test/Android.mk @@ -14,7 +14,7 @@ # disclaimer in the documentation and/or other materials provided # with the distribution. # -# Neither the name of Google Inc. nor the names of its +# Neither the name of The Khronos Group Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # diff --git a/ndk_test/jni/Application.mk b/ndk_test/jni/Application.mk index 5ff32f74..07b76157 100644 --- a/ndk_test/jni/Application.mk +++ b/ndk_test/jni/Application.mk @@ -14,7 +14,7 @@ # disclaimer in the documentation and/or other materials provided # with the distribution. # -# Neither the name of Google Inc. nor the names of its +# Neither the name of The Khronos Group Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. #