diff --git a/CMakeLists.txt b/CMakeLists.txt
index 98dd5667fe3b1e731e2355d038e4a1e3b9bb1085..c613328fec6a34efcc91b13b3e274849f206e568 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 2dbd33aff30af547ad95313473d1a4df0dac6c5e..3a4881d070cf900aa558b5adbfe8cc571edfa6ba 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 4cd07eb86c3d6f39bacaa8f58181f8bd79e3f4eb..08b0b99937ec7cb800d78c33341946a849767bf8 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 0fb9a23ce0e52ef616d706fea0a36fccec2fedc1..c1d5f15dbdaf4de6f078f7d0c3c5f5f194bf8fb1 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 59da3e57bf8578710bfec707504265c23315a896..68567da37c934479243772a3e81ad3b793953077 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 cf0a8f67203264d95a3f7109ce84cd9ebc59092e..cca8939d2565d8f059b04f17e030efc42eb2d29e 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 728c97b5e8fde2896e5e6331805f4fa56c8b176f..4cd9d9ff190ee37781eec95de2ba4c01e179acd4 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 e93c1d5396b9388d8734a9f089d00bdb45c6378d..705ece0f82fd71b19c56eb3e72666d330be41505 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 3b9effb1db9805cd0644432a16c13480a60f5486..acc40bf378b4b921591fcb96460eff9b0f3c92f1 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 7fb6d78b55dc100e9cd605399ecc8d864a4126a0..3c47a7f17e1b5f9384c9ed661c2ceafe3c11bbfd 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 e2a599fa6a95328f371c8e1550094733d37fd6b8..7d5b9db629c8955dabf8f3d26b16ab5e6e402e33 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 fe04ea607423aaaa0647891617771128f280e66c..b2b88c52707fb13b78a130d68b27bf11c2c5f2bf 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 593123cffb8e393a65c99cd1821f24f269688d93..86b35c1cf19c0e82bda641b470b6e48900be3896 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 53c695bbef43f2e309bff189deb4e64827dc15f4..6e2bfd23abf719207e6c4f1ad8115cc746500aec 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 6b699ad3a22f61cca3b5a8bcb299a60c5ef530a8..138db376c9d3125e3d6490acbb203a854973c182 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 45b072f2bde4aa9dd773481316e4e62042fbe076..55ca05a92c428d1a84f35579ffb56ea50301d31e 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 a764fc0a0f0a9deb4c1a7f0608e8902c596347bf..8c887e4d96b067baaae37af5933f41e7f8b00cdd 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 3313f0f5a006d88c4c437ec903a6ff00ae0e5a04..d7dbcc258a6ad66209db6f001620e4f0aff37840 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 b741b23473b457e51385215bb858334716a3133e..835f96726908898d826dcc1d3bfe19fd93c531c3 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 26699bec3dfbf63def87d15726dffacfc8daff7c..68f58788f445e51550af14bb4d6a012e76024720 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 76d33557c74b79c21ce281c2faf7fdf47909f6fa..2258c1f91f7d2b681302a7c961c651ff18a40cf0 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 8a3f19f8df73e4826b047f3fdec547efe186189b..2c789bfafd7e96a05f624a7eeee938a66047fc71 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 f5a8e5577ec29d4cbc9de4929eac95756cbced85..bccbc61578c4a0de8db5c7ae7b3424c977c67c4f 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 286ce232dfb9aef997d7426700fcda6d09fea15a..fb33af5bcb2d9ab7ca6e24f062da07658ca0a4fd 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 64969633f82d464b26b1d150b595c0d6612c7f2d..bde8e907ce3e6ed8c18e76a30adcdf01d6a462a8 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 d1b4332994f8f9100602adbce149896e2f43c505..23d2256d0ba5f881a8aaa5f14a4d08e08ca87dc3 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 a6d98c71144622292af54ec7073f7b6043dfa659..8b451e213d2948d27b3d1f2f1dcba71ad00a30b9 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 027ef99df6807ba70996135f7cd6800489b30bb3..d5182996e31d01513e3aac2d07245fb922b01dfe 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 314e7e6152486b85aeeb7f93124f210b9e0cd5d9..92b36fd6ae481b20d4456e136b0fb9fbe00234dc 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 4f49622f0dab759329b385134de303ece4f583f5..704188a10038fa803a94ed795e2bb05d18e3f1d6 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 2ec94ff9d0050ecc27b14f934acd80140e735998..faf02a9000ffdcf7d4c362974c678fbe7e2076d7 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 4c83ca2f7603e06a082623c6b45ec8f44731044d..4dc801e39d2781d001ef2e0694cc8ea071d744d7 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 961c96ba2612eb244f58e8a0bd76ca9cf8b6e0e8..a5a9f0c6ad409cf100a730fd56dcbb8089ae96d9 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 ef010408f1cf5e261c75c25c2bacf88737c4c182..3105c6164deae1af95f05998644ec16a259876c0 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 7ac60b1bce5b5024c4e4d6780edef759a7f4f619..e1d4c19f6f912bcedcb0e7910dfc0a1073e0e8e9 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 b2972129cd4bd993702a5bf80348cbbeed3d92a4..d667dda58de22c33ef9348f33ab74309941bd320 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 a1a125f2f0a4f315899c62f9131b3f182ac252c0..9ae792e57c0824a62f2967d7a533b8d607d93ac3 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 a2393c3ef406165cf29fed0a9311e3588b89c922..d29e0268af195c8eeeb7fb7f530489f5c308e1e7 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 ac29bb9da7634f78adb90a1393221daca6c48fec..268891cc4290a1005d4b096a39bf5080f029506f 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 a659a726497430b40f9b4b7e6fe3b92cba19cf97..2007b148efacc596e15e2e362ed86ba781cb773d 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 fec8ea6c0d3f9a0cb55cd5d0c3096b0fda5018f3..a461fc3e1e96d8d20e6a4b2a9d9d25f052a1eb50 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 66f713aec1363bb6427fa84ccad7ac19c85fdb71..5247d80055b04d90600167c6ab637bd8db828c74 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 0615f36118f5908ed5c88880a4155dd8cc1aca26..8b4d6f67fc65a3a1269cea7bdaf57b8eb57860b7 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