From 10e09e170be8b4e935b28e4fd36c53a6c0632cad Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Sat, 3 Jan 2026 12:07:44 -0800 Subject: [PATCH] update copyright dates to 2026 --- include/cl_khr_icd2.h | 2 +- loader/cllayerinfo.c | 2 +- loader/icd.c | 2 +- loader/icd.h | 2 +- loader/icd_dispatch.c | 2 +- loader/icd_dispatch.h | 2 +- loader/icd_dispatch_generated.c | 2 +- loader/icd_envvars.h | 2 +- loader/icd_platform.h | 2 +- loader/icd_version.h | 2 +- loader/linux/icd_exports.map | 2 +- loader/linux/icd_linux.c | 2 +- loader/linux/icd_linux_envvars.c | 2 +- loader/windows/OpenCL-mingw-i686.def | 2 +- loader/windows/OpenCL.def | 2 +- loader/windows/OpenCL.rc | 4 ++-- loader/windows/adapter.h | 2 +- loader/windows/icd_windows.c | 2 +- loader/windows/icd_windows.h | 2 +- loader/windows/icd_windows_apppackage.c | 2 +- loader/windows/icd_windows_apppackage.h | 2 +- loader/windows/icd_windows_dxgk.c | 2 +- loader/windows/icd_windows_dxgk.h | 2 +- loader/windows/icd_windows_envvars.c | 2 +- loader/windows/icd_windows_hkr.c | 2 +- loader/windows/icd_windows_hkr.h | 2 +- scripts/gen/__init__.py | 2 +- scripts/gen_loader.py | 2 +- scripts/gen_print_layer.py | 2 +- scripts/icd_dispatch_generated.c.mako | 2 +- scripts/icd_print_layer_generated.c.mako | 2 +- test/layer/icd_print_layer.c | 2 +- test/layer/icd_print_layer.h | 2 +- test/layer/icd_print_layer_generated.c | 2 +- 34 files changed, 35 insertions(+), 35 deletions(-) diff --git a/include/cl_khr_icd2.h b/include/cl_khr_icd2.h index 3672401a..b37b71d0 100644 --- a/include/cl_khr_icd2.h +++ b/include/cl_khr_icd2.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2025 The Khronos Group Inc. + * Copyright (c) 2016-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/cllayerinfo.c b/loader/cllayerinfo.c index 5a85ba82..32a661e8 100644 --- a/loader/cllayerinfo.c +++ b/loader/cllayerinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 The Khronos Group Inc. + * Copyright (c) 2022-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/icd.c b/loader/icd.c index 6cb2b993..dda56760 100644 --- a/loader/icd.c +++ b/loader/icd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 The Khronos Group Inc. + * Copyright (c) 2016-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/icd.h b/loader/icd.h index 326cf82c..c07623dc 100644 --- a/loader/icd.h +++ b/loader/icd.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 The Khronos Group Inc. + * Copyright (c) 2016-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/icd_dispatch.c b/loader/icd_dispatch.c index e4a2d60d..e316ffb5 100644 --- a/loader/icd_dispatch.c +++ b/loader/icd_dispatch.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2020 The Khronos Group Inc. + * Copyright (c) 2012-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/icd_dispatch.h b/loader/icd_dispatch.h index 95d47bc6..39150ced 100644 --- a/loader/icd_dispatch.h +++ b/loader/icd_dispatch.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2019 The Khronos Group Inc. + * Copyright (c) 2016-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/icd_dispatch_generated.c b/loader/icd_dispatch_generated.c index 02e2af0a..23e2068d 100644 --- a/loader/icd_dispatch_generated.c +++ b/loader/icd_dispatch_generated.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2023 The Khronos Group Inc. + * Copyright (c) 2012-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/icd_envvars.h b/loader/icd_envvars.h index 0d34d3d6..387b97e3 100644 --- a/loader/icd_envvars.h +++ b/loader/icd_envvars.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2019 The Khronos Group Inc. + * Copyright (c) 2016-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/icd_platform.h b/loader/icd_platform.h index 4113cf82..290966a5 100644 --- a/loader/icd_platform.h +++ b/loader/icd_platform.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2019 The Khronos Group Inc. + * Copyright (c) 2016-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/icd_version.h b/loader/icd_version.h index 1ecd343b..24f4d7ad 100644 --- a/loader/icd_version.h +++ b/loader/icd_version.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 The Khronos Group Inc. + * Copyright (c) 2016-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/linux/icd_exports.map b/loader/linux/icd_exports.map index f9299c30..978a22d6 100644 --- a/loader/linux/icd_exports.map +++ b/loader/linux/icd_exports.map @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2019 The Khronos Group Inc. + * Copyright (c) 2016-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/linux/icd_linux.c b/loader/linux/icd_linux.c index c6f6b542..6c9cfe92 100644 --- a/loader/linux/icd_linux.c +++ b/loader/linux/icd_linux.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 The Khronos Group Inc. + * Copyright (c) 2016-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/linux/icd_linux_envvars.c b/loader/linux/icd_linux_envvars.c index d61dea4e..0e5dcad8 100644 --- a/loader/linux/icd_linux_envvars.c +++ b/loader/linux/icd_linux_envvars.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2019 The Khronos Group Inc. + * Copyright (c) 2016-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/windows/OpenCL-mingw-i686.def b/loader/windows/OpenCL-mingw-i686.def index b7045a0b..8ccf942f 100644 --- a/loader/windows/OpenCL-mingw-i686.def +++ b/loader/windows/OpenCL-mingw-i686.def @@ -1,5 +1,5 @@ ; -; Copyright (c) 2022 The Khronos Group Inc. +; Copyright (c) 2022-2026 The Khronos Group Inc. ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. diff --git a/loader/windows/OpenCL.def b/loader/windows/OpenCL.def index ed451bf4..2ae2f357 100644 --- a/loader/windows/OpenCL.def +++ b/loader/windows/OpenCL.def @@ -1,5 +1,5 @@ ; -; Copyright (c) 2016-2019 The Khronos Group Inc. +; Copyright (c) 2016-2026 The Khronos Group Inc. ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. diff --git a/loader/windows/OpenCL.rc b/loader/windows/OpenCL.rc index 7c44cd4b..571706f0 100644 --- a/loader/windows/OpenCL.rc +++ b/loader/windows/OpenCL.rc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2023 The Khronos Group Inc. + * Copyright (c) 2016-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ BEGIN BEGIN VALUE "FileDescription" ,"OpenCL Client DLL" VALUE "ProductName" ,OPENCL_ICD_LOADER_NAME_STRING - VALUE "LegalCopyright" ,L"Copyright \251 The Khronos Group Inc 2016-2023" + VALUE "LegalCopyright" ,L"Copyright \251 The Khronos Group Inc 2016-2026" VALUE "FileVersion" ,OPENCL_ICD_LOADER_VERSION_STRING ".0" VALUE "CompanyName" ,OPENCL_ICD_LOADER_VENDOR_STRING VALUE "InternalName" ,"OpenCL" diff --git a/loader/windows/adapter.h b/loader/windows/adapter.h index ef97d665..29781cb1 100644 --- a/loader/windows/adapter.h +++ b/loader/windows/adapter.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019 The Khronos Group Inc. +* Copyright (c) 2019-2026 The Khronos Group Inc. * Copyright (c) 2019 Valve Corporation * Copyright (c) 2019 LunarG, Inc. * diff --git a/loader/windows/icd_windows.c b/loader/windows/icd_windows.c index a92a999d..4a02987b 100644 --- a/loader/windows/icd_windows.c +++ b/loader/windows/icd_windows.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 The Khronos Group Inc. + * Copyright (c) 2016-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/windows/icd_windows.h b/loader/windows/icd_windows.h index c25b13fe..8e9e5f40 100644 --- a/loader/windows/icd_windows.h +++ b/loader/windows/icd_windows.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2019 The Khronos Group Inc. + * Copyright (c) 2017-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/windows/icd_windows_apppackage.c b/loader/windows/icd_windows_apppackage.c index 4fe57817..9e613391 100644 --- a/loader/windows/icd_windows_apppackage.c +++ b/loader/windows/icd_windows_apppackage.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022 The Khronos Group Inc. + * Copyright (c) 2017-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/windows/icd_windows_apppackage.h b/loader/windows/icd_windows_apppackage.h index 5419ad45..0aafe7ca 100644 --- a/loader/windows/icd_windows_apppackage.h +++ b/loader/windows/icd_windows_apppackage.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2019 The Khronos Group Inc. + * Copyright (c) 2017-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/windows/icd_windows_dxgk.c b/loader/windows/icd_windows_dxgk.c index efaba5ba..78e61246 100644 --- a/loader/windows/icd_windows_dxgk.c +++ b/loader/windows/icd_windows_dxgk.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 The Khronos Group Inc. + * Copyright (c) 2017-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/windows/icd_windows_dxgk.h b/loader/windows/icd_windows_dxgk.h index 34bad64a..cc9e5bf3 100644 --- a/loader/windows/icd_windows_dxgk.h +++ b/loader/windows/icd_windows_dxgk.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2019 The Khronos Group Inc. + * Copyright (c) 2017-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/windows/icd_windows_envvars.c b/loader/windows/icd_windows_envvars.c index 3c175199..279a3b66 100644 --- a/loader/windows/icd_windows_envvars.c +++ b/loader/windows/icd_windows_envvars.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2019 The Khronos Group Inc. + * Copyright (c) 2016-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/windows/icd_windows_hkr.c b/loader/windows/icd_windows_hkr.c index ae4ba163..94167f6b 100644 --- a/loader/windows/icd_windows_hkr.c +++ b/loader/windows/icd_windows_hkr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022 The Khronos Group Inc. + * Copyright (c) 2017-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/loader/windows/icd_windows_hkr.h b/loader/windows/icd_windows_hkr.h index e0db713b..c2ba7719 100644 --- a/loader/windows/icd_windows_hkr.h +++ b/loader/windows/icd_windows_hkr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2019 The Khronos Group Inc. + * Copyright (c) 2017-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/scripts/gen/__init__.py b/scripts/gen/__init__.py index 0f54cb4f..e90feecc 100644 --- a/scripts/gen/__init__.py +++ b/scripts/gen/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2020 The Khronos Group Inc. +# Copyright (c) 2020-2026 The Khronos Group Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/gen_loader.py b/scripts/gen_loader.py index 38f84f1e..c75bb242 100644 --- a/scripts/gen_loader.py +++ b/scripts/gen_loader.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 -# Copyright (c) 2020 The Khronos Group Inc. +# Copyright (c) 2020-2026 The Khronos Group Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/gen_print_layer.py b/scripts/gen_print_layer.py index 1a28883c..87655f16 100644 --- a/scripts/gen_print_layer.py +++ b/scripts/gen_print_layer.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 -# Copyright (c) 2020 The Khronos Group Inc. +# Copyright (c) 2020-2026 The Khronos Group Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/icd_dispatch_generated.c.mako b/scripts/icd_dispatch_generated.c.mako index 276ab8ac..957d0d5a 100644 --- a/scripts/icd_dispatch_generated.c.mako +++ b/scripts/icd_dispatch_generated.c.mako @@ -26,7 +26,7 @@ apihandles = { table_template = Template(filename='dispatch_table.mako') %>/* - * Copyright (c) 2012-2023 The Khronos Group Inc. + * Copyright (c) 2012-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/scripts/icd_print_layer_generated.c.mako b/scripts/icd_print_layer_generated.c.mako index 033e06ed..086fc4ab 100644 --- a/scripts/icd_print_layer_generated.c.mako +++ b/scripts/icd_print_layer_generated.c.mako @@ -2,7 +2,7 @@ from mako.template import Template table_template = Template(filename='dispatch_table.mako') %>/* - * Copyright (c) 2020 The Khronos Group Inc. + * Copyright (c) 2020-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/layer/icd_print_layer.c b/test/layer/icd_print_layer.c index d3231ad2..7beae581 100644 --- a/test/layer/icd_print_layer.c +++ b/test/layer/icd_print_layer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The Khronos Group Inc. + * Copyright (c) 2020-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/layer/icd_print_layer.h b/test/layer/icd_print_layer.h index 7a879656..9fe407a7 100644 --- a/test/layer/icd_print_layer.h +++ b/test/layer/icd_print_layer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The Khronos Group Inc. + * Copyright (c) 2020-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/layer/icd_print_layer_generated.c b/test/layer/icd_print_layer_generated.c index 37fabf80..16652164 100644 --- a/test/layer/icd_print_layer_generated.c +++ b/test/layer/icd_print_layer_generated.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 The Khronos Group Inc. + * Copyright (c) 2020-2026 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.