From ea3aa804b6232dfc75cd5203d0efca46c172b1f0 Mon Sep 17 00:00:00 2001 From: EndrII Date: Sun, 31 Dec 2023 09:41:28 +0100 Subject: [PATCH] update copyright --- CMakeLists.txt | 2 +- Patronum/CMakeLists.txt | 2 +- Patronum/src/IPController.cpp | 2 +- Patronum/src/IPController.h | 2 +- Patronum/src/IPService.cpp | 2 +- Patronum/src/IPService.h | 2 +- Patronum/src/PController.cpp | 2 +- Patronum/src/PController.h | 2 +- Patronum/src/PFeature.cpp | 2 +- Patronum/src/PFeature.h | 2 +- Patronum/src/PService.cpp | 2 +- Patronum/src/PService.h | 2 +- Patronum/src/PServiceBase.cpp | 2 +- Patronum/src/PServiceBase.h | 2 +- Patronum/src/Patronum_global.cpp | 2 +- Patronum/src/Patronum_global.h.in | 2 +- Patronum/src/Private/baseinstaller.cpp | 2 +- Patronum/src/Private/baseinstaller.h | 2 +- Patronum/src/Private/controllerprivate.cpp | 2 +- Patronum/src/Private/controllerprivate.h | 2 +- Patronum/src/Private/installer.cpp | 2 +- Patronum/src/Private/installer.h | 2 +- Patronum/src/Private/installersystemd.cpp | 2 +- Patronum/src/Private/installersystemd.h | 2 +- Patronum/src/Private/isocketwraper.cpp | 2 +- Patronum/src/Private/isocketwraper.h | 2 +- Patronum/src/Private/localsocket.cpp | 2 +- Patronum/src/Private/localsocket.h | 2 +- Patronum/src/Private/package.cpp | 2 +- Patronum/src/Private/package.h | 2 +- Patronum/src/Private/serviceprivate.cpp | 2 +- Patronum/src/Private/serviceprivate.h | 2 +- Patronum/src/patronum.cpp | 2 +- Patronum/src/patronum.h | 2 +- Tests/CMakeLists.txt | 2 +- submodules/QuasarAppLib | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b74464..6a7fe45 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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/Patronum/CMakeLists.txt b/Patronum/CMakeLists.txt index 0e13dab..f06f182 100755 --- a/Patronum/CMakeLists.txt +++ b/Patronum/CMakeLists.txt @@ -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/Patronum/src/IPController.cpp b/Patronum/src/IPController.cpp index 4643057..5f46378 100644 --- a/Patronum/src/IPController.cpp +++ b/Patronum/src/IPController.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/Patronum/src/IPController.h b/Patronum/src/IPController.h index a0c33fc..4842dcd 100644 --- a/Patronum/src/IPController.h +++ b/Patronum/src/IPController.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/Patronum/src/IPService.cpp b/Patronum/src/IPService.cpp index 028cb44..cced397 100644 --- a/Patronum/src/IPService.cpp +++ b/Patronum/src/IPService.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/Patronum/src/IPService.h b/Patronum/src/IPService.h index 559ec40..bcca249 100644 --- a/Patronum/src/IPService.h +++ b/Patronum/src/IPService.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/Patronum/src/PController.cpp b/Patronum/src/PController.cpp index 4338d1f..3c1c634 100644 --- a/Patronum/src/PController.cpp +++ b/Patronum/src/PController.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/Patronum/src/PController.h b/Patronum/src/PController.h index 3d47aee..542489a 100644 --- a/Patronum/src/PController.h +++ b/Patronum/src/PController.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/Patronum/src/PFeature.cpp b/Patronum/src/PFeature.cpp index e1afccf..8e31ffa 100644 --- a/Patronum/src/PFeature.cpp +++ b/Patronum/src/PFeature.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/Patronum/src/PFeature.h b/Patronum/src/PFeature.h index 48cd661..ca68de2 100644 --- a/Patronum/src/PFeature.h +++ b/Patronum/src/PFeature.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/Patronum/src/PService.cpp b/Patronum/src/PService.cpp index 830425a..1c3df32 100644 --- a/Patronum/src/PService.cpp +++ b/Patronum/src/PService.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/Patronum/src/PService.h b/Patronum/src/PService.h index 2855a41..03950b3 100644 --- a/Patronum/src/PService.h +++ b/Patronum/src/PService.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/Patronum/src/PServiceBase.cpp b/Patronum/src/PServiceBase.cpp index dd9c063..2918665 100644 --- a/Patronum/src/PServiceBase.cpp +++ b/Patronum/src/PServiceBase.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/Patronum/src/PServiceBase.h b/Patronum/src/PServiceBase.h index b3bd70e..e1192aa 100644 --- a/Patronum/src/PServiceBase.h +++ b/Patronum/src/PServiceBase.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/Patronum/src/Patronum_global.cpp b/Patronum/src/Patronum_global.cpp index e3de9e0..daa273b 100644 --- a/Patronum/src/Patronum_global.cpp +++ b/Patronum/src/Patronum_global.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/Patronum/src/Patronum_global.h.in b/Patronum/src/Patronum_global.h.in index f376f80..9dfe39b 100644 --- a/Patronum/src/Patronum_global.h.in +++ b/Patronum/src/Patronum_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/Patronum/src/Private/baseinstaller.cpp b/Patronum/src/Private/baseinstaller.cpp index f9da271..013126f 100644 --- a/Patronum/src/Private/baseinstaller.cpp +++ b/Patronum/src/Private/baseinstaller.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/Patronum/src/Private/baseinstaller.h b/Patronum/src/Private/baseinstaller.h index 8d22fc4..3d6e017 100644 --- a/Patronum/src/Private/baseinstaller.h +++ b/Patronum/src/Private/baseinstaller.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/Patronum/src/Private/controllerprivate.cpp b/Patronum/src/Private/controllerprivate.cpp index 2cb74a9..1157895 100644 --- a/Patronum/src/Private/controllerprivate.cpp +++ b/Patronum/src/Private/controllerprivate.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/Patronum/src/Private/controllerprivate.h b/Patronum/src/Private/controllerprivate.h index 5a2a4dd..86c005b 100644 --- a/Patronum/src/Private/controllerprivate.h +++ b/Patronum/src/Private/controllerprivate.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/Patronum/src/Private/installer.cpp b/Patronum/src/Private/installer.cpp index 6f87d4b..95e5997 100644 --- a/Patronum/src/Private/installer.cpp +++ b/Patronum/src/Private/installer.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/Patronum/src/Private/installer.h b/Patronum/src/Private/installer.h index 9b10d5c..4a87ff9 100644 --- a/Patronum/src/Private/installer.h +++ b/Patronum/src/Private/installer.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/Patronum/src/Private/installersystemd.cpp b/Patronum/src/Private/installersystemd.cpp index f4c5063..1763f31 100644 --- a/Patronum/src/Private/installersystemd.cpp +++ b/Patronum/src/Private/installersystemd.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/Patronum/src/Private/installersystemd.h b/Patronum/src/Private/installersystemd.h index 57cde11..d1df6d4 100644 --- a/Patronum/src/Private/installersystemd.h +++ b/Patronum/src/Private/installersystemd.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/Patronum/src/Private/isocketwraper.cpp b/Patronum/src/Private/isocketwraper.cpp index ce12061..080a3e8 100644 --- a/Patronum/src/Private/isocketwraper.cpp +++ b/Patronum/src/Private/isocketwraper.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/Patronum/src/Private/isocketwraper.h b/Patronum/src/Private/isocketwraper.h index 4335bd9..a5c1d89 100644 --- a/Patronum/src/Private/isocketwraper.h +++ b/Patronum/src/Private/isocketwraper.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/Patronum/src/Private/localsocket.cpp b/Patronum/src/Private/localsocket.cpp index 8b582d1..16b1c37 100644 --- a/Patronum/src/Private/localsocket.cpp +++ b/Patronum/src/Private/localsocket.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/Patronum/src/Private/localsocket.h b/Patronum/src/Private/localsocket.h index 65d4313..136be4c 100644 --- a/Patronum/src/Private/localsocket.h +++ b/Patronum/src/Private/localsocket.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/Patronum/src/Private/package.cpp b/Patronum/src/Private/package.cpp index f0e12b6..e585e04 100644 --- a/Patronum/src/Private/package.cpp +++ b/Patronum/src/Private/package.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/Patronum/src/Private/package.h b/Patronum/src/Private/package.h index 6a56982..0ef4be7 100644 --- a/Patronum/src/Private/package.h +++ b/Patronum/src/Private/package.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/Patronum/src/Private/serviceprivate.cpp b/Patronum/src/Private/serviceprivate.cpp index 4ef5379..df5f671 100644 --- a/Patronum/src/Private/serviceprivate.cpp +++ b/Patronum/src/Private/serviceprivate.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/Patronum/src/Private/serviceprivate.h b/Patronum/src/Private/serviceprivate.h index 45d72a5..8b18cf9 100644 --- a/Patronum/src/Private/serviceprivate.h +++ b/Patronum/src/Private/serviceprivate.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/Patronum/src/patronum.cpp b/Patronum/src/patronum.cpp index 61556ad..70311d0 100644 --- a/Patronum/src/patronum.cpp +++ b/Patronum/src/patronum.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/Patronum/src/patronum.h b/Patronum/src/patronum.h index d33370b..8ee8522 100644 --- a/Patronum/src/patronum.h +++ b/Patronum/src/patronum.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/CMakeLists.txt b/Tests/CMakeLists.txt index 9ea3d76..34c4a54 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -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 a23bbe9..8b5fce8 160000 --- a/submodules/QuasarAppLib +++ b/submodules/QuasarAppLib @@ -1 +1 @@ -Subproject commit a23bbe92689b472c69b73d0e49646de991a0390f +Subproject commit 8b5fce889fb0819d1614962f315eb2f113511114