From c76e589ee55f7b6f7b2e5e44b66a9f946940a8cd Mon Sep 17 00:00:00 2001 From: IgorekLoschinin <igor.loschinin2014@yandex.ru> Date: Wed, 16 Jun 2021 20:41:50 +0300 Subject: [PATCH] ref #48 Fixing year in signature. --- CMakeLists.txt | 2 +- tests/CMakeLists.txt | 2 +- tests/tstMain.cpp | 2 +- tests/units/pluginloadertest.cpp | 2 +- tests/units/pluginloadertest.h | 2 +- tests/units/test.cpp | 2 +- tests/units/testutils.cpp | 2 +- tests/units/testutils.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3954d58..1d375da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2021-2021 QuasarApp. +# Copyright (C) 2020-2021 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 be1503f..3654640 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2021-2021 QuasarApp. +# Copyright (C) 2020-2021 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 d8ae556..50aa2e6 100644 --- a/tests/tstMain.cpp +++ b/tests/tstMain.cpp @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2021-2021 QuasarApp. +//# Copyright (C) 2020-2021 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/pluginloadertest.cpp b/tests/units/pluginloadertest.cpp index 678762d..5326e38 100644 --- a/tests/units/pluginloadertest.cpp +++ b/tests/units/pluginloadertest.cpp @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2021-2021 QuasarApp. +//# Copyright (C) 2020-2021 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/pluginloadertest.h b/tests/units/pluginloadertest.h index c90df7f..9f2d18a 100644 --- a/tests/units/pluginloadertest.h +++ b/tests/units/pluginloadertest.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2021-2021 QuasarApp. +//# Copyright (C) 2020-2021 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 5e91ab3..362ff1f 100644 --- a/tests/units/test.cpp +++ b/tests/units/test.cpp @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2021-2021 QuasarApp. +//# Copyright (C) 2020-2021 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 1737a44..531984f 100644 --- a/tests/units/testutils.cpp +++ b/tests/units/testutils.cpp @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2021-2021 QuasarApp. +//# Copyright (C) 2020-2021 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 b9e87ca..060b8c3 100644 --- a/tests/units/testutils.h +++ b/tests/units/testutils.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2021-2021 QuasarApp. +//# Copyright (C) 2020-2021 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.