From 8a2f427c94e1059ec19f3cf8b9a583a3a1637793 Mon Sep 17 00:00:00 2001
From: Tim Kaune <tim.kaune@gmx.de>
Date: Wed, 19 Mar 2025 09:47:03 +0100
Subject: [PATCH] Update copyright notice

---
 CMakeLists.txt                                             | 2 +-
 LICENSE                                                    | 2 +-
 README.md                                                  | 2 +-
 cmake/HandlePolicies.cmake                                 | 2 +-
 packaging/CMakeLists.txt                                   | 2 +-
 packaging/LoadStaticSharedTargetsConfig.cmake.in           | 2 +-
 src/CMakeLists.txt                                         | 2 +-
 src/cmake/CMakeLists.txt                                   | 2 +-
 src/cmake/LoadStaticSharedTargets.cmake                    | 2 +-
 tests/CMakeLists.txt                                       | 2 +-
 tests/common-failures_test-case-01.cmake                   | 2 +-
 tests/common-failures_test-case-02.cmake                   | 2 +-
 tests/helpers/assertions.cmake                             | 2 +-
 tests/helpers/test_case_wrapper.cmake                      | 2 +-
 tests/helpers/testee_macro_wrapper.cmake                   | 2 +-
 tests/include-requested-by-common-flag_test-case-01.cmake  | 2 +-
 tests/include-requested-by-common-flag_test-case-02.cmake  | 2 +-
 tests/include-requested-by-common-flag_test-case-03.cmake  | 2 +-
 tests/include-requested-by-common-flag_test-case-04.cmake  | 2 +-
 tests/include-requested-by-common-flag_test-case-05.cmake  | 2 +-
 tests/include-requested-by-common-flag_test-case-06.cmake  | 2 +-
 tests/include-requested-by-common-flag_test-case-07.cmake  | 2 +-
 tests/include-requested-by-common-flag_test-case-08.cmake  | 2 +-
 tests/include-requested-by-common-flag_test-case-09.cmake  | 2 +-
 tests/include-requested-by-common-flag_test-case-10.cmake  | 2 +-
 tests/include-requested-by-common-flag_test-case-11.cmake  | 2 +-
 tests/include-requested-by-common-flag_test-case-12.cmake  | 2 +-
 tests/include-requested-by-component_test-case-01.cmake    | 2 +-
 tests/include-requested-by-component_test-case-02.cmake    | 2 +-
 tests/include-requested-by-component_test-case-03.cmake    | 2 +-
 tests/include-requested-by-component_test-case-04.cmake    | 2 +-
 tests/include-requested-by-component_test-case-05.cmake    | 2 +-
 tests/include-requested-by-component_test-case-06.cmake    | 2 +-
 tests/include-requested-by-component_test-case-07.cmake    | 2 +-
 tests/include-requested-by-component_test-case-08.cmake    | 2 +-
 tests/include-requested-by-package-flag_test-case-01.cmake | 2 +-
 tests/include-requested-by-package-flag_test-case-02.cmake | 2 +-
 tests/include-requested-by-package-flag_test-case-03.cmake | 2 +-
 tests/include-requested-by-package-flag_test-case-04.cmake | 2 +-
 tests/include-requested-by-package-flag_test-case-05.cmake | 2 +-
 tests/include-requested-by-package-flag_test-case-06.cmake | 2 +-
 tests/include-requested-by-package-flag_test-case-07.cmake | 2 +-
 tests/include-requested-by-package-flag_test-case-08.cmake | 2 +-
 43 files changed, 43 insertions(+), 43 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 98dd566..c613328 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/LICENSE b/LICENSE
