diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7c03137..492b5ac 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2020-2023 QuasarApp.
+# Copyright (C) 2020-2024 QuasarApp.
 # Distributed under the GPLv3 software license, see the accompanying
 # Everyone is permitted to copy and distribute verbatim copies
 # of this license document, but changing it is not allowed.
diff --git a/src/CQtDeployer/CMakeLists.txt b/src/CQtDeployer/CMakeLists.txt
index 2d37a58..527927c 100644
--- a/src/CQtDeployer/CMakeLists.txt
+++ b/src/CQtDeployer/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2021-2023 QuasarApp.
+# Copyright (C) 2021-2024 QuasarApp.
 # Distributed under the GPLv3 software license, see the accompanying
 # Everyone is permitted to copy and distribute verbatim copies
 # of this license document, but changing it is not allowed.
@@ -122,5 +122,5 @@ if (UNIX)
         add_dependencies(snapcraft${CURRENT_PROJECT} "deploy${CURRENT_PROJECT}Single")
     endif()
 
-    addReleaseSnap(${CURRENT_PROJECT})
+    addReleaseSnap(${CURRENT_PROJECT} latest/edge)
 endif()
diff --git a/src/CQtDeployer/Deploy/snapcraft.yaml.in b/src/CQtDeployer/Deploy/snapcraft.yaml.in
index e7102e0..823edeb 100644
--- a/src/CQtDeployer/Deploy/snapcraft.yaml.in
+++ b/src/CQtDeployer/Deploy/snapcraft.yaml.in
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2018-2023 QuasarApp.
+# Copyright (C) 2018-2024 QuasarApp.
 # Distributed under the lgplv3 software license, see the accompanying
 # Everyone is permitted to copy and distribute verbatim copies
 # of this license document, but changing it is not allowed.
diff --git a/src/CQtDeployer/main.cpp b/src/CQtDeployer/main.cpp
index 2875833..aade558 100644
--- a/src/CQtDeployer/main.cpp
+++ b/src/CQtDeployer/main.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/CMakeLists.txt b/src/Deploy/CMakeLists.txt
index 958fbea..99c71ca 100644
--- a/src/Deploy/CMakeLists.txt
+++ b/src/Deploy/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2020-2023 QuasarApp.
+# Copyright (C) 2020-2024 QuasarApp.
 # Distributed under the GPLv3 software license, see the accompanying
 # Everyone is permitted to copy and distribute verbatim copies
 # of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/configparser.cpp b/src/Deploy/src/configparser.cpp
