From a2b556fd8efa14f1aed88329d8310cc53b2582f4 Mon Sep 17 00:00:00 2001 From: EndrII Date: Sun, 31 Dec 2023 09:47:56 +0100 Subject: [PATCH] update copyright --- CMakeLists.txt | 2 +- src/RENAME_ME/CMakeLists.txt | 2 +- src/RENAME_ME/src/RENAME_MEModule/RENAME_ME.qml | 2 +- src/RENAME_ME/src/public/RENAME_ME.cpp | 2 +- src/RENAME_ME/src/public/RENAME_ME.h | 2 +- src/RENAME_ME/src/public/RENAME_ME/global.h | 4 ++-- src/RENAME_ME/src/public/RENAME_ME/global.h.in | 2 +- src/example/CMakeLists.txt | 2 +- src/example/deploy/RENAME_ME.json | 8 ++++---- src/example/main.cpp | 2 +- src/testcore/CMakeLists.txt | 2 +- src/testcore/testcore/global.h | 2 +- src/testcore/testcore/global.h.in | 2 +- src/testcore/testcore/testutils.cpp | 2 +- src/testcore/testcore/testutils.h | 2 +- submodules/CMake | 2 +- tests/CMakeLists.txt | 2 +- tests/tstMain.cpp | 2 +- tests/units/exampletest.cpp | 2 +- tests/units/exampletest.h | 2 +- 20 files changed, 24 insertions(+), 24 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 56c1018..2cefcc1 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/RENAME_ME/CMakeLists.txt b/src/RENAME_ME/CMakeLists.txt index e2a0894..cdff1fb 100644 --- a/src/RENAME_ME/CMakeLists.txt +++ b/src/RENAME_ME/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/RENAME_ME/src/RENAME_MEModule/RENAME_ME.qml b/src/RENAME_ME/src/RENAME_MEModule/RENAME_ME.qml index a66bed1..bfae219 100644 --- a/src/RENAME_ME/src/RENAME_MEModule/RENAME_ME.qml +++ b/src/RENAME_ME/src/RENAME_MEModule/RENAME_ME.qml @@ -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/RENAME_ME/src/public/RENAME_ME.cpp b/src/RENAME_ME/src/public/RENAME_ME.cpp index f18b899..a82e74c 100644 --- a/src/RENAME_ME/src/public/RENAME_ME.cpp +++ b/src/RENAME_ME/src/public/RENAME_ME.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/RENAME_ME/src/public/RENAME_ME.h b/src/RENAME_ME/src/public/RENAME_ME.h index bee7dbf..1e64cc5 100644 --- a/src/RENAME_ME/src/public/RENAME_ME.h +++ b/src/RENAME_ME/src/public/RENAME_ME.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/RENAME_ME/src/public/RENAME_ME/global.h b/src/RENAME_ME/src/public/RENAME_ME/global.h index 0771b9a..fc29211 100644 --- a/src/RENAME_ME/src/public/RENAME_ME/global.h +++ b/src/RENAME_ME/src/public/RENAME_ME/global.h @@ -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. @@ -10,7 +10,7 @@ #include -#define RENAME_ME_VERSION "0.89.ae3db6a" +#define RENAME_ME_VERSION "0.90.8fef03d" #if defined(RENAME_ME_LIBRARY) # define RENAME_ME_EXPORT Q_DECL_EXPORT diff --git a/src/RENAME_ME/src/public/RENAME_ME/global.h.in b/src/RENAME_ME/src/public/RENAME_ME/global.h.in index 312004f..c84826a 100644 --- a/src/RENAME_ME/src/public/RENAME_ME/global.h.in +++ b/src/RENAME_ME/src/public/RENAME_ME/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/example/CMakeLists.txt b/src/example/CMakeLists.txt index 6c72ded..43458e8 100644 --- a/src/example/CMakeLists.txt +++ b/src/example/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/src/example/deploy/RENAME_ME.json b/src/example/deploy/RENAME_ME.json index 1e18b18..021fb44 100644 --- a/src/example/deploy/RENAME_ME.json +++ b/src/example/deploy/RENAME_ME.json @@ -4,11 +4,11 @@ "src/example/RENAME_ME_example.exe" ], "clear": true, - "binPrefix": "/media/D/builds/build-CMakeProject-Desktop_Qt_6_5_2_GCC_64bit-Debug", + "binPrefix": "/media/D/builds/build-CMakeProject-Desktop_Qt_6_6_1_GCC_64bit-Debug", "libDir": [ "/media/D/builds/CMakeProject", - "/home/andrei/Qt/6.5.2/gcc_64", - "/media/D/builds/build-CMakeProject-Desktop_Qt_6_5_2_GCC_64bit-Debug" + "/home/andrei/Qt/6.6.1/gcc_64", + "/media/D/builds/build-CMakeProject-Desktop_Qt_6_6_1_GCC_64bit-Debug" ], "recursiveDepth": "10", "deploySystem": false, @@ -21,7 +21,7 @@ ], "extraLib": "crypto", "targetDir": "/media/D/builds/CMakeProject/Distro", - "deployVersion": "0.89.ae3db6a" + "deployVersion": "0.90.8fef03d" } diff --git a/src/example/main.cpp b/src/example/main.cpp index 9e6f56a..ada762c 100644 --- a/src/example/main.cpp +++ b/src/example/main.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/testcore/CMakeLists.txt b/src/testcore/CMakeLists.txt index 1a23423..75c3eca 100644 --- a/src/testcore/CMakeLists.txt +++ b/src/testcore/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/testcore/testcore/global.h b/src/testcore/testcore/global.h index d2e43c1..1d4350e 100644 --- a/src/testcore/testcore/global.h +++ b/src/testcore/testcore/global.h @@ -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/testcore/testcore/global.h.in b/src/testcore/testcore/global.h.in index d2e43c1..1d4350e 100644 --- a/src/testcore/testcore/global.h.in +++ b/src/testcore/testcore/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/testcore/testcore/testutils.cpp b/src/testcore/testcore/testutils.cpp index a605032..63782d3 100644 --- a/src/testcore/testcore/testutils.cpp +++ b/src/testcore/testcore/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/src/testcore/testcore/testutils.h b/src/testcore/testcore/testutils.h index b48d055..3d5494e 100644 --- a/src/testcore/testcore/testutils.h +++ b/src/testcore/testcore/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. diff --git a/submodules/CMake b/submodules/CMake index 9188d41..a96691e 160000 --- a/submodules/CMake +++ b/submodules/CMake @@ -1 +1 @@ -Subproject commit 9188d4124c1a9f5e01887ba5f969879f7c48922a +Subproject commit a96691e39974196e4739fbbb16e13eab5060c0ee diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 69a8b5e..624495f 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 593d274..97deb08 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/exampletest.cpp b/tests/units/exampletest.cpp index b92e414..52b103f 100644 --- a/tests/units/exampletest.cpp +++ b/tests/units/exampletest.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/exampletest.h b/tests/units/exampletest.h index ea2bc2e..140f35e 100644 --- a/tests/units/exampletest.h +++ b/tests/units/exampletest.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.