From 54698ce0955ebf7b7fecaeb6bb4f2e52d80411f3 Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Mon, 1 Jan 2024 16:43:33 -0800 Subject: [PATCH] update copyright dates to 2024 --- CMakeLists.txt | 2 +- LICENSE-MIT | 2 +- scripts/call_all.c.mako | 2 +- scripts/gen_openclext.py | 2 +- scripts/openclext.cpp.mako | 2 +- src/openclext.cpp | 2 +- tests/call_all.c | 2 +- tests/dx_sharing_prototypes.h | 2 +- tests/loader_info_prototypes.h | 2 +- tests/test_extension_loader.c | 2 +- tests/test_extension_loader.cpp | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bb34d6..8adf311 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Ben Ashbaugh +# Copyright (c) 2021-2024 Ben Ashbaugh # # SPDX-License-Identifier: MIT or Apache-2.0 diff --git a/LICENSE-MIT b/LICENSE-MIT index 197ae8d..2858ce5 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2023 Ben Ashbaugh +Copyright (c) 2021-2024 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/scripts/call_all.c.mako b/scripts/call_all.c.mako index 3f6776b..c8596dd 100644 --- a/scripts/call_all.c.mako +++ b/scripts/call_all.c.mako @@ -118,7 +118,7 @@ def getCallArgs(params): return callstr %>/******************************************************************************* -// Copyright (c) 2021-2023 Ben Ashbaugh +// Copyright (c) 2021-2024 Ben Ashbaugh // // SPDX-License-Identifier: MIT or Apache-2.0 */ diff --git a/scripts/gen_openclext.py b/scripts/gen_openclext.py index cfd59da..5a8a099 100644 --- a/scripts/gen_openclext.py +++ b/scripts/gen_openclext.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 -# Copyright (c) 2021-2023 Ben Ashbaugh +# Copyright (c) 2021-2024 Ben Ashbaugh # # SPDX-License-Identifier: MIT or Apache-2.0 diff --git a/scripts/openclext.cpp.mako b/scripts/openclext.cpp.mako index af887c3..ee75ad0 100644 --- a/scripts/openclext.cpp.mako +++ b/scripts/openclext.cpp.mako @@ -116,7 +116,7 @@ def getCParameterStrings(params): return strings %>/******************************************************************************* -// Copyright (c) 2021-2023 Ben Ashbaugh +// Copyright (c) 2021-2024 Ben Ashbaugh // // SPDX-License-Identifier: MIT or Apache-2.0 */ diff --git a/src/openclext.cpp b/src/openclext.cpp index 36205e4..d1f39c5 100644 --- a/src/openclext.cpp +++ b/src/openclext.cpp @@ -1,5 +1,5 @@ /******************************************************************************* -// Copyright (c) 2021-2023 Ben Ashbaugh +// Copyright (c) 2021-2024 Ben Ashbaugh // // SPDX-License-Identifier: MIT or Apache-2.0 */ diff --git a/tests/call_all.c b/tests/call_all.c index 83588af..4b336ba 100644 --- a/tests/call_all.c +++ b/tests/call_all.c @@ -1,5 +1,5 @@ /******************************************************************************* -// Copyright (c) 2021-2023 Ben Ashbaugh +// Copyright (c) 2021-2024 Ben Ashbaugh // // SPDX-License-Identifier: MIT or Apache-2.0 */ diff --git a/tests/dx_sharing_prototypes.h b/tests/dx_sharing_prototypes.h index 317ea14..4843ccc 100644 --- a/tests/dx_sharing_prototypes.h +++ b/tests/dx_sharing_prototypes.h @@ -1,5 +1,5 @@ /******************************************************************************* -// Copyright (c) 2021-2023 Ben Ashbaugh +// Copyright (c) 2021-2024 Ben Ashbaugh // // SPDX-License-Identifier: MIT or Apache-2.0 */ diff --git a/tests/loader_info_prototypes.h b/tests/loader_info_prototypes.h index ced196c..b828f61 100644 --- a/tests/loader_info_prototypes.h +++ b/tests/loader_info_prototypes.h @@ -1,5 +1,5 @@ /******************************************************************************* -// Copyright (c) 2023 Ben Ashbaugh +// Copyright (c) 2023-2024 Ben Ashbaugh // // SPDX-License-Identifier: MIT or Apache-2.0 */ diff --git a/tests/test_extension_loader.c b/tests/test_extension_loader.c index 3b5a3b2..5fa9044 100644 --- a/tests/test_extension_loader.c +++ b/tests/test_extension_loader.c @@ -1,5 +1,5 @@ /******************************************************************************* -// Copyright (c) 2021-2023 Ben Ashbaugh +// Copyright (c) 2021-2024 Ben Ashbaugh // // SPDX-License-Identifier: MIT or Apache-2.0 */ diff --git a/tests/test_extension_loader.cpp b/tests/test_extension_loader.cpp index 3b5a3b2..5fa9044 100644 --- a/tests/test_extension_loader.cpp +++ b/tests/test_extension_loader.cpp @@ -1,5 +1,5 @@ /******************************************************************************* -// Copyright (c) 2021-2023 Ben Ashbaugh +// Copyright (c) 2021-2024 Ben Ashbaugh // // SPDX-License-Identifier: MIT or Apache-2.0 */