index 6abd29c..258ea18 100644
--- a/src/Deploy/src/configparser.cpp
+++ b/src/Deploy/src/configparser.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/configparser.h b/src/Deploy/src/configparser.h
index 2c6dd6d..8a2bacb 100644
--- a/src/Deploy/src/configparser.h
+++ b/src/Deploy/src/configparser.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/defines.h b/src/Deploy/src/defines.h
index ba567de..1fdd0b3 100644
--- a/src/Deploy/src/defines.h
+++ b/src/Deploy/src/defines.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/dependenciesscanner.cpp b/src/Deploy/src/dependenciesscanner.cpp
index c0b2e1d..30fe0d6 100644
--- a/src/Deploy/src/dependenciesscanner.cpp
+++ b/src/Deploy/src/dependenciesscanner.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/dependenciesscanner.h b/src/Deploy/src/dependenciesscanner.h
index 76019b6..d6b79f7 100644
--- a/src/Deploy/src/dependenciesscanner.h
+++ b/src/Deploy/src/dependenciesscanner.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/dependencymap.cpp b/src/Deploy/src/dependencymap.cpp
index dba479e..d90e2c0 100644
--- a/src/Deploy/src/dependencymap.cpp
+++ b/src/Deploy/src/dependencymap.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/dependencymap.h b/src/Deploy/src/dependencymap.h
index 9878950..c1c51c8 100644
--- a/src/Deploy/src/dependencymap.h
+++ b/src/Deploy/src/dependencymap.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/deploy.cpp b/src/Deploy/src/deploy.cpp
index 91a6c14..adaff6e 100644
--- a/src/Deploy/src/deploy.cpp
+++ b/src/Deploy/src/deploy.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/deploy.h b/src/Deploy/src/deploy.h
index 64af554..2b38c16 100644
--- a/src/Deploy/src/deploy.h
+++ b/src/Deploy/src/deploy.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/deploy_global.h.in b/src/Deploy/src/deploy_global.h.in
index f1c8e11..f0acba9 100644
--- a/src/Deploy/src/deploy_global.h.in
+++ b/src/Deploy/src/deploy_global.h.in
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/deployconfig.cpp b/src/Deploy/src/deployconfig.cpp
index 4f39b69..944dad6 100644
--- a/src/Deploy/src/deployconfig.cpp
+++ b/src/Deploy/src/deployconfig.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/deployconfig.h b/src/Deploy/src/deployconfig.h
index 1930c75..a6876b5 100644
--- a/src/Deploy/src/deployconfig.h
+++ b/src/Deploy/src/deployconfig.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/deploycore.cpp b/src/Deploy/src/deploycore.cpp
index e9802ee..73db8df 100644
--- a/src/Deploy/src/deploycore.cpp
+++ b/src/Deploy/src/deploycore.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/deploycore.h b/src/Deploy/src/deploycore.h
index 5547b4a..41f843d 100644
--- a/src/Deploy/src/deploycore.h
+++ b/src/Deploy/src/deploycore.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/distromodule.cpp b/src/Deploy/src/distromodule.cpp
index aaff833..37e54ea 100644
--- a/src/Deploy/src/distromodule.cpp
+++ b/src/Deploy/src/distromodule.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/distromodule.h b/src/Deploy/src/distromodule.h
index 4d68d8b..5afe0ac 100644
--- a/src/Deploy/src/distromodule.h
+++ b/src/Deploy/src/distromodule.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/distrostruct.cpp b/src/Deploy/src/distrostruct.cpp
index f3c5a1f..398f278 100644
--- a/src/Deploy/src/distrostruct.cpp
+++ b/src/Deploy/src/distrostruct.cpp
@@ -1,6 +1,6 @@
 
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/distrostruct.h b/src/Deploy/src/distrostruct.h
index 345d3fa..413154e 100644
--- a/src/Deploy/src/distrostruct.h
+++ b/src/Deploy/src/distrostruct.h
@@ -1,6 +1,6 @@
 
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/elf_type.cpp b/src/Deploy/src/elf_type.cpp
index 26448cd..95a08aa 100644
--- a/src/Deploy/src/elf_type.cpp
+++ b/src/Deploy/src/elf_type.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/elf_type.h b/src/Deploy/src/elf_type.h
index 65d9497..51542d5 100644
--- a/src/Deploy/src/elf_type.h
+++ b/src/Deploy/src/elf_type.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/envirement.cpp b/src/Deploy/src/envirement.cpp
index c079126..82aa81d 100644
--- a/src/Deploy/src/envirement.cpp
+++ b/src/Deploy/src/envirement.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/envirement.h b/src/Deploy/src/envirement.h
index 7f3c1da..ec3f07c 100644
--- a/src/Deploy/src/envirement.h
+++ b/src/Deploy/src/envirement.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/extra.cpp b/src/Deploy/src/extra.cpp
index 837b5d7..85be3bf 100644
--- a/src/Deploy/src/extra.cpp
+++ b/src/Deploy/src/extra.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/extra.h b/src/Deploy/src/extra.h
index b42679f..fe295a4 100644
--- a/src/Deploy/src/extra.h
+++ b/src/Deploy/src/extra.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/extracter.cpp b/src/Deploy/src/extracter.cpp
index 873ee0f..73edcb9 100644
--- a/src/Deploy/src/extracter.cpp
+++ b/src/Deploy/src/extracter.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/extracter.h b/src/Deploy/src/extracter.h
index 3db841f..cb87c5e 100644
--- a/src/Deploy/src/extracter.h
+++ b/src/Deploy/src/extracter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/filemanager.cpp b/src/Deploy/src/filemanager.cpp
index 365cb36..d1994f3 100644
--- a/src/Deploy/src/filemanager.cpp
+++ b/src/Deploy/src/filemanager.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/filemanager.h b/src/Deploy/src/filemanager.h
index 67f1e54..0c47896 100644
--- a/src/Deploy/src/filemanager.h
+++ b/src/Deploy/src/filemanager.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/generalfiles_type.cpp b/src/Deploy/src/generalfiles_type.cpp
index ccdd875..5bd0dec 100644
--- a/src/Deploy/src/generalfiles_type.cpp
+++ b/src/Deploy/src/generalfiles_type.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2021-2023 QuasarApp.
+//# Copyright (C) 2021-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/generalfiles_type.h b/src/Deploy/src/generalfiles_type.h
index 46489e4..43ed0f0 100644
--- a/src/Deploy/src/generalfiles_type.h
+++ b/src/Deploy/src/generalfiles_type.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2021-2023 QuasarApp.
+//# Copyright (C) 2021-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/igetlibinfo.h b/src/Deploy/src/igetlibinfo.h
index 4991d8b..2a49d5c 100644
--- a/src/Deploy/src/igetlibinfo.h
+++ b/src/Deploy/src/igetlibinfo.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/ignorerule.cpp b/src/Deploy/src/ignorerule.cpp
index 2ca7f79..8991795 100644
--- a/src/Deploy/src/ignorerule.cpp
+++ b/src/Deploy/src/ignorerule.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/ignorerule.h b/src/Deploy/src/ignorerule.h
index bdd1eab..8317249 100644
--- a/src/Deploy/src/ignorerule.h
+++ b/src/Deploy/src/ignorerule.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/iqml.cpp b/src/Deploy/src/iqml.cpp
index e5c4eea..154c3d4 100644
--- a/src/Deploy/src/iqml.cpp
+++ b/src/Deploy/src/iqml.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2022-2023 QuasarApp.
+//# Copyright (C) 2022-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/iqml.h b/src/Deploy/src/iqml.h
index 9638a7a..eb02b2f 100644
--- a/src/Deploy/src/iqml.h
+++ b/src/Deploy/src/iqml.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2022-2023 QuasarApp.
+//# Copyright (C) 2022-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/libinfo.cpp b/src/Deploy/src/libinfo.cpp
index acef117..e2508dc 100644
--- a/src/Deploy/src/libinfo.cpp
+++ b/src/Deploy/src/libinfo.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/libinfo.h b/src/Deploy/src/libinfo.h
index 87084d7..7d160fd 100644
--- a/src/Deploy/src/libinfo.h
+++ b/src/Deploy/src/libinfo.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/metafilemanager.cpp b/src/Deploy/src/metafilemanager.cpp
index a992991..8c8f50b 100644
--- a/src/Deploy/src/metafilemanager.cpp
+++ b/src/Deploy/src/metafilemanager.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/metafilemanager.h b/src/Deploy/src/metafilemanager.h
index 7e7c80f..04270b0 100644
--- a/src/Deploy/src/metafilemanager.h
+++ b/src/Deploy/src/metafilemanager.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/packagecontrol.cpp b/src/Deploy/src/packagecontrol.cpp
index 795b28a..2419022 100644
--- a/src/Deploy/src/packagecontrol.cpp
+++ b/src/Deploy/src/packagecontrol.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/packagecontrol.h b/src/Deploy/src/packagecontrol.h
index 870cbcc..5fb3c05 100644
--- a/src/Deploy/src/packagecontrol.h
+++ b/src/Deploy/src/packagecontrol.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/packing.cpp b/src/Deploy/src/packing.cpp
index 974a57e..4f68c50 100644
--- a/src/Deploy/src/packing.cpp
+++ b/src/Deploy/src/packing.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/packing.h b/src/Deploy/src/packing.h
index 0ce2632..6822bc9 100644
--- a/src/Deploy/src/packing.h
+++ b/src/Deploy/src/packing.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/pathutils.cpp b/src/Deploy/src/pathutils.cpp
index 2874b3d..f17bf93 100644
--- a/src/Deploy/src/pathutils.cpp
+++ b/src/Deploy/src/pathutils.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/pathutils.h b/src/Deploy/src/pathutils.h
index 62f985c..f3fef7c 100644
--- a/src/Deploy/src/pathutils.h
+++ b/src/Deploy/src/pathutils.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/pe_type.cpp b/src/Deploy/src/pe_type.cpp
index bb4f386..f5c5305 100644
--- a/src/Deploy/src/pe_type.cpp
+++ b/src/Deploy/src/pe_type.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/pe_type.h b/src/Deploy/src/pe_type.h
index e29e246..bbd852f 100644
--- a/src/Deploy/src/pe_type.h
+++ b/src/Deploy/src/pe_type.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/pluginsparser.cpp b/src/Deploy/src/pluginsparser.cpp
index 1c6294e..e3f53b4 100644
--- a/src/Deploy/src/pluginsparser.cpp
+++ b/src/Deploy/src/pluginsparser.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/pluginsparser.h b/src/Deploy/src/pluginsparser.h
index 7e899d3..741d0d1 100644
--- a/src/Deploy/src/pluginsparser.h
+++ b/src/Deploy/src/pluginsparser.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/qmlqt5.cpp b/src/Deploy/src/qmlqt5.cpp
index e7e7aed..d9bae29 100644
--- a/src/Deploy/src/qmlqt5.cpp
+++ b/src/Deploy/src/qmlqt5.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/qmlqt5.h b/src/Deploy/src/qmlqt5.h
index e313bc7..a2628b8 100644
--- a/src/Deploy/src/qmlqt5.h
+++ b/src/Deploy/src/qmlqt5.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/qmlqt6.cpp b/src/Deploy/src/qmlqt6.cpp
index 0de6eac..56c3ec0 100644
--- a/src/Deploy/src/qmlqt6.cpp
+++ b/src/Deploy/src/qmlqt6.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/qmlqt6.h b/src/Deploy/src/qmlqt6.h
index d02d095..d3a66a8 100644
--- a/src/Deploy/src/qmlqt6.h
+++ b/src/Deploy/src/qmlqt6.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/qtdir.cpp b/src/Deploy/src/qtdir.cpp
index 04411fb..8bedec0 100644
--- a/src/Deploy/src/qtdir.cpp
+++ b/src/Deploy/src/qtdir.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/qtdir.h b/src/Deploy/src/qtdir.h
index 48773bb..fd849e8 100644
--- a/src/Deploy/src/qtdir.h
+++ b/src/Deploy/src/qtdir.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/targetdata.h b/src/Deploy/src/targetdata.h
index 6879fa6..4dc4b3e 100644
--- a/src/Deploy/src/targetdata.h
+++ b/src/Deploy/src/targetdata.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/targetinfo.cpp b/src/Deploy/src/targetinfo.cpp
index 261bada..a717354 100644
--- a/src/Deploy/src/targetinfo.cpp
+++ b/src/Deploy/src/targetinfo.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/targetinfo.h b/src/Deploy/src/targetinfo.h
index 7ead627..4825d12 100644
--- a/src/Deploy/src/targetinfo.h
+++ b/src/Deploy/src/targetinfo.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2023 QuasarApp.
+//# Copyright (C) 2018-2024 QuasarApp.
 //# Distributed under the lgplv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/zipcompresser.cpp b/src/Deploy/src/zipcompresser.cpp
