diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b73eec..1c26052 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/LICENSE b/LICENSE index 7e22ead..c3a50f1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2025 Ben Ashbaugh +Copyright (c) 2019-2026 Ben Ashbaugh Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/getenv_util.hpp b/include/getenv_util.hpp index cd20b3f..4fe8b81 100644 --- a/include/getenv_util.hpp +++ b/include/getenv_util.hpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2025 Ben Ashbaugh +// Copyright (c) 2022-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/include/layer_util.hpp b/include/layer_util.hpp index 8c6847d..7f4ea75 100644 --- a/include/layer_util.hpp +++ b/include/layer_util.hpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2025 Ben Ashbaugh +// Copyright (c) 2022-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/include/util.hpp b/include/util.hpp index 4b7d478..d0f87e6 100644 --- a/include/util.hpp +++ b/include/util.hpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2021-2025 Ben Ashbaugh +// Copyright (c) 2021-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/00_example/CMakeLists.txt b/layers/00_example/CMakeLists.txt index 4b606ae..de858aa 100644 --- a/layers/00_example/CMakeLists.txt +++ b/layers/00_example/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2025 Ben Ashbaugh +# Copyright (c) 2022-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/layers/00_example/main.cpp b/layers/00_example/main.cpp index 71e3039..65aae47 100644 --- a/layers/00_example/main.cpp +++ b/layers/00_example/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2025 Ben Ashbaugh +// Copyright (c) 2022-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/10_cmdbufemu/CMakeLists.txt b/layers/10_cmdbufemu/CMakeLists.txt index e051cba..907f42c 100644 --- a/layers/10_cmdbufemu/CMakeLists.txt +++ b/layers/10_cmdbufemu/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2025 Ben Ashbaugh +# Copyright (c) 2022-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/layers/10_cmdbufemu/emulate.cpp b/layers/10_cmdbufemu/emulate.cpp index 03215be..79be9c7 100644 --- a/layers/10_cmdbufemu/emulate.cpp +++ b/layers/10_cmdbufemu/emulate.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2025 Ben Ashbaugh +// Copyright (c) 2022-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/10_cmdbufemu/emulate.h b/layers/10_cmdbufemu/emulate.h index cdf0b67..a2e9ccd 100644 --- a/layers/10_cmdbufemu/emulate.h +++ b/layers/10_cmdbufemu/emulate.h @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2025 Ben Ashbaugh +// Copyright (c) 2022-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/10_cmdbufemu/main.cpp b/layers/10_cmdbufemu/main.cpp index 0937489..bae1af2 100644 --- a/layers/10_cmdbufemu/main.cpp +++ b/layers/10_cmdbufemu/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2025 Ben Ashbaugh +// Copyright (c) 2022-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/11_semaemu/CMakeLists.txt b/layers/11_semaemu/CMakeLists.txt index 997ffc5..9f4d248 100644 --- a/layers/11_semaemu/CMakeLists.txt +++ b/layers/11_semaemu/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2025 Ben Ashbaugh +# Copyright (c) 2022-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/layers/11_semaemu/emulate.cpp b/layers/11_semaemu/emulate.cpp index 8ba1af0..3c3ffda 100644 --- a/layers/11_semaemu/emulate.cpp +++ b/layers/11_semaemu/emulate.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2025 Ben Ashbaugh +// Copyright (c) 2022-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/11_semaemu/emulate.h b/layers/11_semaemu/emulate.h index 15fdbbf..7080c6e 100644 --- a/layers/11_semaemu/emulate.h +++ b/layers/11_semaemu/emulate.h @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2025 Ben Ashbaugh +// Copyright (c) 2022-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/11_semaemu/main.cpp b/layers/11_semaemu/main.cpp index 385196e..45f595d 100644 --- a/layers/11_semaemu/main.cpp +++ b/layers/11_semaemu/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2025 Ben Ashbaugh +// Copyright (c) 2022-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/12_spirvqueriesemu/CMakeLists.txt b/layers/12_spirvqueriesemu/CMakeLists.txt index e3c4fe8..08c1c74 100644 --- a/layers/12_spirvqueriesemu/CMakeLists.txt +++ b/layers/12_spirvqueriesemu/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2025 Ben Ashbaugh +# Copyright (c) 2025-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/layers/12_spirvqueriesemu/emulate.cpp b/layers/12_spirvqueriesemu/emulate.cpp index aa8dbd0..b2fd80a 100644 --- a/layers/12_spirvqueriesemu/emulate.cpp +++ b/layers/12_spirvqueriesemu/emulate.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2025 Ben Ashbaugh +// Copyright (c) 2025-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/12_spirvqueriesemu/emulate.h b/layers/12_spirvqueriesemu/emulate.h index 2e80b1c..307e616 100644 --- a/layers/12_spirvqueriesemu/emulate.h +++ b/layers/12_spirvqueriesemu/emulate.h @@ -1,5 +1,5 @@ /* -// Copyright (c) 2025 Ben Ashbaugh +// Copyright (c) 2025-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/12_spirvqueriesemu/main.cpp b/layers/12_spirvqueriesemu/main.cpp index fcbbd74..db3c8dd 100644 --- a/layers/12_spirvqueriesemu/main.cpp +++ b/layers/12_spirvqueriesemu/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2025 Ben Ashbaugh +// Copyright (c) 2025-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/CMakeLists.txt b/layers/CMakeLists.txt index 4375b52..3d20e2d 100644 --- a/layers/CMakeLists.txt +++ b/layers/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2025 Ben Ashbaugh +# Copyright (c) 2022-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/00_enumopencl/CMakeLists.txt b/samples/00_enumopencl/CMakeLists.txt index 85feee6..31b10d9 100644 --- a/samples/00_enumopencl/CMakeLists.txt +++ b/samples/00_enumopencl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/00_enumopencl/main.cpp b/samples/00_enumopencl/main.cpp index c087a16..a848823 100644 --- a/samples/00_enumopencl/main.cpp +++ b/samples/00_enumopencl/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/00_enumopenclpp/CMakeLists.txt b/samples/00_enumopenclpp/CMakeLists.txt index f9bab64..8961b08 100644 --- a/samples/00_enumopenclpp/CMakeLists.txt +++ b/samples/00_enumopenclpp/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/00_enumopenclpp/main.cpp b/samples/00_enumopenclpp/main.cpp index 3017037..914178c 100644 --- a/samples/00_enumopenclpp/main.cpp +++ b/samples/00_enumopenclpp/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/00_enumqueuefamilies/CMakeLists.txt b/samples/00_enumqueuefamilies/CMakeLists.txt index e9623c8..87d3167 100644 --- a/samples/00_enumqueuefamilies/CMakeLists.txt +++ b/samples/00_enumqueuefamilies/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/00_enumqueuefamilies/main.cpp b/samples/00_enumqueuefamilies/main.cpp index 4fdc1ff..794971c 100644 --- a/samples/00_enumqueuefamilies/main.cpp +++ b/samples/00_enumqueuefamilies/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2021-2025 Ben Ashbaugh +// Copyright (c) 2021-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/00_extendeddevicequeries/CMakeLists.txt b/samples/00_extendeddevicequeries/CMakeLists.txt index 3d80f25..22c733c 100644 --- a/samples/00_extendeddevicequeries/CMakeLists.txt +++ b/samples/00_extendeddevicequeries/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/00_extendeddevicequeries/main.cpp b/samples/00_extendeddevicequeries/main.cpp index fdcbba4..cb91653 100644 --- a/samples/00_extendeddevicequeries/main.cpp +++ b/samples/00_extendeddevicequeries/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2021-2025 Ben Ashbaugh +// Copyright (c) 2021-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/00_loaderinfo/CMakeLists.txt b/samples/00_loaderinfo/CMakeLists.txt index c638fba..f8de3f0 100644 --- a/samples/00_loaderinfo/CMakeLists.txt +++ b/samples/00_loaderinfo/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2025 Ben Ashbaugh +# Copyright (c) 2022-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/00_loaderinfo/main.cpp b/samples/00_loaderinfo/main.cpp index 973eff7..ceefc75 100644 --- a/samples/00_loaderinfo/main.cpp +++ b/samples/00_loaderinfo/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/00_newqueries/CMakeLists.txt b/samples/00_newqueries/CMakeLists.txt index 416ad43..c9f6631 100644 --- a/samples/00_newqueries/CMakeLists.txt +++ b/samples/00_newqueries/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/00_newqueries/main.cpp b/samples/00_newqueries/main.cpp index 6761e41..9935d9d 100644 --- a/samples/00_newqueries/main.cpp +++ b/samples/00_newqueries/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/00_newqueriespp/CMakeLists.txt b/samples/00_newqueriespp/CMakeLists.txt index 12560f0..3be00b7 100644 --- a/samples/00_newqueriespp/CMakeLists.txt +++ b/samples/00_newqueriespp/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/00_newqueriespp/main.cpp b/samples/00_newqueriespp/main.cpp index 6e6d68b..35b984a 100644 --- a/samples/00_newqueriespp/main.cpp +++ b/samples/00_newqueriespp/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/00_spirvqueries/CMakeLists.txt b/samples/00_spirvqueries/CMakeLists.txt index 1d2cfd9..772423b 100644 --- a/samples/00_spirvqueries/CMakeLists.txt +++ b/samples/00_spirvqueries/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2025 Ben Ashbaugh +# Copyright (c) 2025-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/00_spirvqueries/main.cpp b/samples/00_spirvqueries/main.cpp index 3f4219d..28b1226 100644 --- a/samples/00_spirvqueries/main.cpp +++ b/samples/00_spirvqueries/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2025 Ben Ashbaugh +// Copyright (c) 2025-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/01_copybuffer/CMakeLists.txt b/samples/01_copybuffer/CMakeLists.txt index 08f0208..530fe5d 100644 --- a/samples/01_copybuffer/CMakeLists.txt +++ b/samples/01_copybuffer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/01_copybuffer/main.cpp b/samples/01_copybuffer/main.cpp index 4e036b4..8aba750 100644 --- a/samples/01_copybuffer/main.cpp +++ b/samples/01_copybuffer/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/02_copybufferkernel/CMakeLists.txt b/samples/02_copybufferkernel/CMakeLists.txt index 97c18f1..a61fbac 100644 --- a/samples/02_copybufferkernel/CMakeLists.txt +++ b/samples/02_copybufferkernel/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/02_copybufferkernel/main.cpp b/samples/02_copybufferkernel/main.cpp index 9f1e97a..a16eaa5 100644 --- a/samples/02_copybufferkernel/main.cpp +++ b/samples/02_copybufferkernel/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/03_mandelbrot/CMakeLists.txt b/samples/03_mandelbrot/CMakeLists.txt index 5a48b49..ff340dc 100644 --- a/samples/03_mandelbrot/CMakeLists.txt +++ b/samples/03_mandelbrot/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/03_mandelbrot/main.cpp b/samples/03_mandelbrot/main.cpp index cc4a714..10e0f1e 100644 --- a/samples/03_mandelbrot/main.cpp +++ b/samples/03_mandelbrot/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/04_julia/CMakeLists.txt b/samples/04_julia/CMakeLists.txt index be56676..502879b 100644 --- a/samples/04_julia/CMakeLists.txt +++ b/samples/04_julia/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/04_julia/main.cpp b/samples/04_julia/main.cpp index aea0391..ebd87ff 100644 --- a/samples/04_julia/main.cpp +++ b/samples/04_julia/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/04_sobel/CMakeLists.txt b/samples/04_sobel/CMakeLists.txt index b552662..6846587 100644 --- a/samples/04_sobel/CMakeLists.txt +++ b/samples/04_sobel/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2025 Ben Ashbaugh +# Copyright (c) 2023-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/04_sobel/main.cpp b/samples/04_sobel/main.cpp index 3c06d77..9a7903c 100644 --- a/samples/04_sobel/main.cpp +++ b/samples/04_sobel/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2023-2025 Ben Ashbaugh +// Copyright (c) 2023-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/05_kernelfromfile/CMakeLists.txt b/samples/05_kernelfromfile/CMakeLists.txt index 85af7fd..61a9405 100644 --- a/samples/05_kernelfromfile/CMakeLists.txt +++ b/samples/05_kernelfromfile/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/05_kernelfromfile/main.cpp b/samples/05_kernelfromfile/main.cpp index cba47f7..c189e54 100644 --- a/samples/05_kernelfromfile/main.cpp +++ b/samples/05_kernelfromfile/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/05_spirvkernelfromfile/CMakeLists.txt b/samples/05_spirvkernelfromfile/CMakeLists.txt index c05c99c..37f4d96 100644 --- a/samples/05_spirvkernelfromfile/CMakeLists.txt +++ b/samples/05_spirvkernelfromfile/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/05_spirvkernelfromfile/main.cpp b/samples/05_spirvkernelfromfile/main.cpp index 45dcfc7..de3d628 100644 --- a/samples/05_spirvkernelfromfile/main.cpp +++ b/samples/05_spirvkernelfromfile/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/06_ndrangekernelfromfile/CMakeLists.txt b/samples/06_ndrangekernelfromfile/CMakeLists.txt index 1794dbe..36238cf 100644 --- a/samples/06_ndrangekernelfromfile/CMakeLists.txt +++ b/samples/06_ndrangekernelfromfile/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/06_ndrangekernelfromfile/main.cpp b/samples/06_ndrangekernelfromfile/main.cpp index 5917d82..8bd9efc 100644 --- a/samples/06_ndrangekernelfromfile/main.cpp +++ b/samples/06_ndrangekernelfromfile/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/10_queueexperiments/CMakeLists.txt b/samples/10_queueexperiments/CMakeLists.txt index e6097f0..ba41e4e 100644 --- a/samples/10_queueexperiments/CMakeLists.txt +++ b/samples/10_queueexperiments/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/10_queueexperiments/main.cpp b/samples/10_queueexperiments/main.cpp index abf37e0..7f903b6 100644 --- a/samples/10_queueexperiments/main.cpp +++ b/samples/10_queueexperiments/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/11_semaphores/CMakeLists.txt b/samples/11_semaphores/CMakeLists.txt index f5a8103..3a426b1 100644 --- a/samples/11_semaphores/CMakeLists.txt +++ b/samples/11_semaphores/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/11_semaphores/main.cpp b/samples/11_semaphores/main.cpp index 6318d87..df59bcc 100644 --- a/samples/11_semaphores/main.cpp +++ b/samples/11_semaphores/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/12_commandbuffers/CMakeLists.txt b/samples/12_commandbuffers/CMakeLists.txt index 2ccf7ea..210cd59 100644 --- a/samples/12_commandbuffers/CMakeLists.txt +++ b/samples/12_commandbuffers/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2025 Ben Ashbaugh +# Copyright (c) 2022-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/12_commandbuffers/main.cpp b/samples/12_commandbuffers/main.cpp index 4ce2dad..8acaf11 100644 --- a/samples/12_commandbuffers/main.cpp +++ b/samples/12_commandbuffers/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2025 Ben Ashbaugh +// Copyright (c) 2022-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/12_commandbufferspp/CMakeLists.txt b/samples/12_commandbufferspp/CMakeLists.txt index d086010..a19109d 100644 --- a/samples/12_commandbufferspp/CMakeLists.txt +++ b/samples/12_commandbufferspp/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2025 Ben Ashbaugh +# Copyright (c) 2022-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/12_commandbufferspp/main.cpp b/samples/12_commandbufferspp/main.cpp index a35e1f1..1bb432b 100644 --- a/samples/12_commandbufferspp/main.cpp +++ b/samples/12_commandbufferspp/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2025 Ben Ashbaugh +// Copyright (c) 2022-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/13_mutablecommandbuffers/CMakeLists.txt b/samples/13_mutablecommandbuffers/CMakeLists.txt index 4938050..172f0f6 100644 --- a/samples/13_mutablecommandbuffers/CMakeLists.txt +++ b/samples/13_mutablecommandbuffers/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2025 Ben Ashbaugh +# Copyright (c) 2022-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/13_mutablecommandbuffers/main.cpp b/samples/13_mutablecommandbuffers/main.cpp index e9e8c9e..dc6875d 100644 --- a/samples/13_mutablecommandbuffers/main.cpp +++ b/samples/13_mutablecommandbuffers/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2025 Ben Ashbaugh +// Copyright (c) 2022-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/14_ooqcommandbuffers/CMakeLists.txt b/samples/14_ooqcommandbuffers/CMakeLists.txt index 494980c..8756276 100644 --- a/samples/14_ooqcommandbuffers/CMakeLists.txt +++ b/samples/14_ooqcommandbuffers/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2025 Ben Ashbaugh +# Copyright (c) 2022-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/14_ooqcommandbuffers/main.cpp b/samples/14_ooqcommandbuffers/main.cpp index 6897c6c..e7c2864 100644 --- a/samples/14_ooqcommandbuffers/main.cpp +++ b/samples/14_ooqcommandbuffers/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2025 Ben Ashbaugh +// Copyright (c) 2022-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/15_mutablecommandbufferasserts/CMakeLists.txt b/samples/15_mutablecommandbufferasserts/CMakeLists.txt index 72c2ec9..1a77f8d 100644 --- a/samples/15_mutablecommandbufferasserts/CMakeLists.txt +++ b/samples/15_mutablecommandbufferasserts/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2025 Ben Ashbaugh +# Copyright (c) 2022-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/15_mutablecommandbufferasserts/main.cpp b/samples/15_mutablecommandbufferasserts/main.cpp index 91bdfe8..33983a1 100644 --- a/samples/15_mutablecommandbufferasserts/main.cpp +++ b/samples/15_mutablecommandbufferasserts/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2025 Ben Ashbaugh +// Copyright (c) 2022-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/16_floatatomics/CMakeLists.txt b/samples/16_floatatomics/CMakeLists.txt index c6253b9..0220e6e 100644 --- a/samples/16_floatatomics/CMakeLists.txt +++ b/samples/16_floatatomics/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2025 Ben Ashbaugh +# Copyright (c) 2024-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/16_floatatomics/main.cpp b/samples/16_floatatomics/main.cpp index 9df2a9d..1d4899e 100644 --- a/samples/16_floatatomics/main.cpp +++ b/samples/16_floatatomics/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2024-2025 Ben Ashbaugh +// Copyright (c) 2024-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt index 6eb2ebe..d0d8ac3 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/images/00_enumimageformats/CMakeLists.txt b/samples/images/00_enumimageformats/CMakeLists.txt index 3d3061d..a80f3fa 100644 --- a/samples/images/00_enumimageformats/CMakeLists.txt +++ b/samples/images/00_enumimageformats/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/images/00_enumimageformats/main.cpp b/samples/images/00_enumimageformats/main.cpp index 35f54c9..7449e95 100644 --- a/samples/images/00_enumimageformats/main.cpp +++ b/samples/images/00_enumimageformats/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/images/CMakeLists.txt b/samples/images/CMakeLists.txt index 7c7d2fc..bee2fd4 100644 --- a/samples/images/CMakeLists.txt +++ b/samples/images/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2025 Ben Ashbaugh +# Copyright (c) 2020-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/opengl/00_juliagl/CMakeLists.txt b/samples/opengl/00_juliagl/CMakeLists.txt index 2723c2f..23a298e 100644 --- a/samples/opengl/00_juliagl/CMakeLists.txt +++ b/samples/opengl/00_juliagl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2025 Ben Ashbaugh +# Copyright (c) 2021-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/opengl/00_juliagl/main.cpp b/samples/opengl/00_juliagl/main.cpp index e0fd87b..856cb81 100644 --- a/samples/opengl/00_juliagl/main.cpp +++ b/samples/opengl/00_juliagl/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/opengl/01_nbodygl/CMakeLists.txt b/samples/opengl/01_nbodygl/CMakeLists.txt index 6cd49c4..fbcdd6a 100644 --- a/samples/opengl/01_nbodygl/CMakeLists.txt +++ b/samples/opengl/01_nbodygl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2025 Ben Ashbaugh +# Copyright (c) 2022-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/opengl/01_nbodygl/main.cpp b/samples/opengl/01_nbodygl/main.cpp index 52a1c58..ebc8589 100644 --- a/samples/opengl/01_nbodygl/main.cpp +++ b/samples/opengl/01_nbodygl/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2025 Ben Ashbaugh +// Copyright (c) 2022-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/opengl/02_sobelgl/CMakeLists.txt b/samples/opengl/02_sobelgl/CMakeLists.txt index 1d4c722..6b13c88 100644 --- a/samples/opengl/02_sobelgl/CMakeLists.txt +++ b/samples/opengl/02_sobelgl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2025 Ben Ashbaugh +# Copyright (c) 2023-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/opengl/02_sobelgl/main.cpp b/samples/opengl/02_sobelgl/main.cpp index 836668f..f4378cb 100644 --- a/samples/opengl/02_sobelgl/main.cpp +++ b/samples/opengl/02_sobelgl/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2023-2025 Ben Ashbaugh +// Copyright (c) 2023-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/opengl/CMakeLists.txt b/samples/opengl/CMakeLists.txt index 7c566c5..e7ff332 100644 --- a/samples/opengl/CMakeLists.txt +++ b/samples/opengl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2025 Ben Ashbaugh +# Copyright (c) 2020-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/00_enumopencl/CMakeLists.txt b/samples/python/00_enumopencl/CMakeLists.txt index d818c73..bc98d1a 100644 --- a/samples/python/00_enumopencl/CMakeLists.txt +++ b/samples/python/00_enumopencl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/00_enumopencl/enumopencl.ipynb b/samples/python/00_enumopencl/enumopencl.ipynb index ee00ce2..34ddb7a 100644 --- a/samples/python/00_enumopencl/enumopencl.ipynb +++ b/samples/python/00_enumopencl/enumopencl.ipynb @@ -17,7 +17,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright (c) 2024-2025 Ben Ashbaugh\n", + "# Copyright (c) 2024-2026 Ben Ashbaugh\n", "#\n", "# SPDX-License-Identifier: MIT" ] diff --git a/samples/python/00_enumopencl/enumopencl.py b/samples/python/00_enumopencl/enumopencl.py index 04f6993..96b7d9f 100644 --- a/samples/python/00_enumopencl/enumopencl.py +++ b/samples/python/00_enumopencl/enumopencl.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/01_copybuffer/CMakeLists.txt b/samples/python/01_copybuffer/CMakeLists.txt index e60b584..262e646 100644 --- a/samples/python/01_copybuffer/CMakeLists.txt +++ b/samples/python/01_copybuffer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/01_copybuffer/copybuffer.ipynb b/samples/python/01_copybuffer/copybuffer.ipynb index 307305e..89afa9a 100644 --- a/samples/python/01_copybuffer/copybuffer.ipynb +++ b/samples/python/01_copybuffer/copybuffer.ipynb @@ -17,7 +17,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright (c) 2024-2025 Ben Ashbaugh\n", + "# Copyright (c) 2024-2026 Ben Ashbaugh\n", "#\n", "# SPDX-License-Identifier: MIT" ] diff --git a/samples/python/01_copybuffer/copybuffer.py b/samples/python/01_copybuffer/copybuffer.py index 5767370..b38968d 100644 --- a/samples/python/01_copybuffer/copybuffer.py +++ b/samples/python/01_copybuffer/copybuffer.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/02_copybufferkernel/CMakeLists.txt b/samples/python/02_copybufferkernel/CMakeLists.txt index f63e275..c5197f1 100644 --- a/samples/python/02_copybufferkernel/CMakeLists.txt +++ b/samples/python/02_copybufferkernel/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/02_copybufferkernel/copybufferkernel.py b/samples/python/02_copybufferkernel/copybufferkernel.py index b918b7c..9d611a8 100644 --- a/samples/python/02_copybufferkernel/copybufferkernel.py +++ b/samples/python/02_copybufferkernel/copybufferkernel.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/03_mandelbrot/CMakeLists.txt b/samples/python/03_mandelbrot/CMakeLists.txt index 9898f4e..d798dfd 100644 --- a/samples/python/03_mandelbrot/CMakeLists.txt +++ b/samples/python/03_mandelbrot/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/03_mandelbrot/mandelbrot.ipynb b/samples/python/03_mandelbrot/mandelbrot.ipynb index f7b8f13..032071c 100644 --- a/samples/python/03_mandelbrot/mandelbrot.ipynb +++ b/samples/python/03_mandelbrot/mandelbrot.ipynb @@ -19,7 +19,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright (c) 2024-2025 Ben Ashbaugh\n", + "# Copyright (c) 2024-2026 Ben Ashbaugh\n", "#\n", "# SPDX-License-Identifier: MIT" ] diff --git a/samples/python/03_mandelbrot/mandelbrot.py b/samples/python/03_mandelbrot/mandelbrot.py index 018c874..6e26e63 100644 --- a/samples/python/03_mandelbrot/mandelbrot.py +++ b/samples/python/03_mandelbrot/mandelbrot.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/04_julia/CMakeLists.txt b/samples/python/04_julia/CMakeLists.txt index 66c6fb8..08cd554 100644 --- a/samples/python/04_julia/CMakeLists.txt +++ b/samples/python/04_julia/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/04_julia/julia.ipynb b/samples/python/04_julia/julia.ipynb index 7be24ab..50d40f8 100644 --- a/samples/python/04_julia/julia.ipynb +++ b/samples/python/04_julia/julia.ipynb @@ -17,7 +17,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Copyright (c) 2024-2025 Ben Ashbaugh\n", + "# Copyright (c) 2024-2026 Ben Ashbaugh\n", "#\n", "# SPDX-License-Identifier: MIT" ] diff --git a/samples/python/04_julia/julia.py b/samples/python/04_julia/julia.py index 625bd28..83ceb0a 100644 --- a/samples/python/04_julia/julia.py +++ b/samples/python/04_julia/julia.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/CMakeLists.txt b/samples/python/CMakeLists.txt index dbcd964..1ddd175 100644 --- a/samples/python/CMakeLists.txt +++ b/samples/python/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/svm/00_svmqueries/CMakeLists.txt b/samples/svm/00_svmqueries/CMakeLists.txt index 18a1c27..d557bad 100644 --- a/samples/svm/00_svmqueries/CMakeLists.txt +++ b/samples/svm/00_svmqueries/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2025 Ben Ashbaugh +# Copyright (c) 2024-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/svm/00_svmqueries/main.cpp b/samples/svm/00_svmqueries/main.cpp index d2e7479..7e3da0b 100644 --- a/samples/svm/00_svmqueries/main.cpp +++ b/samples/svm/00_svmqueries/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2024-2025 Ben Ashbaugh +// Copyright (c) 2024-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/svm/100_cgsvmhelloworld/CMakeLists.txt b/samples/svm/100_cgsvmhelloworld/CMakeLists.txt index 2de71c4..c81a2c5 100644 --- a/samples/svm/100_cgsvmhelloworld/CMakeLists.txt +++ b/samples/svm/100_cgsvmhelloworld/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2025 Ben Ashbaugh +# Copyright (c) 2024-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/svm/100_cgsvmhelloworld/main.cpp b/samples/svm/100_cgsvmhelloworld/main.cpp index 06c1be0..4c05642 100644 --- a/samples/svm/100_cgsvmhelloworld/main.cpp +++ b/samples/svm/100_cgsvmhelloworld/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2024-2025 Ben Ashbaugh +// Copyright (c) 2024-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/svm/101_cgsvmlinkedlist/CMakeLists.txt b/samples/svm/101_cgsvmlinkedlist/CMakeLists.txt index 93826f6..6127a1e 100644 --- a/samples/svm/101_cgsvmlinkedlist/CMakeLists.txt +++ b/samples/svm/101_cgsvmlinkedlist/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2025 Ben Ashbaugh +# Copyright (c) 2024-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/svm/101_cgsvmlinkedlist/main.cpp b/samples/svm/101_cgsvmlinkedlist/main.cpp index b77b0b4..e050e38 100644 --- a/samples/svm/101_cgsvmlinkedlist/main.cpp +++ b/samples/svm/101_cgsvmlinkedlist/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2024-2025 Ben Ashbaugh +// Copyright (c) 2024-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/svm/200_fgsvmhelloworld/CMakeLists.txt b/samples/svm/200_fgsvmhelloworld/CMakeLists.txt index 027d65b..570cc7d 100644 --- a/samples/svm/200_fgsvmhelloworld/CMakeLists.txt +++ b/samples/svm/200_fgsvmhelloworld/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2025 Ben Ashbaugh +# Copyright (c) 2024-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/svm/200_fgsvmhelloworld/main.cpp b/samples/svm/200_fgsvmhelloworld/main.cpp index b9b29eb..4a90199 100644 --- a/samples/svm/200_fgsvmhelloworld/main.cpp +++ b/samples/svm/200_fgsvmhelloworld/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2024-2025 Ben Ashbaugh +// Copyright (c) 2024-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/svm/201_fgsvmlinkedlist/CMakeLists.txt b/samples/svm/201_fgsvmlinkedlist/CMakeLists.txt index 4397584..6c48fbd 100644 --- a/samples/svm/201_fgsvmlinkedlist/CMakeLists.txt +++ b/samples/svm/201_fgsvmlinkedlist/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2025 Ben Ashbaugh +# Copyright (c) 2024-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/svm/201_fgsvmlinkedlist/main.cpp b/samples/svm/201_fgsvmlinkedlist/main.cpp index 228ff48..b03f672 100644 --- a/samples/svm/201_fgsvmlinkedlist/main.cpp +++ b/samples/svm/201_fgsvmlinkedlist/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2024-2025 Ben Ashbaugh +// Copyright (c) 2024-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/svm/CMakeLists.txt b/samples/svm/CMakeLists.txt index 9dd9bc3..3409188 100644 --- a/samples/svm/CMakeLists.txt +++ b/samples/svm/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2025 Ben Ashbaugh +# Copyright (c) 2024-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/00_usmqueries/CMakeLists.txt b/samples/usm/00_usmqueries/CMakeLists.txt index d5c9fea..4e0293e 100644 --- a/samples/usm/00_usmqueries/CMakeLists.txt +++ b/samples/usm/00_usmqueries/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2025 Ben Ashbaugh +# Copyright (c) 2020-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/00_usmqueries/main.cpp b/samples/usm/00_usmqueries/main.cpp index 5786fdc..9c06170 100644 --- a/samples/usm/00_usmqueries/main.cpp +++ b/samples/usm/00_usmqueries/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2025 Ben Ashbaugh +// Copyright (c) 2020-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/01_usmmeminfo/CMakeLists.txt b/samples/usm/01_usmmeminfo/CMakeLists.txt index 2cd7f5d..99ca9d8 100644 --- a/samples/usm/01_usmmeminfo/CMakeLists.txt +++ b/samples/usm/01_usmmeminfo/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2025 Ben Ashbaugh +# Copyright (c) 2020-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/01_usmmeminfo/main.cpp b/samples/usm/01_usmmeminfo/main.cpp index b3ddde2..4db23b7 100644 --- a/samples/usm/01_usmmeminfo/main.cpp +++ b/samples/usm/01_usmmeminfo/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2025 Ben Ashbaugh +// Copyright (c) 2020-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/100_dmemhelloworld/CMakeLists.txt b/samples/usm/100_dmemhelloworld/CMakeLists.txt index 042a1e8..ca2404b 100644 --- a/samples/usm/100_dmemhelloworld/CMakeLists.txt +++ b/samples/usm/100_dmemhelloworld/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2025 Ben Ashbaugh +# Copyright (c) 2020-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/100_dmemhelloworld/main.cpp b/samples/usm/100_dmemhelloworld/main.cpp index 2d1b095..4b90c53 100644 --- a/samples/usm/100_dmemhelloworld/main.cpp +++ b/samples/usm/100_dmemhelloworld/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2025 Ben Ashbaugh +// Copyright (c) 2020-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/101_dmemlinkedlist/CMakeLists.txt b/samples/usm/101_dmemlinkedlist/CMakeLists.txt index 05a9470..3aa5186 100644 --- a/samples/usm/101_dmemlinkedlist/CMakeLists.txt +++ b/samples/usm/101_dmemlinkedlist/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2025 Ben Ashbaugh +# Copyright (c) 2020-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/101_dmemlinkedlist/main.cpp b/samples/usm/101_dmemlinkedlist/main.cpp index 0770298..bb8b7b2 100644 --- a/samples/usm/101_dmemlinkedlist/main.cpp +++ b/samples/usm/101_dmemlinkedlist/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2025 Ben Ashbaugh +// Copyright (c) 2020-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/200_hmemhelloworld/CMakeLists.txt b/samples/usm/200_hmemhelloworld/CMakeLists.txt index ab2225e..0356453 100644 --- a/samples/usm/200_hmemhelloworld/CMakeLists.txt +++ b/samples/usm/200_hmemhelloworld/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2025 Ben Ashbaugh +# Copyright (c) 2020-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/200_hmemhelloworld/main.cpp b/samples/usm/200_hmemhelloworld/main.cpp index 8ec7097..266b499 100644 --- a/samples/usm/200_hmemhelloworld/main.cpp +++ b/samples/usm/200_hmemhelloworld/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2025 Ben Ashbaugh +// Copyright (c) 2020-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/201_hmemlinkedlist/CMakeLists.txt b/samples/usm/201_hmemlinkedlist/CMakeLists.txt index 6f57e3f..0d9addf 100644 --- a/samples/usm/201_hmemlinkedlist/CMakeLists.txt +++ b/samples/usm/201_hmemlinkedlist/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2025 Ben Ashbaugh +# Copyright (c) 2020-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/201_hmemlinkedlist/main.cpp b/samples/usm/201_hmemlinkedlist/main.cpp index f3f65a8..c62c090 100644 --- a/samples/usm/201_hmemlinkedlist/main.cpp +++ b/samples/usm/201_hmemlinkedlist/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2025 Ben Ashbaugh +// Copyright (c) 2020-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/300_smemhelloworld/CMakeLists.txt b/samples/usm/300_smemhelloworld/CMakeLists.txt index 314dab6..d37460f 100644 --- a/samples/usm/300_smemhelloworld/CMakeLists.txt +++ b/samples/usm/300_smemhelloworld/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2025 Ben Ashbaugh +# Copyright (c) 2020-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/300_smemhelloworld/main.cpp b/samples/usm/300_smemhelloworld/main.cpp index fd21536..0c12a2b 100644 --- a/samples/usm/300_smemhelloworld/main.cpp +++ b/samples/usm/300_smemhelloworld/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2025 Ben Ashbaugh +// Copyright (c) 2020-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/301_smemlinkedlist/CMakeLists.txt b/samples/usm/301_smemlinkedlist/CMakeLists.txt index 12af589..8237206 100644 --- a/samples/usm/301_smemlinkedlist/CMakeLists.txt +++ b/samples/usm/301_smemlinkedlist/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2025 Ben Ashbaugh +# Copyright (c) 2020-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/301_smemlinkedlist/main.cpp b/samples/usm/301_smemlinkedlist/main.cpp index 2a14a12..45d1afb 100644 --- a/samples/usm/301_smemlinkedlist/main.cpp +++ b/samples/usm/301_smemlinkedlist/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2025 Ben Ashbaugh +// Copyright (c) 2020-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/310_usmmigratemem/CMakeLists.txt b/samples/usm/310_usmmigratemem/CMakeLists.txt index 5c1366c..53c343a 100644 --- a/samples/usm/310_usmmigratemem/CMakeLists.txt +++ b/samples/usm/310_usmmigratemem/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2025 Ben Ashbaugh +# Copyright (c) 2020-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/310_usmmigratemem/main.cpp b/samples/usm/310_usmmigratemem/main.cpp index cf00080..c7000d1 100644 --- a/samples/usm/310_usmmigratemem/main.cpp +++ b/samples/usm/310_usmmigratemem/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2025 Ben Ashbaugh +// Copyright (c) 2020-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/400_sysmemhelloworld/CMakeLists.txt b/samples/usm/400_sysmemhelloworld/CMakeLists.txt index 60a1d06..65aa116 100644 --- a/samples/usm/400_sysmemhelloworld/CMakeLists.txt +++ b/samples/usm/400_sysmemhelloworld/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2025 Ben Ashbaugh +# Copyright (c) 2020-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/400_sysmemhelloworld/main.cpp b/samples/usm/400_sysmemhelloworld/main.cpp index 408220a..69d5d4a 100644 --- a/samples/usm/400_sysmemhelloworld/main.cpp +++ b/samples/usm/400_sysmemhelloworld/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2025 Ben Ashbaugh +// Copyright (c) 2020-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/CMakeLists.txt b/samples/usm/CMakeLists.txt index 916eee9..987ba4b 100644 --- a/samples/usm/CMakeLists.txt +++ b/samples/usm/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2025 Ben Ashbaugh +# Copyright (c) 2021-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/vulkan/00_juliavk/CMakeLists.txt b/samples/vulkan/00_juliavk/CMakeLists.txt index 681bf53..0748aae 100644 --- a/samples/vulkan/00_juliavk/CMakeLists.txt +++ b/samples/vulkan/00_juliavk/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2025 Ben Ashbaugh +# Copyright (c) 2021-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/vulkan/00_juliavk/main.cpp b/samples/vulkan/00_juliavk/main.cpp index e735a9f..c7bd0cf 100644 --- a/samples/vulkan/00_juliavk/main.cpp +++ b/samples/vulkan/00_juliavk/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2021-2025 Ben Ashbaugh +// Copyright (c) 2021-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/vulkan/01_nbodyvk/CMakeLists.txt b/samples/vulkan/01_nbodyvk/CMakeLists.txt index f9e261c..9e2d5d4 100644 --- a/samples/vulkan/01_nbodyvk/CMakeLists.txt +++ b/samples/vulkan/01_nbodyvk/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2025 Ben Ashbaugh +# Copyright (c) 2021-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/vulkan/01_nbodyvk/main.cpp b/samples/vulkan/01_nbodyvk/main.cpp index d809e74..71f309c 100644 --- a/samples/vulkan/01_nbodyvk/main.cpp +++ b/samples/vulkan/01_nbodyvk/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2021-2025 Ben Ashbaugh +// Copyright (c) 2021-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/vulkan/CMakeLists.txt b/samples/vulkan/CMakeLists.txt index 46f8122..e913291 100644 --- a/samples/vulkan/CMakeLists.txt +++ b/samples/vulkan/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2025 Ben Ashbaugh +# Copyright (c) 2020-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt index 97cce9d..e7821ac 100644 --- a/tutorials/CMakeLists.txt +++ b/tutorials/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/tutorials/interceptlayer/CMakeLists.txt b/tutorials/interceptlayer/CMakeLists.txt index cc12f51..37051ca 100644 --- a/tutorials/interceptlayer/CMakeLists.txt +++ b/tutorials/interceptlayer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Ben Ashbaugh +# Copyright (c) 2019-2026 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/tutorials/interceptlayer/main-part1solution.cpp b/tutorials/interceptlayer/main-part1solution.cpp index f7f0f51..a3286aa 100644 --- a/tutorials/interceptlayer/main-part1solution.cpp +++ b/tutorials/interceptlayer/main-part1solution.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/tutorials/interceptlayer/main-part2solution.cpp b/tutorials/interceptlayer/main-part2solution.cpp index 732773b..a854730 100644 --- a/tutorials/interceptlayer/main-part2solution.cpp +++ b/tutorials/interceptlayer/main-part2solution.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/tutorials/interceptlayer/main-part3solution.cpp b/tutorials/interceptlayer/main-part3solution.cpp index 4c5c035..16d094a 100644 --- a/tutorials/interceptlayer/main-part3solution.cpp +++ b/tutorials/interceptlayer/main-part3solution.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/tutorials/interceptlayer/main-part4solution.cpp b/tutorials/interceptlayer/main-part4solution.cpp index e336bbd..369b49c 100644 --- a/tutorials/interceptlayer/main-part4solution.cpp +++ b/tutorials/interceptlayer/main-part4solution.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/tutorials/interceptlayer/main-part5solution.cpp b/tutorials/interceptlayer/main-part5solution.cpp index 7903128..c7812ee 100644 --- a/tutorials/interceptlayer/main-part5solution.cpp +++ b/tutorials/interceptlayer/main-part5solution.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/tutorials/interceptlayer/main-start.cpp b/tutorials/interceptlayer/main-start.cpp index 1765c22..0c82e74 100644 --- a/tutorials/interceptlayer/main-start.cpp +++ b/tutorials/interceptlayer/main-start.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/tutorials/interceptlayer/main.cpp b/tutorials/interceptlayer/main.cpp index 1765c22..0c82e74 100644 --- a/tutorials/interceptlayer/main.cpp +++ b/tutorials/interceptlayer/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2025 Ben Ashbaugh +// Copyright (c) 2019-2026 Ben Ashbaugh // // SPDX-License-Identifier: MIT */