From 793e7ebcc28bd0e28900ed3891e0b83c5c1c8c20 Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Sat, 3 Jan 2026 12:02:21 -0800 Subject: [PATCH] update copyright dates to 2026 --- include/CL/cl2.hpp | 2 +- include/CL/opencl.hpp | 2 +- tests/test_versions.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/CL/cl2.hpp b/include/CL/cl2.hpp index a332962a..cdc4dfbe 100644 --- a/include/CL/cl2.hpp +++ b/include/CL/cl2.hpp @@ -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/include/CL/opencl.hpp b/include/CL/opencl.hpp index ad799167..ff24f1ec 100644 --- a/include/CL/opencl.hpp +++ b/include/CL/opencl.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2008-2024 The Khronos Group Inc. +// Copyright (c) 2008-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/tests/test_versions.cpp b/tests/test_versions.cpp index e0bf91bc..c7035ee4 100644 --- a/tests/test_versions.cpp +++ b/tests/test_versions.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2023 The Khronos Group Inc. +// Copyright (c) 2023-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.