index b7ec3cb..605d5f1 100644
--- a/src/Deploy/src/zipcompresser.cpp
+++ b/src/Deploy/src/zipcompresser.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/Deploy/src/zipcompresser.h b/src/Deploy/src/zipcompresser.h
index a5600a0..3da8281 100644
--- a/src/Deploy/src/zipcompresser.h
+++ b/src/Deploy/src/zipcompresser.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/src/QtELFReader/CMakeLists.txt b/src/QtELFReader/CMakeLists.txt
index 7455d2a..9943292 100644
--- a/src/QtELFReader/CMakeLists.txt
+++ b/src/QtELFReader/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2020-2023 QuasarApp.
+# Copyright (C) 2020-2024 QuasarApp.
 # Distributed under the GPLv3 software license, see the accompanying
 # Everyone is permitted to copy and distribute verbatim copies
 # of this license document, but changing it is not allowed.
diff --git a/src/QtELFReader/src/elfreader_global.h.in b/src/QtELFReader/src/elfreader_global.h.in
index ae8118c..f99b227 100644
--- a/src/QtELFReader/src/elfreader_global.h.in
+++ b/src/QtELFReader/src/elfreader_global.h.in
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/submodules/QuasarAppLib b/submodules/QuasarAppLib
index 3b797f9..37fe8a0 160000
--- a/submodules/QuasarAppLib
+++ b/submodules/QuasarAppLib
@@ -1 +1 @@
-Subproject commit 3b797f9a7883bec4083dc8abf6159b0146f313d3
+Subproject commit 37fe8a069b88a1b389868b6556e078e1310e9e95
diff --git a/testcases/CMakeLists.txt b/testcases/CMakeLists.txt
index 8c6d411..03f376d 100644
--- a/testcases/CMakeLists.txt
+++ b/testcases/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2020-2023 QuasarApp.
+# Copyright (C) 2020-2024 QuasarApp.
 # Distributed under the GPLv3 software license, see the accompanying
 # Everyone is permitted to copy and distribute verbatim copies
 # of this license document, but changing it is not allowed.
diff --git a/testcases/TestQMLWidgets/CMakeLists.txt b/testcases/TestQMLWidgets/CMakeLists.txt
index aece481..69bf250 100644
--- a/testcases/TestQMLWidgets/CMakeLists.txt
+++ b/testcases/TestQMLWidgets/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2021-2023 QuasarApp.
+# Copyright (C) 2021-2024 QuasarApp.
 # Distributed under the GPLv3 software license, see the accompanying
 # Everyone is permitted to copy and distribute verbatim copies
 # of this license document, but changing it is not allowed.
diff --git a/testcases/TestQtWidgets/CMakeLists.txt b/testcases/TestQtWidgets/CMakeLists.txt
index 569a9c9..9f608a0 100644
--- a/testcases/TestQtWidgets/CMakeLists.txt
+++ b/testcases/TestQtWidgets/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2021-2023 QuasarApp.
+# Copyright (C) 2021-2024 QuasarApp.
 # Distributed under the GPLv3 software license, see the accompanying
 # Everyone is permitted to copy and distribute verbatim copies
 # of this license document, but changing it is not allowed.
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 1a44938..3452ac9 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2020-2023 QuasarApp.
+# Copyright (C) 2020-2024 QuasarApp.
 # Distributed under the GPLv3 software license, see the accompanying
 # Everyone is permitted to copy and distribute verbatim copies
 # of this license document, but changing it is not allowed.
