From 64c5adbb9489cbd0d845a6b71cbdd4f517bc188a Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Sat, 4 Jan 2025 10:09:38 -0800 Subject: [PATCH] update copyright dates to 2025 (#130) --- CMakeLists.txt | 2 +- LICENSE | 2 +- include/getenv_util.hpp | 2 +- include/layer_util.hpp | 2 +- include/util.hpp | 2 +- layers/00_example/CMakeLists.txt | 2 +- layers/00_example/main.cpp | 2 +- layers/10_cmdbufemu/CMakeLists.txt | 2 +- layers/10_cmdbufemu/emulate.cpp | 2 +- layers/10_cmdbufemu/emulate.h | 2 +- layers/10_cmdbufemu/main.cpp | 2 +- layers/11_semaemu/CMakeLists.txt | 2 +- layers/11_semaemu/emulate.cpp | 2 +- layers/11_semaemu/emulate.h | 2 +- layers/11_semaemu/main.cpp | 2 +- layers/CMakeLists.txt | 2 +- samples/00_enumopencl/CMakeLists.txt | 2 +- samples/00_enumopencl/main.cpp | 2 +- samples/00_enumopenclpp/CMakeLists.txt | 2 +- samples/00_enumopenclpp/main.cpp | 2 +- samples/00_enumqueuefamilies/CMakeLists.txt | 2 +- samples/00_enumqueuefamilies/main.cpp | 2 +- samples/00_extendeddevicequeries/CMakeLists.txt | 2 +- samples/00_extendeddevicequeries/main.cpp | 2 +- samples/00_loaderinfo/CMakeLists.txt | 2 +- samples/00_loaderinfo/main.cpp | 2 +- samples/00_newqueries/CMakeLists.txt | 2 +- samples/00_newqueries/main.cpp | 2 +- samples/00_newqueriespp/CMakeLists.txt | 2 +- samples/00_newqueriespp/main.cpp | 2 +- samples/01_copybuffer/CMakeLists.txt | 2 +- samples/01_copybuffer/main.cpp | 2 +- samples/02_copybufferkernel/CMakeLists.txt | 2 +- samples/02_copybufferkernel/main.cpp | 2 +- samples/03_mandelbrot/CMakeLists.txt | 2 +- samples/03_mandelbrot/main.cpp | 2 +- samples/04_julia/CMakeLists.txt | 2 +- samples/04_julia/main.cpp | 2 +- samples/04_sobel/CMakeLists.txt | 2 +- samples/04_sobel/main.cpp | 2 +- samples/05_kernelfromfile/CMakeLists.txt | 2 +- samples/05_kernelfromfile/main.cpp | 2 +- samples/05_spirvkernelfromfile/CMakeLists.txt | 2 +- samples/05_spirvkernelfromfile/main.cpp | 2 +- samples/06_ndrangekernelfromfile/CMakeLists.txt | 2 +- samples/06_ndrangekernelfromfile/main.cpp | 2 +- samples/10_queueexperiments/CMakeLists.txt | 2 +- samples/10_queueexperiments/main.cpp | 2 +- samples/11_semaphores/CMakeLists.txt | 2 +- samples/11_semaphores/main.cpp | 2 +- samples/12_commandbuffers/CMakeLists.txt | 2 +- samples/12_commandbuffers/main.cpp | 2 +- samples/12_commandbufferspp/CMakeLists.txt | 2 +- samples/12_commandbufferspp/main.cpp | 2 +- samples/13_mutablecommandbuffers/CMakeLists.txt | 2 +- samples/13_mutablecommandbuffers/main.cpp | 2 +- samples/14_ooqcommandbuffers/CMakeLists.txt | 2 +- samples/14_ooqcommandbuffers/main.cpp | 2 +- samples/15_mutablecommandbufferasserts/CMakeLists.txt | 2 +- samples/15_mutablecommandbufferasserts/main.cpp | 2 +- samples/16_floatatomics/CMakeLists.txt | 2 +- samples/16_floatatomics/main.cpp | 2 +- samples/CMakeLists.txt | 2 +- samples/images/00_enumimageformats/CMakeLists.txt | 2 +- samples/images/00_enumimageformats/main.cpp | 2 +- samples/images/CMakeLists.txt | 2 +- samples/opengl/00_juliagl/CMakeLists.txt | 2 +- samples/opengl/00_juliagl/main.cpp | 2 +- samples/opengl/01_nbodygl/CMakeLists.txt | 2 +- samples/opengl/01_nbodygl/main.cpp | 2 +- samples/opengl/02_sobelgl/CMakeLists.txt | 2 +- samples/opengl/02_sobelgl/main.cpp | 2 +- samples/opengl/CMakeLists.txt | 2 +- samples/python/00_enumopencl/CMakeLists.txt | 2 +- samples/python/00_enumopencl/enumopencl.ipynb | 2 +- samples/python/00_enumopencl/enumopencl.py | 2 +- samples/python/01_copybuffer/CMakeLists.txt | 2 +- samples/python/01_copybuffer/copybuffer.ipynb | 2 +- samples/python/01_copybuffer/copybuffer.py | 2 +- samples/python/02_copybufferkernel/CMakeLists.txt | 2 +- samples/python/02_copybufferkernel/copybufferkernel.py | 2 +- samples/python/03_mandelbrot/CMakeLists.txt | 2 +- samples/python/03_mandelbrot/mandelbrot.ipynb | 2 +- samples/python/03_mandelbrot/mandelbrot.py | 2 +- samples/python/04_julia/CMakeLists.txt | 2 +- samples/python/04_julia/julia.ipynb | 2 +- samples/python/04_julia/julia.py | 2 +- samples/python/CMakeLists.txt | 2 +- samples/svm/00_svmqueries/CMakeLists.txt | 2 +- samples/svm/00_svmqueries/main.cpp | 2 +- samples/svm/100_cgsvmhelloworld/CMakeLists.txt | 2 +- samples/svm/100_cgsvmhelloworld/main.cpp | 2 +- samples/svm/101_cgsvmlinkedlist/CMakeLists.txt | 2 +- samples/svm/101_cgsvmlinkedlist/main.cpp | 2 +- samples/svm/200_fgsvmhelloworld/CMakeLists.txt | 2 +- samples/svm/200_fgsvmhelloworld/main.cpp | 2 +- samples/svm/201_fgsvmlinkedlist/CMakeLists.txt | 2 +- samples/svm/201_fgsvmlinkedlist/main.cpp | 2 +- samples/svm/CMakeLists.txt | 2 +- samples/usm/00_usmqueries/CMakeLists.txt | 2 +- samples/usm/00_usmqueries/main.cpp | 2 +- samples/usm/01_usmmeminfo/CMakeLists.txt | 2 +- samples/usm/01_usmmeminfo/main.cpp | 2 +- samples/usm/100_dmemhelloworld/CMakeLists.txt | 2 +- samples/usm/100_dmemhelloworld/main.cpp | 2 +- samples/usm/101_dmemlinkedlist/CMakeLists.txt | 2 +- samples/usm/101_dmemlinkedlist/main.cpp | 2 +- samples/usm/200_hmemhelloworld/CMakeLists.txt | 2 +- samples/usm/200_hmemhelloworld/main.cpp | 2 +- samples/usm/201_hmemlinkedlist/CMakeLists.txt | 2 +- samples/usm/201_hmemlinkedlist/main.cpp | 2 +- samples/usm/300_smemhelloworld/CMakeLists.txt | 2 +- samples/usm/300_smemhelloworld/main.cpp | 2 +- samples/usm/301_smemlinkedlist/CMakeLists.txt | 2 +- samples/usm/301_smemlinkedlist/main.cpp | 2 +- samples/usm/310_usmmigratemem/CMakeLists.txt | 2 +- samples/usm/310_usmmigratemem/main.cpp | 2 +- samples/usm/400_sysmemhelloworld/CMakeLists.txt | 2 +- samples/usm/400_sysmemhelloworld/main.cpp | 2 +- samples/usm/CMakeLists.txt | 2 +- samples/vulkan/00_juliavk/CMakeLists.txt | 2 +- samples/vulkan/00_juliavk/main.cpp | 2 +- samples/vulkan/01_nbodyvk/CMakeLists.txt | 2 +- samples/vulkan/01_nbodyvk/main.cpp | 2 +- samples/vulkan/CMakeLists.txt | 2 +- tutorials/CMakeLists.txt | 2 +- tutorials/interceptlayer/CMakeLists.txt | 2 +- tutorials/interceptlayer/main-part1solution.cpp | 2 +- tutorials/interceptlayer/main-part2solution.cpp | 2 +- tutorials/interceptlayer/main-part3solution.cpp | 2 +- tutorials/interceptlayer/main-part4solution.cpp | 2 +- tutorials/interceptlayer/main-part5solution.cpp | 2 +- tutorials/interceptlayer/main-start.cpp | 2 +- tutorials/interceptlayer/main.cpp | 2 +- 134 files changed, 134 insertions(+), 134 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df76347..dd95404 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 f8e3ac3..7e22ead 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 9e24f92..cd20b3f 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 7e3c036..e07d310 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 eb8a99e..e659fc8 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 de3bb09..4b606ae 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 1849c71..71e3039 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 3802c49..e051cba 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 6a1f2ab..edc8484 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 d0fa6a3..af55afe 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 1194b96..ecb2c51 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 1f89592..a721c8d 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 ef59166..8ba1af0 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 5c03432..15fdbbf 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 7fe66b7..385196e 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 f83fb2f..5030f5a 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 a0cc024..85feee6 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 4dce240..c087a16 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 38cf6f5..f9bab64 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 ec202a4..3017037 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 41ab405..e9623c8 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 01e4a86..4fdc1ff 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 9b55ec3..3d80f25 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 5ad284b..fdcbba4 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 fd83438..c638fba 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 d708020..973eff7 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 0b7ef2f..416ad43 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 4911923..6761e41 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 ebea15c..12560f0 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 bd74860..6e6d68b 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 4502e89..08f0208 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 1276a36..4e036b4 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 d29f8aa..97c18f1 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 ffa1f9a..9f1e97a 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 237577a..5a48b49 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 9b7efa8..cc4a714 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 e386fcb..be56676 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 842491f..aea0391 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 0ce7241..b552662 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 62b1521..3c06d77 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 682f784..85af7fd 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 019ce82..cba47f7 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 a20439e..c05c99c 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 4c8b066..6e1aa6d 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 c88145f..1794dbe 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 8c160d5..e3f1c66 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 209fc17..e6097f0 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 efbf32f..abf37e0 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 570fd34..f5a8103 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 6d745b3..6318d87 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 397293e..2ccf7ea 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 bcffeb3..cb9fab2 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 aa416b8..d086010 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 254a461..eabfa51 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 d6d2cb6..4938050 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 0429f64..43c477e 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 d015597..494980c 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 c608431..a48d039 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 f8e3978..72c2ec9 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 0345531..91bdfe8 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 9e6989c..c6253b9 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 e611eb5..9df2a9d 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 a55e2f5..99595cb 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 3dc43c3..3d3061d 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 5f3ff8c..35f54c9 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 6024812..7c7d2fc 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 0372ee8..2723c2f 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 0f76310..e0fd87b 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 54fe390..6cd49c4 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 0f96d43..0a181f2 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 ac57f38..1d4c722 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 2dd9bdc..836668f 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 e832f08..7c566c5 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 5a4074f..d818c73 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 602337e..ee00ce2 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 c689283..04f6993 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 47c85a8..e60b584 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 d7291bb..307305e 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 5d7ec1e..5767370 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 1cae4bc..f63e275 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 0cf75ce..b918b7c 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 45afbc9..9898f4e 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 da8b67c..f7b8f13 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 188e368..018c874 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 19f2c6b..66c6fb8 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 cbc27d7..7be24ab 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 69faab3..625bd28 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 2f09ee7..dbcd964 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 f9e6cd5..18a1c27 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 23a2350..d2e7479 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 b605b00..2de71c4 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 c6b6d98..06c1be0 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 be95fad..93826f6 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 192ace4..b77b0b4 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 5923975..027d65b 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 014acde..b9b29eb 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 f9e370d..4397584 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 d261be9..228ff48 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 ec956eb..9dd9bc3 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 bb7e203..d5c9fea 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 84bb7e4..5786fdc 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 dcac7be..2cd7f5d 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 077cd50..b3ddde2 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 be8e139..042a1e8 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 6c3fded..2d1b095 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 f6619bc..05a9470 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 44eab5b..0770298 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 29d247b..ab2225e 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 60087f0..8ec7097 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 d726bd1..6f57e3f 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 ad2b926..f3f65a8 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 993daef..314dab6 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 ba8015c..fd21536 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 95d582c..12af589 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 fac95b3..2a14a12 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 ec21dc3..5c1366c 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 1d75457..cf00080 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 296e7ba..60a1d06 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 4f99b41..408220a 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 0cd689d..916eee9 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 1231142..681bf53 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 fcc477e..e735a9f 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 20bb6b0..f9e261c 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 7c0fc72..bf98991 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 949aaa6..46f8122 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 cce9d96..d40b859 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 b83775b..cc12f51 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 c94452f..f7f0f51 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 c99914a..732773b 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 a8e84fa..4c5c035 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 3bf5231..e336bbd 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 ff5d070..7903128 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 c4cadbd..1765c22 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 c4cadbd..1765c22 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 */