From 0e0a98e0567df3b5094f554f6315dedd944ea3c3 Mon Sep 17 00:00:00 2001 From: EndrII Date: Sun, 31 Dec 2023 09:37:59 +0100 Subject: [PATCH] update copyright --- CMakeLists.txt | 2 +- src/lib/CMakeLists.txt | 2 +- src/lib/src/private/easysslutils.cpp | 2 +- src/lib/src/private/easysslutils.h | 2 +- src/lib/src/public/easyssl.cpp | 2 +- src/lib/src/public/easyssl.h | 2 +- src/lib/src/public/easyssl/asynckeysauth.h | 2 +- src/lib/src/public/easyssl/authecdsa.h | 2 +- src/lib/src/public/easyssl/ecdsassl.cpp | 2 +- src/lib/src/public/easyssl/ecdsassl.h | 2 +- src/lib/src/public/easyssl/global.h.in | 2 +- src/lib/src/public/easyssl/icertificate.cpp | 2 +- src/lib/src/public/easyssl/icertificate.h | 2 +- src/lib/src/public/easyssl/icrypto.cpp | 2 +- src/lib/src/public/easyssl/icrypto.h | 2 +- src/lib/src/public/easyssl/rsassl.cpp | 2 +- src/lib/src/public/easyssl/rsassl.h | 2 +- src/lib/src/public/easyssl/x509.cpp | 2 +- src/lib/src/public/easyssl/x509.h | 2 +- submodules/CMake | 2 +- tests/CMakeLists.txt | 2 +- tests/tstMain.cpp | 2 +- tests/units/authtest.cpp | 2 +- tests/units/authtest.h | 2 +- tests/units/crttest.h | 2 +- tests/units/cryptotest.h | 2 +- tests/units/test.cpp | 2 +- tests/units/test.h | 2 +- tests/units/testutils.cpp | 2 +- tests/units/testutils.h | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 906c1ec..6941164 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/lib/CMakeLists.txt b/src/lib/CMakeLists.txt index 14d6511..71ce274 100644 --- a/src/lib/CMakeLists.txt +++ b/src/lib/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/lib/src/private/easysslutils.cpp b/src/lib/src/private/easysslutils.cpp index f5a4d1e..f42d624 100644 --- a/src/lib/src/private/easysslutils.cpp +++ b/src/lib/src/private/easysslutils.cpp @@ -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/src/lib/src/private/easysslutils.h b/src/lib/src/private/easysslutils.h index 632a275..e8f5027 100644 --- a/src/lib/src/private/easysslutils.h +++ b/src/lib/src/private/easysslutils.h @@ -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/src/lib/src/public/easyssl.cpp b/src/lib/src/public/easyssl.cpp index 0c3c870..faa3398 100644 --- a/src/lib/src/public/easyssl.cpp +++ b/src/lib/src/public/easyssl.cpp @@ -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/src/lib/src/public/easyssl.h b/src/lib/src/public/easyssl.h index 2e5f1ca..a7fb652 100644 --- a/src/lib/src/public/easyssl.h +++ b/src/lib/src/public/easyssl.h @@ -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/src/lib/src/public/easyssl/asynckeysauth.h b/src/lib/src/public/easyssl/asynckeysauth.h index 0a022fe..a5452bc 100644 --- a/src/lib/src/public/easyssl/asynckeysauth.h +++ b/src/lib/src/public/easyssl/asynckeysauth.h @@ -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/src/lib/src/public/easyssl/authecdsa.h b/src/lib/src/public/easyssl/authecdsa.h index 120805d..4988d92 100644 --- a/src/lib/src/public/easyssl/authecdsa.h +++ b/src/lib/src/public/easyssl/authecdsa.h @@ -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/src/lib/src/public/easyssl/ecdsassl.cpp b/src/lib/src/public/easyssl/ecdsassl.cpp index a629c3a..5d94426 100644 --- a/src/lib/src/public/easyssl/ecdsassl.cpp +++ b/src/lib/src/public/easyssl/ecdsassl.cpp @@ -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/src/lib/src/public/easyssl/ecdsassl.h b/src/lib/src/public/easyssl/ecdsassl.h index edf4a30..9d406c0 100644 --- a/src/lib/src/public/easyssl/ecdsassl.h +++ b/src/lib/src/public/easyssl/ecdsassl.h @@ -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/src/lib/src/public/easyssl/global.h.in b/src/lib/src/public/easyssl/global.h.in index c39c237..ad47f86 100644 --- a/src/lib/src/public/easyssl/global.h.in +++ b/src/lib/src/public/easyssl/global.h.in @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2023 QuasarApp. +//# Copyright (C) 2018-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/lib/src/public/easyssl/icertificate.cpp b/src/lib/src/public/easyssl/icertificate.cpp index ec10073..5ad8234 100644 --- a/src/lib/src/public/easyssl/icertificate.cpp +++ b/src/lib/src/public/easyssl/icertificate.cpp @@ -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/src/lib/src/public/easyssl/icertificate.h b/src/lib/src/public/easyssl/icertificate.h index ae7bf0b..ba8229e 100644 --- a/src/lib/src/public/easyssl/icertificate.h +++ b/src/lib/src/public/easyssl/icertificate.h @@ -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/src/lib/src/public/easyssl/icrypto.cpp b/src/lib/src/public/easyssl/icrypto.cpp index dd024ce..20274f4 100644 --- a/src/lib/src/public/easyssl/icrypto.cpp +++ b/src/lib/src/public/easyssl/icrypto.cpp @@ -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/src/lib/src/public/easyssl/icrypto.h b/src/lib/src/public/easyssl/icrypto.h index 067ff5e..88356d5 100644 --- a/src/lib/src/public/easyssl/icrypto.h +++ b/src/lib/src/public/easyssl/icrypto.h @@ -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/src/lib/src/public/easyssl/rsassl.cpp b/src/lib/src/public/easyssl/rsassl.cpp index 6fa830f..22bcb14 100644 --- a/src/lib/src/public/easyssl/rsassl.cpp +++ b/src/lib/src/public/easyssl/rsassl.cpp @@ -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/src/lib/src/public/easyssl/rsassl.h b/src/lib/src/public/easyssl/rsassl.h index 3ec0e84..55bf75c 100644 --- a/src/lib/src/public/easyssl/rsassl.h +++ b/src/lib/src/public/easyssl/rsassl.h @@ -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/src/lib/src/public/easyssl/x509.cpp b/src/lib/src/public/easyssl/x509.cpp index 3a04a90..793fd43 100644 --- a/src/lib/src/public/easyssl/x509.cpp +++ b/src/lib/src/public/easyssl/x509.cpp @@ -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/src/lib/src/public/easyssl/x509.h b/src/lib/src/public/easyssl/x509.h index 737df3c..36ea8ce 100644 --- a/src/lib/src/public/easyssl/x509.h +++ b/src/lib/src/public/easyssl/x509.h @@ -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/submodules/CMake b/submodules/CMake index 8365c74..a96691e 160000 --- a/submodules/CMake +++ b/submodules/CMake @@ -1 +1 @@ -Subproject commit 8365c74d6298bca83824bf407896418f3494301b +Subproject commit a96691e39974196e4739fbbb16e13eab5060c0ee diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 0760860..fb090bc 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/tstMain.cpp b/tests/tstMain.cpp index 7db8c42..980c285 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/authtest.cpp b/tests/units/authtest.cpp index 122a503..3130492 100644 --- a/tests/units/authtest.cpp +++ b/tests/units/authtest.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/authtest.h b/tests/units/authtest.h index 4a3c6ad..f644334 100644 --- a/tests/units/authtest.h +++ b/tests/units/authtest.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/crttest.h b/tests/units/crttest.h index 01ea6bd..616a584 100644 --- a/tests/units/crttest.h +++ b/tests/units/crttest.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/cryptotest.h b/tests/units/cryptotest.h index 5b5b048..093d92f 100644 --- a/tests/units/cryptotest.h +++ b/tests/units/cryptotest.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 f7b9320..02520f5 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 844fdc0..fd55df8 100644 --- a/tests/units/testutils.cpp +++ b/tests/units/testutils.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/testutils.h b/tests/units/testutils.h index 0b1a1fd..f2ede0e 100644 --- a/tests/units/testutils.h +++ b/tests/units/testutils.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.