diff --git a/tests/modules/modulesqt513.cpp b/tests/modules/modulesqt513.cpp
index 239aee6..e5d500e 100644
--- a/tests/modules/modulesqt513.cpp
+++ b/tests/modules/modulesqt513.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/modules/modulesqt513.h b/tests/modules/modulesqt513.h
index e4a934a..7382b77 100644
--- a/tests/modules/modulesqt513.h
+++ b/tests/modules/modulesqt513.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/modules/modulesqt514.cpp b/tests/modules/modulesqt514.cpp
index ab7456a..9b96363 100644
--- a/tests/modules/modulesqt514.cpp
+++ b/tests/modules/modulesqt514.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/modules/modulesqt514.h b/tests/modules/modulesqt514.h
index fbc4c07..1f6dad6 100644
--- a/tests/modules/modulesqt514.h
+++ b/tests/modules/modulesqt514.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/modules/modulesqt515.cpp b/tests/modules/modulesqt515.cpp
index 56d7719..b873ad9 100644
--- a/tests/modules/modulesqt515.cpp
+++ b/tests/modules/modulesqt515.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2023-2023 QuasarApp.
+ * Copyright (C) 2023-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/modules/modulesqt515.h b/tests/modules/modulesqt515.h
index d284e3a..082a2b1 100644
--- a/tests/modules/modulesqt515.h
+++ b/tests/modules/modulesqt515.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/modules/modulesqt5152.cpp b/tests/modules/modulesqt5152.cpp
index bf83b81..dc7b983 100644
--- a/tests/modules/modulesqt5152.cpp
+++ b/tests/modules/modulesqt5152.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2023-2023 QuasarApp.
+ * Copyright (C) 2023-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/modules/modulesqt5152.h b/tests/modules/modulesqt5152.h
index f15df31..69d8982 100644
--- a/tests/modules/modulesqt5152.h
+++ b/tests/modules/modulesqt5152.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/modules/modulesqt6_3.cpp b/tests/modules/modulesqt6_3.cpp
index 7dbf880..4ca1a03 100644
--- a/tests/modules/modulesqt6_3.cpp
+++ b/tests/modules/modulesqt6_3.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2023-2023 QuasarApp.
+ * Copyright (C) 2023-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/modules/modulesqt6_3.h b/tests/modules/modulesqt6_3.h
index f5074ba..fb2e7b6 100644
--- a/tests/modules/modulesqt6_3.h
+++ b/tests/modules/modulesqt6_3.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/modules/modulesqt6_4.cpp b/tests/modules/modulesqt6_4.cpp
index 41eee60..9a37d27 100644
--- a/tests/modules/modulesqt6_4.cpp
+++ b/tests/modules/modulesqt6_4.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2023-2023 QuasarApp.
+ * Copyright (C) 2023-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/modules/modulesqt6_4.h b/tests/modules/modulesqt6_4.h
index 2477d56..31867ee 100644
--- a/tests/modules/modulesqt6_4.h
+++ b/tests/modules/modulesqt6_4.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/modules/modulesqt6_5.cpp b/tests/modules/modulesqt6_5.cpp
index 4cb3200..66b40f7 100644
--- a/tests/modules/modulesqt6_5.cpp
+++ b/tests/modules/modulesqt6_5.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2023-2023 QuasarApp.
+ * Copyright (C) 2023-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/modules/modulesqt6_5.h b/tests/modules/modulesqt6_5.h
index caae203..f4dbcfd 100644
--- a/tests/modules/modulesqt6_5.h
+++ b/tests/modules/modulesqt6_5.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2023-2023 QuasarApp.
+ * Copyright (C) 2023-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/modules/modulesqt6_6.cpp b/tests/modules/modulesqt6_6.cpp
index 1ad399a..31ac912 100644
--- a/tests/modules/modulesqt6_6.cpp
+++ b/tests/modules/modulesqt6_6.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2023-2023 QuasarApp.
+ * Copyright (C) 2023-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/modules/modulesqt6_6.h b/tests/modules/modulesqt6_6.h
index 5cfe656..f50096e 100644
--- a/tests/modules/modulesqt6_6.h
+++ b/tests/modules/modulesqt6_6.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2023-2023 QuasarApp.
+ * Copyright (C) 2023-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/tstMain.cpp b/tests/tstMain.cpp
index 4c8fd17..7486005 100644
--- a/tests/tstMain.cpp
+++ b/tests/tstMain.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/QIFWtest.cpp b/tests/units/linux/QIFWtest.cpp
index d3835ea..75c08ee 100644
--- a/tests/units/linux/QIFWtest.cpp
+++ b/tests/units/linux/QIFWtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/QIFWtest.h b/tests/units/linux/QIFWtest.h
index f2097bc..eb7c634 100644
--- a/tests/units/linux/QIFWtest.h
+++ b/tests/units/linux/QIFWtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/QIFWtestcustom.cpp b/tests/units/linux/QIFWtestcustom.cpp
index b72499f..76271d5 100644
--- a/tests/units/linux/QIFWtestcustom.cpp
+++ b/tests/units/linux/QIFWtestcustom.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/QIFWtestcustom.h b/tests/units/linux/QIFWtestcustom.h
index 168712a..5e9985e 100644
--- a/tests/units/linux/QIFWtestcustom.h
+++ b/tests/units/linux/QIFWtestcustom.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/QIFWtestmulti.cpp b/tests/units/linux/QIFWtestmulti.cpp
index 2c73d1e..db1c923 100644
--- a/tests/units/linux/QIFWtestmulti.cpp
+++ b/tests/units/linux/QIFWtestmulti.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/QIFWtestmulti.h b/tests/units/linux/QIFWtestmulti.h
index b3479cf..a3e565e 100644
--- a/tests/units/linux/QIFWtestmulti.h
+++ b/tests/units/linux/QIFWtestmulti.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/allowemptypackagestest.cpp b/tests/units/linux/allowemptypackagestest.cpp
index 8d9698b..442ce63 100644
--- a/tests/units/linux/allowemptypackagestest.cpp
+++ b/tests/units/linux/allowemptypackagestest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/allowemptypackagestest.h b/tests/units/linux/allowemptypackagestest.h
index 3e597ed..4dd4917 100644
--- a/tests/units/linux/allowemptypackagestest.h
+++ b/tests/units/linux/allowemptypackagestest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/binprefixtest.cpp b/tests/units/linux/binprefixtest.cpp
index 54a7d48..8b9a2f5 100644
--- a/tests/units/linux/binprefixtest.cpp
+++ b/tests/units/linux/binprefixtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/binprefixtest.h b/tests/units/linux/binprefixtest.h
index 53a89b6..5762358 100644
--- a/tests/units/linux/binprefixtest.h
+++ b/tests/units/linux/binprefixtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/checkqttest.cpp b/tests/units/linux/checkqttest.cpp
index 5986063..5212b36 100644
--- a/tests/units/linux/checkqttest.cpp
+++ b/tests/units/linux/checkqttest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/checkqttest.h b/tests/units/linux/checkqttest.h
index 918b71c..b4550e1 100644
--- a/tests/units/linux/checkqttest.h
+++ b/tests/units/linux/checkqttest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/cleartest.cpp b/tests/units/linux/cleartest.cpp
index 26ae727..3b7d795 100644
--- a/tests/units/linux/cleartest.cpp
+++ b/tests/units/linux/cleartest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/cleartest.h b/tests/units/linux/cleartest.h
index b465162..605af4e 100644
--- a/tests/units/linux/cleartest.h
+++ b/tests/units/linux/cleartest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/confifiletest.cpp b/tests/units/linux/confifiletest.cpp
index dc6e9d2..85b4a1f 100644
--- a/tests/units/linux/confifiletest.cpp
+++ b/tests/units/linux/confifiletest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/confifiletest.h b/tests/units/linux/confifiletest.h
index 7db1491..755adb4 100644
--- a/tests/units/linux/confifiletest.h
+++ b/tests/units/linux/confifiletest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/customplatformtest.cpp b/tests/units/linux/customplatformtest.cpp
index 6db036b..cc24c23 100644
--- a/tests/units/linux/customplatformtest.cpp
+++ b/tests/units/linux/customplatformtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/customplatformtest.h b/tests/units/linux/customplatformtest.h
index e01db95..8b97329 100644
--- a/tests/units/linux/customplatformtest.h
+++ b/tests/units/linux/customplatformtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/customscripttest.cpp b/tests/units/linux/customscripttest.cpp
index 7a9ad53..b53ed1d 100644
--- a/tests/units/linux/customscripttest.cpp
+++ b/tests/units/linux/customscripttest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/customscripttest.h b/tests/units/linux/customscripttest.h
index 8822789..b83c581 100644
--- a/tests/units/linux/customscripttest.h
+++ b/tests/units/linux/customscripttest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/customtest.cpp b/tests/units/linux/customtest.cpp
index 960e052..fe9fe57 100644
--- a/tests/units/linux/customtest.cpp
+++ b/tests/units/linux/customtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/customtest.h b/tests/units/linux/customtest.h
index dae1c86..b7fddca 100644
--- a/tests/units/linux/customtest.h
+++ b/tests/units/linux/customtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/debcustomtest.cpp b/tests/units/linux/debcustomtest.cpp
index e8bd220..1217285 100644
--- a/tests/units/linux/debcustomtest.cpp
+++ b/tests/units/linux/debcustomtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/debcustomtest.h b/tests/units/linux/debcustomtest.h
index 2566925..39da611 100644
--- a/tests/units/linux/debcustomtest.h
+++ b/tests/units/linux/debcustomtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/debmultitest.cpp b/tests/units/linux/debmultitest.cpp
index 95d4754..7ac0a46 100644
--- a/tests/units/linux/debmultitest.cpp
+++ b/tests/units/linux/debmultitest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/debmultitest.h b/tests/units/linux/debmultitest.h
index bfae649..44eed43 100644
--- a/tests/units/linux/debmultitest.h
+++ b/tests/units/linux/debmultitest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/debtest.cpp b/tests/units/linux/debtest.cpp
index 2ff9028..379409b 100644
--- a/tests/units/linux/debtest.cpp
+++ b/tests/units/linux/debtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/debtest.h b/tests/units/linux/debtest.h
index 641b7a3..244ef4d 100644
--- a/tests/units/linux/debtest.h
+++ b/tests/units/linux/debtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/dependencymaptest.cpp b/tests/units/linux/dependencymaptest.cpp
index 20176be..f135610 100644
--- a/tests/units/linux/dependencymaptest.cpp
+++ b/tests/units/linux/dependencymaptest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/dependencymaptest.h b/tests/units/linux/dependencymaptest.h
index e95d870..4d694e0 100644
--- a/tests/units/linux/dependencymaptest.h
+++ b/tests/units/linux/dependencymaptest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/deploygeneralfilestest.cpp b/tests/units/linux/deploygeneralfilestest.cpp
index 843d5df..ec5047d 100644
--- a/tests/units/linux/deploygeneralfilestest.cpp
+++ b/tests/units/linux/deploygeneralfilestest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/deploygeneralfilestest.h b/tests/units/linux/deploygeneralfilestest.h
index 3344ed7..b0b9b9b 100644
--- a/tests/units/linux/deploygeneralfilestest.h
+++ b/tests/units/linux/deploygeneralfilestest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/deploytargettest.cpp b/tests/units/linux/deploytargettest.cpp
index a90631a..9015eb2 100644
--- a/tests/units/linux/deploytargettest.cpp
+++ b/tests/units/linux/deploytargettest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/deploytargettest.h b/tests/units/linux/deploytargettest.h
index 724ee53..c00ecba 100644
--- a/tests/units/linux/deploytargettest.h
+++ b/tests/units/linux/deploytargettest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/disablerunscripttest.cpp b/tests/units/linux/disablerunscripttest.cpp
index 6778677..e635b08 100644
--- a/tests/units/linux/disablerunscripttest.cpp
+++ b/tests/units/linux/disablerunscripttest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/disablerunscripttest.h b/tests/units/linux/disablerunscripttest.h
index 4566113..208256f 100644
--- a/tests/units/linux/disablerunscripttest.h
+++ b/tests/units/linux/disablerunscripttest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/disableshortcutstest.cpp b/tests/units/linux/disableshortcutstest.cpp
index 8b7adbb..dd23634 100644
--- a/tests/units/linux/disableshortcutstest.cpp
+++ b/tests/units/linux/disableshortcutstest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/disableshortcutstest.h b/tests/units/linux/disableshortcutstest.h
index aa9ea1d..eaa1e20 100644
--- a/tests/units/linux/disableshortcutstest.h
+++ b/tests/units/linux/disableshortcutstest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/distrostructtest.cpp b/tests/units/linux/distrostructtest.cpp
index a9fe0f4..207a53c 100644
--- a/tests/units/linux/distrostructtest.cpp
+++ b/tests/units/linux/distrostructtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/distrostructtest.h b/tests/units/linux/distrostructtest.h
index d17f2f9..7fcb9f2 100644
--- a/tests/units/linux/distrostructtest.h
+++ b/tests/units/linux/distrostructtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/emptypackagestest.cpp b/tests/units/linux/emptypackagestest.cpp
index 3e7c1ac..b8dae8d 100644
--- a/tests/units/linux/emptypackagestest.cpp
+++ b/tests/units/linux/emptypackagestest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/emptypackagestest.h b/tests/units/linux/emptypackagestest.h
index b1965ca..8592415 100644
--- a/tests/units/linux/emptypackagestest.h
+++ b/tests/units/linux/emptypackagestest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/extractlibtest.cpp b/tests/units/linux/extractlibtest.cpp
index bec6aa2..9772464 100644
--- a/tests/units/linux/extractlibtest.cpp
+++ b/tests/units/linux/extractlibtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/extractlibtest.h b/tests/units/linux/extractlibtest.h
index 404e683..6ad30ab 100644
--- a/tests/units/linux/extractlibtest.h
+++ b/tests/units/linux/extractlibtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/extradatatest.cpp b/tests/units/linux/extradatatest.cpp
index 66106d9..94db110 100644
--- a/tests/units/linux/extradatatest.cpp
+++ b/tests/units/linux/extradatatest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/extradatatest.h b/tests/units/linux/extradatatest.h
index e3fb14f..28d521a 100644
--- a/tests/units/linux/extradatatest.h
+++ b/tests/units/linux/extradatatest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/extradependstest.cpp b/tests/units/linux/extradependstest.cpp
index aac3f02..425dd20 100644
--- a/tests/units/linux/extradependstest.cpp
+++ b/tests/units/linux/extradependstest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/extradependstest.h b/tests/units/linux/extradependstest.h
index 15bb166..82b295c 100644
--- a/tests/units/linux/extradependstest.h
+++ b/tests/units/linux/extradependstest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2023-2023 QuasarApp.
+//# Copyright (C) 2023-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/extrapluginstest.cpp b/tests/units/linux/extrapluginstest.cpp
index 11779f3..820bff7 100644
--- a/tests/units/linux/extrapluginstest.cpp
+++ b/tests/units/linux/extrapluginstest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/extrapluginstest.h b/tests/units/linux/extrapluginstest.h
index ff63867..59fbed2 100644
--- a/tests/units/linux/extrapluginstest.h
+++ b/tests/units/linux/extrapluginstest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/iconstest.cpp b/tests/units/linux/iconstest.cpp
index b6de306..913d3ca 100644
--- a/tests/units/linux/iconstest.cpp
+++ b/tests/units/linux/iconstest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/iconstest.h b/tests/units/linux/iconstest.h
index 895ca90..6a91be0 100644
--- a/tests/units/linux/iconstest.h
+++ b/tests/units/linux/iconstest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/ignoreenvtest.cpp b/tests/units/linux/ignoreenvtest.cpp
index cea5e1c..a5b9d1f 100644
--- a/tests/units/linux/ignoreenvtest.cpp
+++ b/tests/units/linux/ignoreenvtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/ignoreenvtest.h b/tests/units/linux/ignoreenvtest.h
index aef6078..f6d1a39 100644
--- a/tests/units/linux/ignoreenvtest.h
+++ b/tests/units/linux/ignoreenvtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/ignoreenvwithlibdirtest.cpp b/tests/units/linux/ignoreenvwithlibdirtest.cpp
index 0a66526..79406bd 100644
--- a/tests/units/linux/ignoreenvwithlibdirtest.cpp
+++ b/tests/units/linux/ignoreenvwithlibdirtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/ignoreenvwithlibdirtest.h b/tests/units/linux/ignoreenvwithlibdirtest.h
index 0651de5..e349b61 100644
--- a/tests/units/linux/ignoreenvwithlibdirtest.h
+++ b/tests/units/linux/ignoreenvwithlibdirtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/ignoretest.cpp b/tests/units/linux/ignoretest.cpp
index f905377..aef615a 100644
--- a/tests/units/linux/ignoretest.cpp
+++ b/tests/units/linux/ignoretest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/ignoretest.h b/tests/units/linux/ignoretest.h
index 2c19109..648d913 100644
--- a/tests/units/linux/ignoretest.h
+++ b/tests/units/linux/ignoretest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/inittest.cpp b/tests/units/linux/inittest.cpp
index a763750..cac8bbd 100644
--- a/tests/units/linux/inittest.cpp
+++ b/tests/units/linux/inittest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/inittest.h b/tests/units/linux/inittest.h
index e10a94c..c7402a1 100644
--- a/tests/units/linux/inittest.h
+++ b/tests/units/linux/inittest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/installdiroptionstest.cpp b/tests/units/linux/installdiroptionstest.cpp
index 49b97a3..2b8f503 100644
--- a/tests/units/linux/installdiroptionstest.cpp
+++ b/tests/units/linux/installdiroptionstest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/installdiroptionstest.h b/tests/units/linux/installdiroptionstest.h
index 29b322c..526084f 100644
--- a/tests/units/linux/installdiroptionstest.h
+++ b/tests/units/linux/installdiroptionstest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/libcreator.cpp b/tests/units/linux/libcreator.cpp
index f2dfce1..94c2f33 100644
--- a/tests/units/linux/libcreator.cpp
+++ b/tests/units/linux/libcreator.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/libcreator.h b/tests/units/linux/libcreator.h
index b88b3d1..39dec84 100644
--- a/tests/units/linux/libcreator.h
+++ b/tests/units/linux/libcreator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/libdirstest.cpp b/tests/units/linux/libdirstest.cpp
index abc6508..d7386da 100644
--- a/tests/units/linux/libdirstest.cpp
+++ b/tests/units/linux/libdirstest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/libdirstest.h b/tests/units/linux/libdirstest.h
index 26ea109..d88d8b7 100644
--- a/tests/units/linux/libdirstest.h
+++ b/tests/units/linux/libdirstest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/md5test.cpp b/tests/units/linux/md5test.cpp
index 8614fcc..a1f68a2 100644
--- a/tests/units/linux/md5test.cpp
+++ b/tests/units/linux/md5test.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/md5test.h b/tests/units/linux/md5test.h
index 0e1d93e..8fdc826 100644
--- a/tests/units/linux/md5test.h
+++ b/tests/units/linux/md5test.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/multipackingtest.cpp b/tests/units/linux/multipackingtest.cpp
index 002c3c4..0b954f7 100644
--- a/tests/units/linux/multipackingtest.cpp
+++ b/tests/units/linux/multipackingtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/multipackingtest.h b/tests/units/linux/multipackingtest.h
index b3a1dad..b84f310 100644
--- a/tests/units/linux/multipackingtest.h
+++ b/tests/units/linux/multipackingtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/outdirtest.cpp b/tests/units/linux/outdirtest.cpp
index ed4daaa..55c0f62 100644
--- a/tests/units/linux/outdirtest.cpp
+++ b/tests/units/linux/outdirtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/outdirtest.h b/tests/units/linux/outdirtest.h
index b89f160..0d2ba93 100644
--- a/tests/units/linux/outdirtest.h
+++ b/tests/units/linux/outdirtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/overridingtemplatedebtest.cpp b/tests/units/linux/overridingtemplatedebtest.cpp
index 9a49494..ab9e757 100644
--- a/tests/units/linux/overridingtemplatedebtest.cpp
+++ b/tests/units/linux/overridingtemplatedebtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/overridingtemplatedebtest.h b/tests/units/linux/overridingtemplatedebtest.h
index 1de5192..974714c 100644
--- a/tests/units/linux/overridingtemplatedebtest.h
+++ b/tests/units/linux/overridingtemplatedebtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/overridingtemplateqifwtest.cpp b/tests/units/linux/overridingtemplateqifwtest.cpp
index 8dad486..3d6f967 100644
--- a/tests/units/linux/overridingtemplateqifwtest.cpp
+++ b/tests/units/linux/overridingtemplateqifwtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/overridingtemplateqifwtest.h b/tests/units/linux/overridingtemplateqifwtest.h
index dfba203..5c50480 100644
--- a/tests/units/linux/overridingtemplateqifwtest.h
+++ b/tests/units/linux/overridingtemplateqifwtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/overwritetest.cpp b/tests/units/linux/overwritetest.cpp
index 0d91cbd..486fdfd 100644
--- a/tests/units/linux/overwritetest.cpp
+++ b/tests/units/linux/overwritetest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/overwritetest.h b/tests/units/linux/overwritetest.h
index 7e1a0fa..f9611e0 100644
--- a/tests/units/linux/overwritetest.h
+++ b/tests/units/linux/overwritetest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/overwritewithpackingtest.cpp b/tests/units/linux/overwritewithpackingtest.cpp
index d1025f4..462e862 100644
--- a/tests/units/linux/overwritewithpackingtest.cpp
+++ b/tests/units/linux/overwritewithpackingtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/overwritewithpackingtest.h b/tests/units/linux/overwritewithpackingtest.h
index 3fa21f0..7b1429e 100644
--- a/tests/units/linux/overwritewithpackingtest.h
+++ b/tests/units/linux/overwritewithpackingtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/packagestest.cpp b/tests/units/linux/packagestest.cpp
index a2e0fd9..41a5f60 100644
--- a/tests/units/linux/packagestest.cpp
+++ b/tests/units/linux/packagestest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/packagestest.h b/tests/units/linux/packagestest.h
index b4b3be3..bd96caf 100644
--- a/tests/units/linux/packagestest.h
+++ b/tests/units/linux/packagestest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/pathutilstest.cpp b/tests/units/linux/pathutilstest.cpp
index 90c2397..9b5d152 100644
--- a/tests/units/linux/pathutilstest.cpp
+++ b/tests/units/linux/pathutilstest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/pathutilstest.h b/tests/units/linux/pathutilstest.h
index 19d5821..8af9d30 100644
--- a/tests/units/linux/pathutilstest.h
+++ b/tests/units/linux/pathutilstest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/prefixtest.cpp b/tests/units/linux/prefixtest.cpp
index 9afddf9..e2e72a1 100644
--- a/tests/units/linux/prefixtest.cpp
+++ b/tests/units/linux/prefixtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/prefixtest.h b/tests/units/linux/prefixtest.h
index a7a4c45..390fd74 100644
--- a/tests/units/linux/prefixtest.h
+++ b/tests/units/linux/prefixtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/qifwachiveformattest.cpp b/tests/units/linux/qifwachiveformattest.cpp
index e618e64..587ec15 100644
--- a/tests/units/linux/qifwachiveformattest.cpp
+++ b/tests/units/linux/qifwachiveformattest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/qifwachiveformattest.h b/tests/units/linux/qifwachiveformattest.h
index d74712b..8fb8d93 100644
--- a/tests/units/linux/qifwachiveformattest.h
+++ b/tests/units/linux/qifwachiveformattest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/qifwbinarycreatortest.cpp b/tests/units/linux/qifwbinarycreatortest.cpp
index ff33b3b..8369879 100644
--- a/tests/units/linux/qifwbinarycreatortest.cpp
+++ b/tests/units/linux/qifwbinarycreatortest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/qifwbinarycreatortest.h b/tests/units/linux/qifwbinarycreatortest.h
index fbf602a..94304a5 100644
--- a/tests/units/linux/qifwbinarycreatortest.h
+++ b/tests/units/linux/qifwbinarycreatortest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/qifwouttest.cpp b/tests/units/linux/qifwouttest.cpp
index 952375d..9bfc5d0 100644
--- a/tests/units/linux/qifwouttest.cpp
+++ b/tests/units/linux/qifwouttest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/qifwouttest.h b/tests/units/linux/qifwouttest.h
index 3d67178..2094fad 100644
--- a/tests/units/linux/qifwouttest.h
+++ b/tests/units/linux/qifwouttest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/qifwresourcestest.cpp b/tests/units/linux/qifwresourcestest.cpp
index 56dda9f..a0ca971 100644
--- a/tests/units/linux/qifwresourcestest.cpp
+++ b/tests/units/linux/qifwresourcestest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/qifwresourcestest.h b/tests/units/linux/qifwresourcestest.h
index a6437a4..ebf826f 100644
--- a/tests/units/linux/qifwresourcestest.h
+++ b/tests/units/linux/qifwresourcestest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/qmlcreator.cpp b/tests/units/linux/qmlcreator.cpp
index 001a986..57f3656 100644
--- a/tests/units/linux/qmlcreator.cpp
+++ b/tests/units/linux/qmlcreator.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/qmlcreator.h b/tests/units/linux/qmlcreator.h
index 4025a19..e23a7a9 100644
--- a/tests/units/linux/qmlcreator.h
+++ b/tests/units/linux/qmlcreator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/qmlextracttest.cpp b/tests/units/linux/qmlextracttest.cpp
index f667a78..919aa48 100644
--- a/tests/units/linux/qmlextracttest.cpp
+++ b/tests/units/linux/qmlextracttest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/qmlextracttest.h b/tests/units/linux/qmlextracttest.h
index 24d15cc..d984993 100644
--- a/tests/units/linux/qmlextracttest.h
+++ b/tests/units/linux/qmlextracttest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/qmlfiledialogtest.cpp b/tests/units/linux/qmlfiledialogtest.cpp
index b134f5b..027deff 100644
--- a/tests/units/linux/qmlfiledialogtest.cpp
+++ b/tests/units/linux/qmlfiledialogtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/qmlfiledialogtest.h b/tests/units/linux/qmlfiledialogtest.h
index 1997f00..b269441 100644
--- a/tests/units/linux/qmlfiledialogtest.h
+++ b/tests/units/linux/qmlfiledialogtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/qmlscanertest.cpp b/tests/units/linux/qmlscanertest.cpp
index cea2b24..2581a21 100644
--- a/tests/units/linux/qmlscanertest.cpp
+++ b/tests/units/linux/qmlscanertest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/qmlscanertest.h b/tests/units/linux/qmlscanertest.h
index 868d2e8..9277ade 100644
--- a/tests/units/linux/qmlscanertest.h
+++ b/tests/units/linux/qmlscanertest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/releativelinktest.cpp b/tests/units/linux/releativelinktest.cpp
index 0333915..3c9f942 100644
--- a/tests/units/linux/releativelinktest.cpp
+++ b/tests/units/linux/releativelinktest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/releativelinktest.h b/tests/units/linux/releativelinktest.h
index b224ef5..d279045 100644
--- a/tests/units/linux/releativelinktest.h
+++ b/tests/units/linux/releativelinktest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/runscriptstest.cpp b/tests/units/linux/runscriptstest.cpp
index abe2521..e0daca0 100644
--- a/tests/units/linux/runscriptstest.cpp
+++ b/tests/units/linux/runscriptstest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/runscriptstest.h b/tests/units/linux/runscriptstest.h
index 7b74ee2..524cacc 100644
--- a/tests/units/linux/runscriptstest.h
+++ b/tests/units/linux/runscriptstest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/settargetdirtest.cpp b/tests/units/linux/settargetdirtest.cpp
index 5fb54b5..52929de 100644
--- a/tests/units/linux/settargetdirtest.cpp
+++ b/tests/units/linux/settargetdirtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/settargetdirtest.h b/tests/units/linux/settargetdirtest.h
index 71658ed..fa6cbca 100644
--- a/tests/units/linux/settargetdirtest.h
+++ b/tests/units/linux/settargetdirtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/striptest.cpp b/tests/units/linux/striptest.cpp
index dab8880..bfe68ea 100644
--- a/tests/units/linux/striptest.cpp
+++ b/tests/units/linux/striptest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/striptest.h b/tests/units/linux/striptest.h
index 4d08b17..34610e0 100644
--- a/tests/units/linux/striptest.h
+++ b/tests/units/linux/striptest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/systemlibtest.cpp b/tests/units/linux/systemlibtest.cpp
index 834b9e5..d9c266d 100644
--- a/tests/units/linux/systemlibtest.cpp
+++ b/tests/units/linux/systemlibtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/systemlibtest.h b/tests/units/linux/systemlibtest.h
index 7cbb183..b926856 100644
--- a/tests/units/linux/systemlibtest.h
+++ b/tests/units/linux/systemlibtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/targetdirtest.cpp b/tests/units/linux/targetdirtest.cpp
index 17fdde4..20d0e48 100644
--- a/tests/units/linux/targetdirtest.cpp
+++ b/tests/units/linux/targetdirtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/targetdirtest.h b/tests/units/linux/targetdirtest.h
index 3051620..289340b 100644
--- a/tests/units/linux/targetdirtest.h
+++ b/tests/units/linux/targetdirtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/trtest.cpp b/tests/units/linux/trtest.cpp
index 974958c..756340f 100644
--- a/tests/units/linux/trtest.cpp
+++ b/tests/units/linux/trtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/trtest.h b/tests/units/linux/trtest.h
index 7d06a32..ce65aef 100644
--- a/tests/units/linux/trtest.h
+++ b/tests/units/linux/trtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/virtualkeybordtest.cpp b/tests/units/linux/virtualkeybordtest.cpp
index beacc9c..cda5f25 100644
--- a/tests/units/linux/virtualkeybordtest.cpp
+++ b/tests/units/linux/virtualkeybordtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/virtualkeybordtest.h b/tests/units/linux/virtualkeybordtest.h
index d9ce4f9..f6db36a 100644
--- a/tests/units/linux/virtualkeybordtest.h
+++ b/tests/units/linux/virtualkeybordtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/webenginetest.cpp b/tests/units/linux/webenginetest.cpp
index 1d368a8..b6831eb 100644
--- a/tests/units/linux/webenginetest.cpp
+++ b/tests/units/linux/webenginetest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/webenginetest.h b/tests/units/linux/webenginetest.h
index ef2c9e6..2d56b05 100644
--- a/tests/units/linux/webenginetest.h
+++ b/tests/units/linux/webenginetest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/ziparrchivetest.cpp b/tests/units/linux/ziparrchivetest.cpp
index 3b26493..933a52a 100644
--- a/tests/units/linux/ziparrchivetest.cpp
+++ b/tests/units/linux/ziparrchivetest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/ziparrchivetest.h b/tests/units/linux/ziparrchivetest.h
index 7f0c7a6..4821ab7 100644
--- a/tests/units/linux/ziparrchivetest.h
+++ b/tests/units/linux/ziparrchivetest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/zipmultitest.cpp b/tests/units/linux/zipmultitest.cpp
index e48624a..7c7ab71 100644
--- a/tests/units/linux/zipmultitest.cpp
+++ b/tests/units/linux/zipmultitest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/zipmultitest.h b/tests/units/linux/zipmultitest.h
index 81b600c..d65fb9c 100644
--- a/tests/units/linux/zipmultitest.h
+++ b/tests/units/linux/zipmultitest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/ziptest.cpp b/tests/units/linux/ziptest.cpp
index bc57ccc..da73a2b 100644
--- a/tests/units/linux/ziptest.cpp
+++ b/tests/units/linux/ziptest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/linux/ziptest.h b/tests/units/linux/ziptest.h
index 30e71c5..dac6ab5 100644
--- a/tests/units/linux/ziptest.h
+++ b/tests/units/linux/ziptest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/modules.cpp b/tests/units/modules.cpp
index f00b539..c9b85ba 100644
--- a/tests/units/modules.cpp
+++ b/tests/units/modules.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/units/modules.h b/tests/units/modules.h
index 05919e1..4053a3d 100644
--- a/tests/units/modules.h
+++ b/tests/units/modules.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/units/qttest.cpp b/tests/units/qttest.cpp
index 48d7c38..43217b3 100644
--- a/tests/units/qttest.cpp
+++ b/tests/units/qttest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/qttest.h b/tests/units/qttest.h
index 889b556..648dcd3 100644
--- a/tests/units/qttest.h
+++ b/tests/units/qttest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/test.cpp b/tests/units/test.cpp
index ea1c3c3..eaa0f04 100644
--- a/tests/units/test.cpp
+++ b/tests/units/test.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/test.h b/tests/units/test.h
index 0289d7a..270ea62 100644
--- a/tests/units/test.h
+++ b/tests/units/test.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2023 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/testutils.cpp b/tests/units/testutils.cpp
index f6e8231..0e4a9a5 100644
--- a/tests/units/testutils.cpp
+++ b/tests/units/testutils.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/units/testutils.h b/tests/units/testutils.h
index 07ec51e..6bafd59 100644
--- a/tests/units/testutils.h
+++ b/tests/units/testutils.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2023 QuasarApp.
+ * Copyright (C) 2018-2024 QuasarApp.
  * Distributed under the lgplv3 software license, see the accompanying
  * Everyone is permitted to copy and distribute verbatim copies
  * of this license document, but changing it is not allowed.
diff --git a/tests/units/win/MSVCtest.cpp b/tests/units/win/MSVCtest.cpp
index c0c2e0d..188f972 100644
--- a/tests/units/win/MSVCtest.cpp
+++ b/tests/units/win/MSVCtest.cpp
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2022 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.
diff --git a/tests/units/win/MSVCtest.h b/tests/units/win/MSVCtest.h
index 03ba5a5..0290534 100644
--- a/tests/units/win/MSVCtest.h
+++ b/tests/units/win/MSVCtest.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2020-2022 QuasarApp.
+//# Copyright (C) 2020-2024 QuasarApp.
 //# Distributed under the GPLv3 software license, see the accompanying
 //# Everyone is permitted to copy and distribute verbatim copies
 //# of this license document, but changing it is not allowed.