From f9a7fc08811922799835f3cc1fa48c324817e9fb Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Tue, 29 Aug 2023 07:49:37 -0400 Subject: [PATCH] various - update copyright year --- .reuse/dep5 | 4 ++-- CMakeLists.txt | 2 +- cmake/KDBindingsConfig.cmake.in | 2 +- docs/CMakeLists.txt | 2 +- docs/api/CMakeLists.txt | 2 +- docs/api/mkdocs/mkdocs.yml.cmake | 2 +- examples/01-simple-connection/CMakeLists.txt | 2 +- examples/01-simple-connection/main.cpp | 2 +- examples/02-signal-member/CMakeLists.txt | 2 +- examples/02-signal-member/main.cpp | 2 +- examples/03-member-arguments/CMakeLists.txt | 2 +- examples/03-member-arguments/main.cpp | 2 +- examples/04-simple-property/CMakeLists.txt | 2 +- examples/04-simple-property/main.cpp | 2 +- examples/05-property-bindings/CMakeLists.txt | 2 +- examples/05-property-bindings/main.cpp | 2 +- examples/06-lazy-property-bindings/CMakeLists.txt | 2 +- examples/06-lazy-property-bindings/main.cpp | 2 +- examples/07-advanced-connections/CMakeLists.txt | 2 +- examples/07-advanced-connections/main.cpp | 2 +- examples/CMakeLists.txt | 2 +- src/kdbindings/CMakeLists.txt | 2 +- src/kdbindings/binding.h | 2 +- src/kdbindings/binding_evaluator.h | 2 +- src/kdbindings/make_node.h | 2 +- src/kdbindings/node.h | 2 +- src/kdbindings/node_functions.h | 2 +- src/kdbindings/node_operators.h | 2 +- src/kdbindings/property.h | 2 +- src/kdbindings/property_updater.h | 2 +- src/kdbindings/signal.h | 2 +- src/kdbindings/utils.h | 2 +- tests/CMakeLists.txt | 2 +- tests/binding/CMakeLists.txt | 2 +- tests/binding/tst_binding.cpp | 2 +- tests/node/CMakeLists.txt | 2 +- tests/node/tst_node.cpp | 2 +- tests/property/CMakeLists.txt | 2 +- tests/property/tst_property.cpp | 2 +- tests/signal/CMakeLists.txt | 2 +- tests/signal/tst_signal.cpp | 2 +- tests/utils/CMakeLists.txt | 2 +- tests/utils/tst_gen_index_array.cpp | 2 +- tests/utils/tst_get_arity.cpp | 2 +- tests/utils/tst_utils_main.cpp | 2 +- 45 files changed, 46 insertions(+), 46 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index 90f49e6..319a087 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -4,12 +4,12 @@ Upstream-Contact: Source: https://www.github.com/KDAB/KDBindings Files: *.json *.html *.md docs/api/Doxyfile.cmake docs/api/mkdocs/mkdocs.yml docs/api/mkdocs/docs/stylesheets/kdab.css -Copyright: 2020-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +Copyright: 2020-2023 Klarälvdalens Datakonsult AB, a KDAB Group company License: MIT #artwork Files: docs/api/*.png docs/api/mkdocs/docs/assets/*.svg -Copyright: 2001-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +Copyright: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company License: MIT #3rdparty cmake diff --git a/CMakeLists.txt b/CMakeLists.txt index 9591210..0624d21 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Sean Harmer # # SPDX-License-Identifier: MIT diff --git a/cmake/KDBindingsConfig.cmake.in b/cmake/KDBindingsConfig.cmake.in index ae4f1cd..1e73d6c 100644 --- a/cmake/KDBindingsConfig.cmake.in +++ b/cmake/KDBindingsConfig.cmake.in @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Juan Casafranca # # SPDX-License-Identifier: MIT diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 67c59c2..f42e3eb 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Allen Winter # # SPDX-License-Identifier: MIT diff --git a/docs/api/CMakeLists.txt b/docs/api/CMakeLists.txt index 1dbd815..8f4cd98 100644 --- a/docs/api/CMakeLists.txt +++ b/docs/api/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Allen Winter # # SPDX-License-Identifier: MIT diff --git a/docs/api/mkdocs/mkdocs.yml.cmake b/docs/api/mkdocs/mkdocs.yml.cmake index d62cbe8..74033b0 100644 --- a/docs/api/mkdocs/mkdocs.yml.cmake +++ b/docs/api/mkdocs/mkdocs.yml.cmake @@ -18,7 +18,7 @@ theme: text: 'Open Sans' favicon: assets/assets_logo_tree.svg logo: assets/transparentWhiteKDAB.svg -copyright: "Copyright © 2020-2022 Klarälvdalens Datakonsult AB (KDAB)
The Qt, C++ and OpenGL Experts
https://www.kdab.com/" +copyright: "Copyright © 2020-2023 Klarälvdalens Datakonsult AB (KDAB)
The Qt, C++ and OpenGL Experts
https://www.kdab.com/" extra: # Disabling the generator notice is currently a # Insiders only feature. diff --git a/examples/01-simple-connection/CMakeLists.txt b/examples/01-simple-connection/CMakeLists.txt index e055d7f..3fd6c5e 100644 --- a/examples/01-simple-connection/CMakeLists.txt +++ b/examples/01-simple-connection/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Sean Harmer # # SPDX-License-Identifier: MIT diff --git a/examples/01-simple-connection/main.cpp b/examples/01-simple-connection/main.cpp index c433e5c..2b3d329 100644 --- a/examples/01-simple-connection/main.cpp +++ b/examples/01-simple-connection/main.cpp @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/examples/02-signal-member/CMakeLists.txt b/examples/02-signal-member/CMakeLists.txt index 55dc59f..aa9873e 100644 --- a/examples/02-signal-member/CMakeLists.txt +++ b/examples/02-signal-member/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Sean Harmer # # SPDX-License-Identifier: MIT diff --git a/examples/02-signal-member/main.cpp b/examples/02-signal-member/main.cpp index eb6ba67..b816cdc 100644 --- a/examples/02-signal-member/main.cpp +++ b/examples/02-signal-member/main.cpp @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/examples/03-member-arguments/CMakeLists.txt b/examples/03-member-arguments/CMakeLists.txt index 71c8772..612ce31 100644 --- a/examples/03-member-arguments/CMakeLists.txt +++ b/examples/03-member-arguments/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Sean Harmer # # SPDX-License-Identifier: MIT diff --git a/examples/03-member-arguments/main.cpp b/examples/03-member-arguments/main.cpp index 56f87e8..847199f 100644 --- a/examples/03-member-arguments/main.cpp +++ b/examples/03-member-arguments/main.cpp @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/examples/04-simple-property/CMakeLists.txt b/examples/04-simple-property/CMakeLists.txt index 6dccbdd..a205e48 100644 --- a/examples/04-simple-property/CMakeLists.txt +++ b/examples/04-simple-property/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Sean Harmer # # SPDX-License-Identifier: MIT diff --git a/examples/04-simple-property/main.cpp b/examples/04-simple-property/main.cpp index ef58ffd..8f89519 100644 --- a/examples/04-simple-property/main.cpp +++ b/examples/04-simple-property/main.cpp @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/examples/05-property-bindings/CMakeLists.txt b/examples/05-property-bindings/CMakeLists.txt index b90cc32..832fed9 100644 --- a/examples/05-property-bindings/CMakeLists.txt +++ b/examples/05-property-bindings/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Sean Harmer # # SPDX-License-Identifier: MIT diff --git a/examples/05-property-bindings/main.cpp b/examples/05-property-bindings/main.cpp index 217a3eb..1e863b5 100644 --- a/examples/05-property-bindings/main.cpp +++ b/examples/05-property-bindings/main.cpp @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/examples/06-lazy-property-bindings/CMakeLists.txt b/examples/06-lazy-property-bindings/CMakeLists.txt index 95353a4..66b887f 100644 --- a/examples/06-lazy-property-bindings/CMakeLists.txt +++ b/examples/06-lazy-property-bindings/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Sean Harmer # # SPDX-License-Identifier: MIT diff --git a/examples/06-lazy-property-bindings/main.cpp b/examples/06-lazy-property-bindings/main.cpp index c4c70e7..980e286 100644 --- a/examples/06-lazy-property-bindings/main.cpp +++ b/examples/06-lazy-property-bindings/main.cpp @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/examples/07-advanced-connections/CMakeLists.txt b/examples/07-advanced-connections/CMakeLists.txt index 89f6495..53849b5 100644 --- a/examples/07-advanced-connections/CMakeLists.txt +++ b/examples/07-advanced-connections/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Leon Matthes # # SPDX-License-Identifier: MIT diff --git a/examples/07-advanced-connections/main.cpp b/examples/07-advanced-connections/main.cpp index 82e0dc5..71f1463 100644 --- a/examples/07-advanced-connections/main.cpp +++ b/examples/07-advanced-connections/main.cpp @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Leon Matthes SPDX-License-Identifier: MIT diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index b3d4c7f..63a44d7 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Sean Harmer # # SPDX-License-Identifier: MIT diff --git a/src/kdbindings/CMakeLists.txt b/src/kdbindings/CMakeLists.txt index 10cb6cb..83c2080 100644 --- a/src/kdbindings/CMakeLists.txt +++ b/src/kdbindings/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Sean Harmer # # SPDX-License-Identifier: MIT diff --git a/src/kdbindings/binding.h b/src/kdbindings/binding.h index ae8a037..e99eabc 100644 --- a/src/kdbindings/binding.h +++ b/src/kdbindings/binding.h @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/src/kdbindings/binding_evaluator.h b/src/kdbindings/binding_evaluator.h index e73a5c4..fdcf328 100644 --- a/src/kdbindings/binding_evaluator.h +++ b/src/kdbindings/binding_evaluator.h @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/src/kdbindings/make_node.h b/src/kdbindings/make_node.h index f897b33..e8053ee 100644 --- a/src/kdbindings/make_node.h +++ b/src/kdbindings/make_node.h @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/src/kdbindings/node.h b/src/kdbindings/node.h index 7d12224..2b69a3c 100644 --- a/src/kdbindings/node.h +++ b/src/kdbindings/node.h @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/src/kdbindings/node_functions.h b/src/kdbindings/node_functions.h index e625129..a8bcfdd 100644 --- a/src/kdbindings/node_functions.h +++ b/src/kdbindings/node_functions.h @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/src/kdbindings/node_operators.h b/src/kdbindings/node_operators.h index 7bd3fc9..e79ae68 100644 --- a/src/kdbindings/node_operators.h +++ b/src/kdbindings/node_operators.h @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/src/kdbindings/property.h b/src/kdbindings/property.h index a707c18..682adf4 100644 --- a/src/kdbindings/property.h +++ b/src/kdbindings/property.h @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/src/kdbindings/property_updater.h b/src/kdbindings/property_updater.h index bef2632..8aeb014 100644 --- a/src/kdbindings/property_updater.h +++ b/src/kdbindings/property_updater.h @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/src/kdbindings/signal.h b/src/kdbindings/signal.h index aeddcab..df21d25 100644 --- a/src/kdbindings/signal.h +++ b/src/kdbindings/signal.h @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/src/kdbindings/utils.h b/src/kdbindings/utils.h index f9ef864..f6c5b07 100644 --- a/src/kdbindings/utils.h +++ b/src/kdbindings/utils.h @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Leon Matthes SPDX-License-Identifier: MIT diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 5e5d085..f63cc00 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Sean Harmer # # SPDX-License-Identifier: MIT diff --git a/tests/binding/CMakeLists.txt b/tests/binding/CMakeLists.txt index 6e09654..34982f3 100644 --- a/tests/binding/CMakeLists.txt +++ b/tests/binding/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Sean Harmer # # SPDX-License-Identifier: MIT diff --git a/tests/binding/tst_binding.cpp b/tests/binding/tst_binding.cpp index ec49ea7..8f6bc8c 100644 --- a/tests/binding/tst_binding.cpp +++ b/tests/binding/tst_binding.cpp @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/tests/node/CMakeLists.txt b/tests/node/CMakeLists.txt index 12ac88c..76d831a 100644 --- a/tests/node/CMakeLists.txt +++ b/tests/node/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Sean Harmer # # SPDX-License-Identifier: MIT diff --git a/tests/node/tst_node.cpp b/tests/node/tst_node.cpp index 0cca955..58c45c8 100644 --- a/tests/node/tst_node.cpp +++ b/tests/node/tst_node.cpp @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/tests/property/CMakeLists.txt b/tests/property/CMakeLists.txt index 2ef2995..6a103e1 100644 --- a/tests/property/CMakeLists.txt +++ b/tests/property/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Sean Harmer # # SPDX-License-Identifier: MIT diff --git a/tests/property/tst_property.cpp b/tests/property/tst_property.cpp index b277445..3bf31be 100644 --- a/tests/property/tst_property.cpp +++ b/tests/property/tst_property.cpp @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/tests/signal/CMakeLists.txt b/tests/signal/CMakeLists.txt index 92d6171..3c4061d 100644 --- a/tests/signal/CMakeLists.txt +++ b/tests/signal/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Sean Harmer # # SPDX-License-Identifier: MIT diff --git a/tests/signal/tst_signal.cpp b/tests/signal/tst_signal.cpp index 534a7a6..52066d0 100644 --- a/tests/signal/tst_signal.cpp +++ b/tests/signal/tst_signal.cpp @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT diff --git a/tests/utils/CMakeLists.txt b/tests/utils/CMakeLists.txt index 66e71e2..796561c 100644 --- a/tests/utils/CMakeLists.txt +++ b/tests/utils/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Leon Matthes # # SPDX-License-Identifier: MIT diff --git a/tests/utils/tst_gen_index_array.cpp b/tests/utils/tst_gen_index_array.cpp index 4f570c4..4f9ea8b 100644 --- a/tests/utils/tst_gen_index_array.cpp +++ b/tests/utils/tst_gen_index_array.cpp @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Leon Matthes SPDX-License-Identifier: MIT diff --git a/tests/utils/tst_get_arity.cpp b/tests/utils/tst_get_arity.cpp index 21ce4fc..9768063 100644 --- a/tests/utils/tst_get_arity.cpp +++ b/tests/utils/tst_get_arity.cpp @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Leon Matthes SPDX-License-Identifier: MIT diff --git a/tests/utils/tst_utils_main.cpp b/tests/utils/tst_utils_main.cpp index 6ec5251..d7aaf79 100644 --- a/tests/utils/tst_utils_main.cpp +++ b/tests/utils/tst_utils_main.cpp @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Leon Matthes SPDX-License-Identifier: MIT