index 2dbd33a..3a4881d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/README.md b/README.md
index 4cd07eb..08b0b99 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/cmake/HandlePolicies.cmake b/cmake/HandlePolicies.cmake
index 0fb9a23..c1d5f15 100644
--- a/cmake/HandlePolicies.cmake
+++ b/cmake/HandlePolicies.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/packaging/CMakeLists.txt b/packaging/CMakeLists.txt
index 59da3e5..68567da 100644
--- a/packaging/CMakeLists.txt
+++ b/packaging/CMakeLists.txt
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/packaging/LoadStaticSharedTargetsConfig.cmake.in b/packaging/LoadStaticSharedTargetsConfig.cmake.in
index cf0a8f6..cca8939 100644
--- a/packaging/LoadStaticSharedTargetsConfig.cmake.in
+++ b/packaging/LoadStaticSharedTargetsConfig.cmake.in
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/src/CMakeLists.txt b/src/CMakeLists.txt
index 728c97b..4cd9d9f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/src/cmake/CMakeLists.txt b/src/cmake/CMakeLists.txt
index e93c1d5..705ece0 100644
--- a/src/cmake/CMakeLists.txt
+++ b/src/cmake/CMakeLists.txt
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/src/cmake/LoadStaticSharedTargets.cmake b/src/cmake/LoadStaticSharedTargets.cmake
index 3b9effb..acc40bf 100644
--- a/src/cmake/LoadStaticSharedTargets.cmake
+++ b/src/cmake/LoadStaticSharedTargets.cmake
@@ -1,7 +1,7 @@
 #[[
 MIT License
 
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 7fb6d78..3c47a7f 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/common-failures_test-case-01.cmake b/tests/common-failures_test-case-01.cmake
index e2a599f..7d5b9db 100644
--- a/tests/common-failures_test-case-01.cmake
+++ b/tests/common-failures_test-case-01.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/common-failures_test-case-02.cmake b/tests/common-failures_test-case-02.cmake
index fe04ea6..b2b88c5 100644
--- a/tests/common-failures_test-case-02.cmake
+++ b/tests/common-failures_test-case-02.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/helpers/assertions.cmake b/tests/helpers/assertions.cmake
index 593123c..86b35c1 100644
--- a/tests/helpers/assertions.cmake
+++ b/tests/helpers/assertions.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/helpers/test_case_wrapper.cmake b/tests/helpers/test_case_wrapper.cmake
index 53c695b..6e2bfd2 100644
--- a/tests/helpers/test_case_wrapper.cmake
+++ b/tests/helpers/test_case_wrapper.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/helpers/testee_macro_wrapper.cmake b/tests/helpers/testee_macro_wrapper.cmake
index 6b699ad..138db37 100644
--- a/tests/helpers/testee_macro_wrapper.cmake
+++ b/tests/helpers/testee_macro_wrapper.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-common-flag_test-case-01.cmake b/tests/include-requested-by-common-flag_test-case-01.cmake
index 45b072f..55ca05a 100644
--- a/tests/include-requested-by-common-flag_test-case-01.cmake
+++ b/tests/include-requested-by-common-flag_test-case-01.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-common-flag_test-case-02.cmake b/tests/include-requested-by-common-flag_test-case-02.cmake
index a764fc0..8c887e4 100644
--- a/tests/include-requested-by-common-flag_test-case-02.cmake
+++ b/tests/include-requested-by-common-flag_test-case-02.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-common-flag_test-case-03.cmake b/tests/include-requested-by-common-flag_test-case-03.cmake
index 3313f0f..d7dbcc2 100644
--- a/tests/include-requested-by-common-flag_test-case-03.cmake
+++ b/tests/include-requested-by-common-flag_test-case-03.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-common-flag_test-case-04.cmake b/tests/include-requested-by-common-flag_test-case-04.cmake
index b741b23..835f967 100644
--- a/tests/include-requested-by-common-flag_test-case-04.cmake
+++ b/tests/include-requested-by-common-flag_test-case-04.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-common-flag_test-case-05.cmake b/tests/include-requested-by-common-flag_test-case-05.cmake
index 26699be..68f5878 100644
--- a/tests/include-requested-by-common-flag_test-case-05.cmake
+++ b/tests/include-requested-by-common-flag_test-case-05.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-common-flag_test-case-06.cmake b/tests/include-requested-by-common-flag_test-case-06.cmake
index 76d3355..2258c1f 100644
--- a/tests/include-requested-by-common-flag_test-case-06.cmake
+++ b/tests/include-requested-by-common-flag_test-case-06.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-common-flag_test-case-07.cmake b/tests/include-requested-by-common-flag_test-case-07.cmake
index 8a3f19f..2c789bf 100644
--- a/tests/include-requested-by-common-flag_test-case-07.cmake
+++ b/tests/include-requested-by-common-flag_test-case-07.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-common-flag_test-case-08.cmake b/tests/include-requested-by-common-flag_test-case-08.cmake
index f5a8e55..bccbc61 100644
--- a/tests/include-requested-by-common-flag_test-case-08.cmake
+++ b/tests/include-requested-by-common-flag_test-case-08.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-common-flag_test-case-09.cmake b/tests/include-requested-by-common-flag_test-case-09.cmake
index 286ce23..fb33af5 100644
--- a/tests/include-requested-by-common-flag_test-case-09.cmake
+++ b/tests/include-requested-by-common-flag_test-case-09.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-common-flag_test-case-10.cmake b/tests/include-requested-by-common-flag_test-case-10.cmake
index 6496963..bde8e90 100644
--- a/tests/include-requested-by-common-flag_test-case-10.cmake
+++ b/tests/include-requested-by-common-flag_test-case-10.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-common-flag_test-case-11.cmake b/tests/include-requested-by-common-flag_test-case-11.cmake
index d1b4332..23d2256 100644
--- a/tests/include-requested-by-common-flag_test-case-11.cmake
+++ b/tests/include-requested-by-common-flag_test-case-11.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-common-flag_test-case-12.cmake b/tests/include-requested-by-common-flag_test-case-12.cmake
index a6d98c7..8b451e2 100644
--- a/tests/include-requested-by-common-flag_test-case-12.cmake
+++ b/tests/include-requested-by-common-flag_test-case-12.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-component_test-case-01.cmake b/tests/include-requested-by-component_test-case-01.cmake
index 027ef99..d518299 100644
--- a/tests/include-requested-by-component_test-case-01.cmake
+++ b/tests/include-requested-by-component_test-case-01.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-component_test-case-02.cmake b/tests/include-requested-by-component_test-case-02.cmake
index 314e7e6..92b36fd 100644
--- a/tests/include-requested-by-component_test-case-02.cmake
+++ b/tests/include-requested-by-component_test-case-02.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-component_test-case-03.cmake b/tests/include-requested-by-component_test-case-03.cmake
index 4f49622..704188a 100644
--- a/tests/include-requested-by-component_test-case-03.cmake
+++ b/tests/include-requested-by-component_test-case-03.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-component_test-case-04.cmake b/tests/include-requested-by-component_test-case-04.cmake
index 2ec94ff..faf02a9 100644
--- a/tests/include-requested-by-component_test-case-04.cmake
+++ b/tests/include-requested-by-component_test-case-04.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-component_test-case-05.cmake b/tests/include-requested-by-component_test-case-05.cmake
index 4c83ca2..4dc801e 100644
--- a/tests/include-requested-by-component_test-case-05.cmake
+++ b/tests/include-requested-by-component_test-case-05.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-component_test-case-06.cmake b/tests/include-requested-by-component_test-case-06.cmake
index 961c96b..a5a9f0c 100644
--- a/tests/include-requested-by-component_test-case-06.cmake
+++ b/tests/include-requested-by-component_test-case-06.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-component_test-case-07.cmake b/tests/include-requested-by-component_test-case-07.cmake
index ef01040..3105c61 100644
--- a/tests/include-requested-by-component_test-case-07.cmake
+++ b/tests/include-requested-by-component_test-case-07.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-component_test-case-08.cmake b/tests/include-requested-by-component_test-case-08.cmake
index 7ac60b1..e1d4c19 100644
--- a/tests/include-requested-by-component_test-case-08.cmake
+++ b/tests/include-requested-by-component_test-case-08.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-package-flag_test-case-01.cmake b/tests/include-requested-by-package-flag_test-case-01.cmake
index b297212..d667dda 100644
--- a/tests/include-requested-by-package-flag_test-case-01.cmake
+++ b/tests/include-requested-by-package-flag_test-case-01.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-package-flag_test-case-02.cmake b/tests/include-requested-by-package-flag_test-case-02.cmake
index a1a125f..9ae792e 100644
--- a/tests/include-requested-by-package-flag_test-case-02.cmake
+++ b/tests/include-requested-by-package-flag_test-case-02.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-package-flag_test-case-03.cmake b/tests/include-requested-by-package-flag_test-case-03.cmake
index a2393c3..d29e026 100644
--- a/tests/include-requested-by-package-flag_test-case-03.cmake
+++ b/tests/include-requested-by-package-flag_test-case-03.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-package-flag_test-case-04.cmake b/tests/include-requested-by-package-flag_test-case-04.cmake
index ac29bb9..268891c 100644
--- a/tests/include-requested-by-package-flag_test-case-04.cmake
+++ b/tests/include-requested-by-package-flag_test-case-04.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-package-flag_test-case-05.cmake b/tests/include-requested-by-package-flag_test-case-05.cmake
index a659a72..2007b14 100644
--- a/tests/include-requested-by-package-flag_test-case-05.cmake
+++ b/tests/include-requested-by-package-flag_test-case-05.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-package-flag_test-case-06.cmake b/tests/include-requested-by-package-flag_test-case-06.cmake
index fec8ea6..a461fc3 100644
--- a/tests/include-requested-by-package-flag_test-case-06.cmake
+++ b/tests/include-requested-by-package-flag_test-case-06.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-package-flag_test-case-07.cmake b/tests/include-requested-by-package-flag_test-case-07.cmake
index 66f713a..5247d80 100644
--- a/tests/include-requested-by-package-flag_test-case-07.cmake
+++ b/tests/include-requested-by-package-flag_test-case-07.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 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/tests/include-requested-by-package-flag_test-case-08.cmake b/tests/include-requested-by-package-flag_test-case-08.cmake
index 0615f36..8b4d6f6 100644
--- a/tests/include-requested-by-package-flag_test-case-08.cmake
+++ b/tests/include-requested-by-package-flag_test-case-08.cmake
@@ -2,7 +2,7 @@
 MIT License
 
 CMake build script for LoadStaticSharedTargets module
-Copyright (c) 2024 Tim Kaune
+Copyright (c) 2025 Tim Kaune
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
-- 
GitLab