diff --git a/CMakeLists.txt b/CMakeLists.txt index df76347a..dd95404b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/LICENSE b/LICENSE index f8e3ac33..7e22eadb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2024 Ben Ashbaugh +Copyright (c) 2019-2025 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 9e24f929..cd20b3fe 100644 --- a/include/getenv_util.hpp +++ b/include/getenv_util.hpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2024 Ben Ashbaugh +// Copyright (c) 2022-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/include/layer_util.hpp b/include/layer_util.hpp index 7e3c0369..e07d3102 100644 --- a/include/layer_util.hpp +++ b/include/layer_util.hpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2024 Ben Ashbaugh +// Copyright (c) 2022-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/include/util.hpp b/include/util.hpp index eb8a99e1..e659fc8d 100644 --- a/include/util.hpp +++ b/include/util.hpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2021-2024 Ben Ashbaugh +// Copyright (c) 2021-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/00_example/CMakeLists.txt b/layers/00_example/CMakeLists.txt index de3bb097..4b606ae4 100644 --- a/layers/00_example/CMakeLists.txt +++ b/layers/00_example/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Ben Ashbaugh +# Copyright (c) 2022-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/layers/00_example/main.cpp b/layers/00_example/main.cpp index 1849c717..71e30394 100644 --- a/layers/00_example/main.cpp +++ b/layers/00_example/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2024 Ben Ashbaugh +// Copyright (c) 2022-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/10_cmdbufemu/CMakeLists.txt b/layers/10_cmdbufemu/CMakeLists.txt index 3802c497..e051cba5 100644 --- a/layers/10_cmdbufemu/CMakeLists.txt +++ b/layers/10_cmdbufemu/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Ben Ashbaugh +# Copyright (c) 2022-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/layers/10_cmdbufemu/emulate.cpp b/layers/10_cmdbufemu/emulate.cpp index 6a1f2abd..edc8484b 100644 --- a/layers/10_cmdbufemu/emulate.cpp +++ b/layers/10_cmdbufemu/emulate.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2024 Ben Ashbaugh +// Copyright (c) 2022-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/10_cmdbufemu/emulate.h b/layers/10_cmdbufemu/emulate.h index d0fa6a3a..af55afe7 100644 --- a/layers/10_cmdbufemu/emulate.h +++ b/layers/10_cmdbufemu/emulate.h @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2024 Ben Ashbaugh +// Copyright (c) 2022-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/10_cmdbufemu/main.cpp b/layers/10_cmdbufemu/main.cpp index 1194b962..ecb2c511 100644 --- a/layers/10_cmdbufemu/main.cpp +++ b/layers/10_cmdbufemu/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2024 Ben Ashbaugh +// Copyright (c) 2022-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/11_semaemu/CMakeLists.txt b/layers/11_semaemu/CMakeLists.txt index 1f89592f..a721c8da 100644 --- a/layers/11_semaemu/CMakeLists.txt +++ b/layers/11_semaemu/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Ben Ashbaugh +# Copyright (c) 2022-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/layers/11_semaemu/emulate.cpp b/layers/11_semaemu/emulate.cpp index ef59166b..8ba1af0d 100644 --- a/layers/11_semaemu/emulate.cpp +++ b/layers/11_semaemu/emulate.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2024 Ben Ashbaugh +// Copyright (c) 2022-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/11_semaemu/emulate.h b/layers/11_semaemu/emulate.h index 5c03432d..15fdbbfe 100644 --- a/layers/11_semaemu/emulate.h +++ b/layers/11_semaemu/emulate.h @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2024 Ben Ashbaugh +// Copyright (c) 2022-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/11_semaemu/main.cpp b/layers/11_semaemu/main.cpp index 7fe66b77..385196e2 100644 --- a/layers/11_semaemu/main.cpp +++ b/layers/11_semaemu/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2024 Ben Ashbaugh +// Copyright (c) 2022-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/layers/CMakeLists.txt b/layers/CMakeLists.txt index f83fb2f4..5030f5ac 100644 --- a/layers/CMakeLists.txt +++ b/layers/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Ben Ashbaugh +# Copyright (c) 2022-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/00_enumopencl/CMakeLists.txt b/samples/00_enumopencl/CMakeLists.txt index a0cc0247..85feee61 100644 --- a/samples/00_enumopencl/CMakeLists.txt +++ b/samples/00_enumopencl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/00_enumopencl/main.cpp b/samples/00_enumopencl/main.cpp index 4dce2407..c087a163 100644 --- a/samples/00_enumopencl/main.cpp +++ b/samples/00_enumopencl/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/00_enumopenclpp/CMakeLists.txt b/samples/00_enumopenclpp/CMakeLists.txt index 38cf6f5d..f9bab649 100644 --- a/samples/00_enumopenclpp/CMakeLists.txt +++ b/samples/00_enumopenclpp/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/00_enumopenclpp/main.cpp b/samples/00_enumopenclpp/main.cpp index ec202a45..30170377 100644 --- a/samples/00_enumopenclpp/main.cpp +++ b/samples/00_enumopenclpp/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/00_enumqueuefamilies/CMakeLists.txt b/samples/00_enumqueuefamilies/CMakeLists.txt index 41ab405b..e9623c81 100644 --- a/samples/00_enumqueuefamilies/CMakeLists.txt +++ b/samples/00_enumqueuefamilies/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/00_enumqueuefamilies/main.cpp b/samples/00_enumqueuefamilies/main.cpp index 01e4a869..4fdc1ff7 100644 --- a/samples/00_enumqueuefamilies/main.cpp +++ b/samples/00_enumqueuefamilies/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2021-2024 Ben Ashbaugh +// Copyright (c) 2021-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/00_extendeddevicequeries/CMakeLists.txt b/samples/00_extendeddevicequeries/CMakeLists.txt index 9b55ec3d..3d80f252 100644 --- a/samples/00_extendeddevicequeries/CMakeLists.txt +++ b/samples/00_extendeddevicequeries/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/00_extendeddevicequeries/main.cpp b/samples/00_extendeddevicequeries/main.cpp index 5ad284b6..fdcbba49 100644 --- a/samples/00_extendeddevicequeries/main.cpp +++ b/samples/00_extendeddevicequeries/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2021-2024 Ben Ashbaugh +// Copyright (c) 2021-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/00_loaderinfo/CMakeLists.txt b/samples/00_loaderinfo/CMakeLists.txt index fd83438f..c638fba5 100644 --- a/samples/00_loaderinfo/CMakeLists.txt +++ b/samples/00_loaderinfo/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Ben Ashbaugh +# Copyright (c) 2022-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/00_loaderinfo/main.cpp b/samples/00_loaderinfo/main.cpp index d7080207..973eff72 100644 --- a/samples/00_loaderinfo/main.cpp +++ b/samples/00_loaderinfo/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/00_newqueries/CMakeLists.txt b/samples/00_newqueries/CMakeLists.txt index 0b7ef2fa..416ad43f 100644 --- a/samples/00_newqueries/CMakeLists.txt +++ b/samples/00_newqueries/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/00_newqueries/main.cpp b/samples/00_newqueries/main.cpp index 49119238..6761e413 100644 --- a/samples/00_newqueries/main.cpp +++ b/samples/00_newqueries/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/00_newqueriespp/CMakeLists.txt b/samples/00_newqueriespp/CMakeLists.txt index ebea15c2..12560f04 100644 --- a/samples/00_newqueriespp/CMakeLists.txt +++ b/samples/00_newqueriespp/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/00_newqueriespp/main.cpp b/samples/00_newqueriespp/main.cpp index bd748608..6e6d68b8 100644 --- a/samples/00_newqueriespp/main.cpp +++ b/samples/00_newqueriespp/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/01_copybuffer/CMakeLists.txt b/samples/01_copybuffer/CMakeLists.txt index 4502e891..08f02089 100644 --- a/samples/01_copybuffer/CMakeLists.txt +++ b/samples/01_copybuffer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/01_copybuffer/main.cpp b/samples/01_copybuffer/main.cpp index 1276a368..4e036b4c 100644 --- a/samples/01_copybuffer/main.cpp +++ b/samples/01_copybuffer/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/02_copybufferkernel/CMakeLists.txt b/samples/02_copybufferkernel/CMakeLists.txt index d29f8aa0..97c18f1f 100644 --- a/samples/02_copybufferkernel/CMakeLists.txt +++ b/samples/02_copybufferkernel/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/02_copybufferkernel/main.cpp b/samples/02_copybufferkernel/main.cpp index ffa1f9af..9f1e97ad 100644 --- a/samples/02_copybufferkernel/main.cpp +++ b/samples/02_copybufferkernel/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/03_mandelbrot/CMakeLists.txt b/samples/03_mandelbrot/CMakeLists.txt index 237577a4..5a48b49b 100644 --- a/samples/03_mandelbrot/CMakeLists.txt +++ b/samples/03_mandelbrot/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/03_mandelbrot/main.cpp b/samples/03_mandelbrot/main.cpp index 9b7efa8a..cc4a7147 100644 --- a/samples/03_mandelbrot/main.cpp +++ b/samples/03_mandelbrot/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/04_julia/CMakeLists.txt b/samples/04_julia/CMakeLists.txt index e386fcba..be566762 100644 --- a/samples/04_julia/CMakeLists.txt +++ b/samples/04_julia/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/04_julia/main.cpp b/samples/04_julia/main.cpp index 842491f3..aea03911 100644 --- a/samples/04_julia/main.cpp +++ b/samples/04_julia/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/04_sobel/CMakeLists.txt b/samples/04_sobel/CMakeLists.txt index 0ce72413..b5526622 100644 --- a/samples/04_sobel/CMakeLists.txt +++ b/samples/04_sobel/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024 Ben Ashbaugh +# Copyright (c) 2023-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/04_sobel/main.cpp b/samples/04_sobel/main.cpp index 62b1521c..3c06d77b 100644 --- a/samples/04_sobel/main.cpp +++ b/samples/04_sobel/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2023-2024 Ben Ashbaugh +// Copyright (c) 2023-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/05_kernelfromfile/CMakeLists.txt b/samples/05_kernelfromfile/CMakeLists.txt index 682f7847..85af7fd9 100644 --- a/samples/05_kernelfromfile/CMakeLists.txt +++ b/samples/05_kernelfromfile/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/05_kernelfromfile/main.cpp b/samples/05_kernelfromfile/main.cpp index 019ce828..cba47f76 100644 --- a/samples/05_kernelfromfile/main.cpp +++ b/samples/05_kernelfromfile/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/05_spirvkernelfromfile/CMakeLists.txt b/samples/05_spirvkernelfromfile/CMakeLists.txt index a20439eb..c05c99ca 100644 --- a/samples/05_spirvkernelfromfile/CMakeLists.txt +++ b/samples/05_spirvkernelfromfile/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/05_spirvkernelfromfile/main.cpp b/samples/05_spirvkernelfromfile/main.cpp index 4c8b0669..6e1aa6d4 100644 --- a/samples/05_spirvkernelfromfile/main.cpp +++ b/samples/05_spirvkernelfromfile/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/06_ndrangekernelfromfile/CMakeLists.txt b/samples/06_ndrangekernelfromfile/CMakeLists.txt index c88145f2..1794dbe8 100644 --- a/samples/06_ndrangekernelfromfile/CMakeLists.txt +++ b/samples/06_ndrangekernelfromfile/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/06_ndrangekernelfromfile/main.cpp b/samples/06_ndrangekernelfromfile/main.cpp index 8c160d56..e3f1c662 100644 --- a/samples/06_ndrangekernelfromfile/main.cpp +++ b/samples/06_ndrangekernelfromfile/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/10_queueexperiments/CMakeLists.txt b/samples/10_queueexperiments/CMakeLists.txt index 209fc174..e6097f0d 100644 --- a/samples/10_queueexperiments/CMakeLists.txt +++ b/samples/10_queueexperiments/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/10_queueexperiments/main.cpp b/samples/10_queueexperiments/main.cpp index efbf32f7..abf37e0c 100644 --- a/samples/10_queueexperiments/main.cpp +++ b/samples/10_queueexperiments/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/11_semaphores/CMakeLists.txt b/samples/11_semaphores/CMakeLists.txt index 570fd349..f5a8103b 100644 --- a/samples/11_semaphores/CMakeLists.txt +++ b/samples/11_semaphores/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/11_semaphores/main.cpp b/samples/11_semaphores/main.cpp index 6d745b38..6318d875 100644 --- a/samples/11_semaphores/main.cpp +++ b/samples/11_semaphores/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/12_commandbuffers/CMakeLists.txt b/samples/12_commandbuffers/CMakeLists.txt index 397293e4..2ccf7ea1 100644 --- a/samples/12_commandbuffers/CMakeLists.txt +++ b/samples/12_commandbuffers/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Ben Ashbaugh +# Copyright (c) 2022-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/12_commandbuffers/main.cpp b/samples/12_commandbuffers/main.cpp index bcffeb38..cb9fab2d 100644 --- a/samples/12_commandbuffers/main.cpp +++ b/samples/12_commandbuffers/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2024 Ben Ashbaugh +// Copyright (c) 2022-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/12_commandbufferspp/CMakeLists.txt b/samples/12_commandbufferspp/CMakeLists.txt index aa416b8d..d0860106 100644 --- a/samples/12_commandbufferspp/CMakeLists.txt +++ b/samples/12_commandbufferspp/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Ben Ashbaugh +# Copyright (c) 2022-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/12_commandbufferspp/main.cpp b/samples/12_commandbufferspp/main.cpp index 254a461e..eabfa517 100644 --- a/samples/12_commandbufferspp/main.cpp +++ b/samples/12_commandbufferspp/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2024 Ben Ashbaugh +// Copyright (c) 2022-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/13_mutablecommandbuffers/CMakeLists.txt b/samples/13_mutablecommandbuffers/CMakeLists.txt index d6d2cb65..4938050f 100644 --- a/samples/13_mutablecommandbuffers/CMakeLists.txt +++ b/samples/13_mutablecommandbuffers/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Ben Ashbaugh +# Copyright (c) 2022-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/13_mutablecommandbuffers/main.cpp b/samples/13_mutablecommandbuffers/main.cpp index 0429f644..43c477e9 100644 --- a/samples/13_mutablecommandbuffers/main.cpp +++ b/samples/13_mutablecommandbuffers/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2024 Ben Ashbaugh +// Copyright (c) 2022-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/14_ooqcommandbuffers/CMakeLists.txt b/samples/14_ooqcommandbuffers/CMakeLists.txt index d0155977..494980cb 100644 --- a/samples/14_ooqcommandbuffers/CMakeLists.txt +++ b/samples/14_ooqcommandbuffers/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Ben Ashbaugh +# Copyright (c) 2022-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/14_ooqcommandbuffers/main.cpp b/samples/14_ooqcommandbuffers/main.cpp index c608431d..a48d039d 100644 --- a/samples/14_ooqcommandbuffers/main.cpp +++ b/samples/14_ooqcommandbuffers/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2024 Ben Ashbaugh +// Copyright (c) 2022-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/15_mutablecommandbufferasserts/CMakeLists.txt b/samples/15_mutablecommandbufferasserts/CMakeLists.txt index f8e39783..72c2ec91 100644 --- a/samples/15_mutablecommandbufferasserts/CMakeLists.txt +++ b/samples/15_mutablecommandbufferasserts/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Ben Ashbaugh +# Copyright (c) 2022-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/15_mutablecommandbufferasserts/main.cpp b/samples/15_mutablecommandbufferasserts/main.cpp index 0345531e..91bdfe83 100644 --- a/samples/15_mutablecommandbufferasserts/main.cpp +++ b/samples/15_mutablecommandbufferasserts/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2024 Ben Ashbaugh +// Copyright (c) 2022-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/16_floatatomics/CMakeLists.txt b/samples/16_floatatomics/CMakeLists.txt index 9e6989cb..c6253b92 100644 --- a/samples/16_floatatomics/CMakeLists.txt +++ b/samples/16_floatatomics/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Ben Ashbaugh +# Copyright (c) 2024-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/16_floatatomics/main.cpp b/samples/16_floatatomics/main.cpp index e611eb5c..9df2a9df 100644 --- a/samples/16_floatatomics/main.cpp +++ b/samples/16_floatatomics/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2024 Ben Ashbaugh +// Copyright (c) 2024-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt index a55e2f59..99595cb0 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/images/00_enumimageformats/CMakeLists.txt b/samples/images/00_enumimageformats/CMakeLists.txt index 3dc43c30..3d3061d1 100644 --- a/samples/images/00_enumimageformats/CMakeLists.txt +++ b/samples/images/00_enumimageformats/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/images/00_enumimageformats/main.cpp b/samples/images/00_enumimageformats/main.cpp index 5f3ff8ca..35f54c94 100644 --- a/samples/images/00_enumimageformats/main.cpp +++ b/samples/images/00_enumimageformats/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/images/CMakeLists.txt b/samples/images/CMakeLists.txt index 60248125..7c7d2fca 100644 --- a/samples/images/CMakeLists.txt +++ b/samples/images/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2024 Ben Ashbaugh +# Copyright (c) 2020-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/opengl/00_juliagl/CMakeLists.txt b/samples/opengl/00_juliagl/CMakeLists.txt index 0372ee8f..2723c2fe 100644 --- a/samples/opengl/00_juliagl/CMakeLists.txt +++ b/samples/opengl/00_juliagl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2024 Ben Ashbaugh +# Copyright (c) 2021-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/opengl/00_juliagl/main.cpp b/samples/opengl/00_juliagl/main.cpp index 0f76310b..e0fd87bd 100644 --- a/samples/opengl/00_juliagl/main.cpp +++ b/samples/opengl/00_juliagl/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/opengl/01_nbodygl/CMakeLists.txt b/samples/opengl/01_nbodygl/CMakeLists.txt index 54fe390b..6cd49c45 100644 --- a/samples/opengl/01_nbodygl/CMakeLists.txt +++ b/samples/opengl/01_nbodygl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024 Ben Ashbaugh +# Copyright (c) 2022-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/opengl/01_nbodygl/main.cpp b/samples/opengl/01_nbodygl/main.cpp index 0f96d437..0a181f27 100644 --- a/samples/opengl/01_nbodygl/main.cpp +++ b/samples/opengl/01_nbodygl/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2022-2024 Ben Ashbaugh +// Copyright (c) 2022-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/opengl/02_sobelgl/CMakeLists.txt b/samples/opengl/02_sobelgl/CMakeLists.txt index ac57f38d..1d4c7224 100644 --- a/samples/opengl/02_sobelgl/CMakeLists.txt +++ b/samples/opengl/02_sobelgl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024 Ben Ashbaugh +# Copyright (c) 2023-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/opengl/02_sobelgl/main.cpp b/samples/opengl/02_sobelgl/main.cpp index 2dd9bdc4..836668f3 100644 --- a/samples/opengl/02_sobelgl/main.cpp +++ b/samples/opengl/02_sobelgl/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2023-2024 Ben Ashbaugh +// Copyright (c) 2023-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/opengl/CMakeLists.txt b/samples/opengl/CMakeLists.txt index e832f080..7c566c5b 100644 --- a/samples/opengl/CMakeLists.txt +++ b/samples/opengl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2024 Ben Ashbaugh +# Copyright (c) 2020-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/00_enumopencl/CMakeLists.txt b/samples/python/00_enumopencl/CMakeLists.txt index 5a4074f7..d818c73a 100644 --- a/samples/python/00_enumopencl/CMakeLists.txt +++ b/samples/python/00_enumopencl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/00_enumopencl/enumopencl.ipynb b/samples/python/00_enumopencl/enumopencl.ipynb index 602337e4..ee00ce2a 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 Ben Ashbaugh\n", + "# Copyright (c) 2024-2025 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 c689283d..04f6993a 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-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/01_copybuffer/CMakeLists.txt b/samples/python/01_copybuffer/CMakeLists.txt index 47c85a82..e60b584d 100644 --- a/samples/python/01_copybuffer/CMakeLists.txt +++ b/samples/python/01_copybuffer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/01_copybuffer/copybuffer.ipynb b/samples/python/01_copybuffer/copybuffer.ipynb index d7291bb9..307305e1 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 Ben Ashbaugh\n", + "# Copyright (c) 2024-2025 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 5d7ec1e8..57673708 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-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/02_copybufferkernel/CMakeLists.txt b/samples/python/02_copybufferkernel/CMakeLists.txt index 1cae4bca..f63e275d 100644 --- a/samples/python/02_copybufferkernel/CMakeLists.txt +++ b/samples/python/02_copybufferkernel/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/02_copybufferkernel/copybufferkernel.py b/samples/python/02_copybufferkernel/copybufferkernel.py index 0cf75ce8..b918b7cf 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-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/03_mandelbrot/CMakeLists.txt b/samples/python/03_mandelbrot/CMakeLists.txt index 45afbc94..9898f4e8 100644 --- a/samples/python/03_mandelbrot/CMakeLists.txt +++ b/samples/python/03_mandelbrot/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/03_mandelbrot/mandelbrot.ipynb b/samples/python/03_mandelbrot/mandelbrot.ipynb index da8b67ce..f7b8f134 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 Ben Ashbaugh\n", + "# Copyright (c) 2024-2025 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 188e368d..018c874a 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-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/04_julia/CMakeLists.txt b/samples/python/04_julia/CMakeLists.txt index 19f2c6b4..66c6fb8c 100644 --- a/samples/python/04_julia/CMakeLists.txt +++ b/samples/python/04_julia/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/04_julia/julia.ipynb b/samples/python/04_julia/julia.ipynb index cbc27d76..7be24ab5 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 Ben Ashbaugh\n", + "# Copyright (c) 2024-2025 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 69faab31..625bd28c 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-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/python/CMakeLists.txt b/samples/python/CMakeLists.txt index 2f09ee72..dbcd9646 100644 --- a/samples/python/CMakeLists.txt +++ b/samples/python/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/svm/00_svmqueries/CMakeLists.txt b/samples/svm/00_svmqueries/CMakeLists.txt index f9e6cd54..18a1c278 100644 --- a/samples/svm/00_svmqueries/CMakeLists.txt +++ b/samples/svm/00_svmqueries/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Ben Ashbaugh +# Copyright (c) 2024-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/svm/00_svmqueries/main.cpp b/samples/svm/00_svmqueries/main.cpp index 23a23507..d2e74796 100644 --- a/samples/svm/00_svmqueries/main.cpp +++ b/samples/svm/00_svmqueries/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2024 Ben Ashbaugh +// Copyright (c) 2024-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/svm/100_cgsvmhelloworld/CMakeLists.txt b/samples/svm/100_cgsvmhelloworld/CMakeLists.txt index b605b00f..2de71c4e 100644 --- a/samples/svm/100_cgsvmhelloworld/CMakeLists.txt +++ b/samples/svm/100_cgsvmhelloworld/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Ben Ashbaugh +# Copyright (c) 2024-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/svm/100_cgsvmhelloworld/main.cpp b/samples/svm/100_cgsvmhelloworld/main.cpp index c6b6d98b..06c1be0a 100644 --- a/samples/svm/100_cgsvmhelloworld/main.cpp +++ b/samples/svm/100_cgsvmhelloworld/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2024 Ben Ashbaugh +// Copyright (c) 2024-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/svm/101_cgsvmlinkedlist/CMakeLists.txt b/samples/svm/101_cgsvmlinkedlist/CMakeLists.txt index be95fad6..93826f6a 100644 --- a/samples/svm/101_cgsvmlinkedlist/CMakeLists.txt +++ b/samples/svm/101_cgsvmlinkedlist/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Ben Ashbaugh +# Copyright (c) 2024-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/svm/101_cgsvmlinkedlist/main.cpp b/samples/svm/101_cgsvmlinkedlist/main.cpp index 192ace4f..b77b0b4a 100644 --- a/samples/svm/101_cgsvmlinkedlist/main.cpp +++ b/samples/svm/101_cgsvmlinkedlist/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2024 Ben Ashbaugh +// Copyright (c) 2024-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/svm/200_fgsvmhelloworld/CMakeLists.txt b/samples/svm/200_fgsvmhelloworld/CMakeLists.txt index 59239758..027d65b4 100644 --- a/samples/svm/200_fgsvmhelloworld/CMakeLists.txt +++ b/samples/svm/200_fgsvmhelloworld/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Ben Ashbaugh +# Copyright (c) 2024-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/svm/200_fgsvmhelloworld/main.cpp b/samples/svm/200_fgsvmhelloworld/main.cpp index 014acde6..b9b29ebf 100644 --- a/samples/svm/200_fgsvmhelloworld/main.cpp +++ b/samples/svm/200_fgsvmhelloworld/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2024 Ben Ashbaugh +// Copyright (c) 2024-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/svm/201_fgsvmlinkedlist/CMakeLists.txt b/samples/svm/201_fgsvmlinkedlist/CMakeLists.txt index f9e370dc..43975846 100644 --- a/samples/svm/201_fgsvmlinkedlist/CMakeLists.txt +++ b/samples/svm/201_fgsvmlinkedlist/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Ben Ashbaugh +# Copyright (c) 2024-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/svm/201_fgsvmlinkedlist/main.cpp b/samples/svm/201_fgsvmlinkedlist/main.cpp index d261be9a..228ff487 100644 --- a/samples/svm/201_fgsvmlinkedlist/main.cpp +++ b/samples/svm/201_fgsvmlinkedlist/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2024 Ben Ashbaugh +// Copyright (c) 2024-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/svm/CMakeLists.txt b/samples/svm/CMakeLists.txt index ec956ebf..9dd9bc3c 100644 --- a/samples/svm/CMakeLists.txt +++ b/samples/svm/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Ben Ashbaugh +# Copyright (c) 2024-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/00_usmqueries/CMakeLists.txt b/samples/usm/00_usmqueries/CMakeLists.txt index bb7e2035..d5c9feaa 100644 --- a/samples/usm/00_usmqueries/CMakeLists.txt +++ b/samples/usm/00_usmqueries/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2024 Ben Ashbaugh +# Copyright (c) 2020-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/00_usmqueries/main.cpp b/samples/usm/00_usmqueries/main.cpp index 84bb7e47..5786fdc6 100644 --- a/samples/usm/00_usmqueries/main.cpp +++ b/samples/usm/00_usmqueries/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2024 Ben Ashbaugh +// Copyright (c) 2020-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/01_usmmeminfo/CMakeLists.txt b/samples/usm/01_usmmeminfo/CMakeLists.txt index dcac7beb..2cd7f5d8 100644 --- a/samples/usm/01_usmmeminfo/CMakeLists.txt +++ b/samples/usm/01_usmmeminfo/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2024 Ben Ashbaugh +# Copyright (c) 2020-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/01_usmmeminfo/main.cpp b/samples/usm/01_usmmeminfo/main.cpp index 077cd508..b3ddde26 100644 --- a/samples/usm/01_usmmeminfo/main.cpp +++ b/samples/usm/01_usmmeminfo/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2024 Ben Ashbaugh +// Copyright (c) 2020-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/100_dmemhelloworld/CMakeLists.txt b/samples/usm/100_dmemhelloworld/CMakeLists.txt index be8e1393..042a1e83 100644 --- a/samples/usm/100_dmemhelloworld/CMakeLists.txt +++ b/samples/usm/100_dmemhelloworld/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2024 Ben Ashbaugh +# Copyright (c) 2020-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/100_dmemhelloworld/main.cpp b/samples/usm/100_dmemhelloworld/main.cpp index 6c3fdedb..2d1b0952 100644 --- a/samples/usm/100_dmemhelloworld/main.cpp +++ b/samples/usm/100_dmemhelloworld/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2024 Ben Ashbaugh +// Copyright (c) 2020-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/101_dmemlinkedlist/CMakeLists.txt b/samples/usm/101_dmemlinkedlist/CMakeLists.txt index f6619bc0..05a94702 100644 --- a/samples/usm/101_dmemlinkedlist/CMakeLists.txt +++ b/samples/usm/101_dmemlinkedlist/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2024 Ben Ashbaugh +# Copyright (c) 2020-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/101_dmemlinkedlist/main.cpp b/samples/usm/101_dmemlinkedlist/main.cpp index 44eab5b6..07702985 100644 --- a/samples/usm/101_dmemlinkedlist/main.cpp +++ b/samples/usm/101_dmemlinkedlist/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2024 Ben Ashbaugh +// Copyright (c) 2020-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/200_hmemhelloworld/CMakeLists.txt b/samples/usm/200_hmemhelloworld/CMakeLists.txt index 29d247b1..ab2225ea 100644 --- a/samples/usm/200_hmemhelloworld/CMakeLists.txt +++ b/samples/usm/200_hmemhelloworld/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2024 Ben Ashbaugh +# Copyright (c) 2020-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/200_hmemhelloworld/main.cpp b/samples/usm/200_hmemhelloworld/main.cpp index 60087f04..8ec70978 100644 --- a/samples/usm/200_hmemhelloworld/main.cpp +++ b/samples/usm/200_hmemhelloworld/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2024 Ben Ashbaugh +// Copyright (c) 2020-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/201_hmemlinkedlist/CMakeLists.txt b/samples/usm/201_hmemlinkedlist/CMakeLists.txt index d726bd1a..6f57e3fc 100644 --- a/samples/usm/201_hmemlinkedlist/CMakeLists.txt +++ b/samples/usm/201_hmemlinkedlist/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2024 Ben Ashbaugh +# Copyright (c) 2020-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/201_hmemlinkedlist/main.cpp b/samples/usm/201_hmemlinkedlist/main.cpp index ad2b9262..f3f65a8b 100644 --- a/samples/usm/201_hmemlinkedlist/main.cpp +++ b/samples/usm/201_hmemlinkedlist/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2024 Ben Ashbaugh +// Copyright (c) 2020-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/300_smemhelloworld/CMakeLists.txt b/samples/usm/300_smemhelloworld/CMakeLists.txt index 993daefe..314dab6e 100644 --- a/samples/usm/300_smemhelloworld/CMakeLists.txt +++ b/samples/usm/300_smemhelloworld/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2024 Ben Ashbaugh +# Copyright (c) 2020-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/300_smemhelloworld/main.cpp b/samples/usm/300_smemhelloworld/main.cpp index ba8015c8..fd215369 100644 --- a/samples/usm/300_smemhelloworld/main.cpp +++ b/samples/usm/300_smemhelloworld/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2024 Ben Ashbaugh +// Copyright (c) 2020-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/301_smemlinkedlist/CMakeLists.txt b/samples/usm/301_smemlinkedlist/CMakeLists.txt index 95d582cf..12af5893 100644 --- a/samples/usm/301_smemlinkedlist/CMakeLists.txt +++ b/samples/usm/301_smemlinkedlist/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2024 Ben Ashbaugh +# Copyright (c) 2020-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/301_smemlinkedlist/main.cpp b/samples/usm/301_smemlinkedlist/main.cpp index fac95b38..2a14a123 100644 --- a/samples/usm/301_smemlinkedlist/main.cpp +++ b/samples/usm/301_smemlinkedlist/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2024 Ben Ashbaugh +// Copyright (c) 2020-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/310_usmmigratemem/CMakeLists.txt b/samples/usm/310_usmmigratemem/CMakeLists.txt index ec21dc30..5c1366c4 100644 --- a/samples/usm/310_usmmigratemem/CMakeLists.txt +++ b/samples/usm/310_usmmigratemem/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2024 Ben Ashbaugh +# Copyright (c) 2020-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/310_usmmigratemem/main.cpp b/samples/usm/310_usmmigratemem/main.cpp index 1d75457e..cf000808 100644 --- a/samples/usm/310_usmmigratemem/main.cpp +++ b/samples/usm/310_usmmigratemem/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2024 Ben Ashbaugh +// Copyright (c) 2020-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/400_sysmemhelloworld/CMakeLists.txt b/samples/usm/400_sysmemhelloworld/CMakeLists.txt index 296e7ba6..60a1d063 100644 --- a/samples/usm/400_sysmemhelloworld/CMakeLists.txt +++ b/samples/usm/400_sysmemhelloworld/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2024 Ben Ashbaugh +# Copyright (c) 2020-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/usm/400_sysmemhelloworld/main.cpp b/samples/usm/400_sysmemhelloworld/main.cpp index 4f99b417..408220ae 100644 --- a/samples/usm/400_sysmemhelloworld/main.cpp +++ b/samples/usm/400_sysmemhelloworld/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2020-2024 Ben Ashbaugh +// Copyright (c) 2020-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/usm/CMakeLists.txt b/samples/usm/CMakeLists.txt index 0cd689dc..916eee91 100644 --- a/samples/usm/CMakeLists.txt +++ b/samples/usm/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2024 Ben Ashbaugh +# Copyright (c) 2021-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/vulkan/00_juliavk/CMakeLists.txt b/samples/vulkan/00_juliavk/CMakeLists.txt index 12311428..681bf53a 100644 --- a/samples/vulkan/00_juliavk/CMakeLists.txt +++ b/samples/vulkan/00_juliavk/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2024 Ben Ashbaugh +# Copyright (c) 2021-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/vulkan/00_juliavk/main.cpp b/samples/vulkan/00_juliavk/main.cpp index fcc477eb..e735a9f1 100644 --- a/samples/vulkan/00_juliavk/main.cpp +++ b/samples/vulkan/00_juliavk/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2021-2024 Ben Ashbaugh +// Copyright (c) 2021-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/vulkan/01_nbodyvk/CMakeLists.txt b/samples/vulkan/01_nbodyvk/CMakeLists.txt index 20bb6b06..f9e261ca 100644 --- a/samples/vulkan/01_nbodyvk/CMakeLists.txt +++ b/samples/vulkan/01_nbodyvk/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2024 Ben Ashbaugh +# Copyright (c) 2021-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/samples/vulkan/01_nbodyvk/main.cpp b/samples/vulkan/01_nbodyvk/main.cpp index 7c0fc724..bf989913 100644 --- a/samples/vulkan/01_nbodyvk/main.cpp +++ b/samples/vulkan/01_nbodyvk/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2021-2024 Ben Ashbaugh +// Copyright (c) 2021-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/samples/vulkan/CMakeLists.txt b/samples/vulkan/CMakeLists.txt index 949aaa61..46f81229 100644 --- a/samples/vulkan/CMakeLists.txt +++ b/samples/vulkan/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2024 Ben Ashbaugh +# Copyright (c) 2020-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt index cce9d96b..d40b859b 100644 --- a/tutorials/CMakeLists.txt +++ b/tutorials/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/tutorials/interceptlayer/CMakeLists.txt b/tutorials/interceptlayer/CMakeLists.txt index b83775b9..cc12f51e 100644 --- a/tutorials/interceptlayer/CMakeLists.txt +++ b/tutorials/interceptlayer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Ben Ashbaugh +# Copyright (c) 2019-2025 Ben Ashbaugh # # SPDX-License-Identifier: MIT diff --git a/tutorials/interceptlayer/main-part1solution.cpp b/tutorials/interceptlayer/main-part1solution.cpp index c94452f4..f7f0f510 100644 --- a/tutorials/interceptlayer/main-part1solution.cpp +++ b/tutorials/interceptlayer/main-part1solution.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/tutorials/interceptlayer/main-part2solution.cpp b/tutorials/interceptlayer/main-part2solution.cpp index c99914a7..732773b9 100644 --- a/tutorials/interceptlayer/main-part2solution.cpp +++ b/tutorials/interceptlayer/main-part2solution.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/tutorials/interceptlayer/main-part3solution.cpp b/tutorials/interceptlayer/main-part3solution.cpp index a8e84fad..4c5c0357 100644 --- a/tutorials/interceptlayer/main-part3solution.cpp +++ b/tutorials/interceptlayer/main-part3solution.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/tutorials/interceptlayer/main-part4solution.cpp b/tutorials/interceptlayer/main-part4solution.cpp index 3bf5231b..e336bbd0 100644 --- a/tutorials/interceptlayer/main-part4solution.cpp +++ b/tutorials/interceptlayer/main-part4solution.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/tutorials/interceptlayer/main-part5solution.cpp b/tutorials/interceptlayer/main-part5solution.cpp index ff5d0705..79031286 100644 --- a/tutorials/interceptlayer/main-part5solution.cpp +++ b/tutorials/interceptlayer/main-part5solution.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/tutorials/interceptlayer/main-start.cpp b/tutorials/interceptlayer/main-start.cpp index c4cadbd9..1765c22e 100644 --- a/tutorials/interceptlayer/main-start.cpp +++ b/tutorials/interceptlayer/main-start.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */ diff --git a/tutorials/interceptlayer/main.cpp b/tutorials/interceptlayer/main.cpp index c4cadbd9..1765c22e 100644 --- a/tutorials/interceptlayer/main.cpp +++ b/tutorials/interceptlayer/main.cpp @@ -1,5 +1,5 @@ /* -// Copyright (c) 2019-2024 Ben Ashbaugh +// Copyright (c) 2019-2025 Ben Ashbaugh // // SPDX-License-Identifier: MIT */