From cc00a9ccfc9eb876ed37562e0c5383f644ddf2cb Mon Sep 17 00:00:00 2001
From: EndrII <EndrIIMail@gmail.com>
Date: Sun, 31 Dec 2023 10:02:22 +0100
Subject: [PATCH] update copyright

---
 CMakeLists.txt                         | 2 +-
 src/Core/CMakeLists.txt                | 2 +-
 src/Core/DoctorPillCore/doctor.cpp     | 2 +-
 src/Core/DoctorPillCore/doctor.h       | 2 +-
 src/Core/DoctorPillCore/doctortest.cpp | 2 +-
 src/Core/DoctorPillCore/doctortest.h   | 2 +-
 src/Core/DoctorPillCore/ipill.cpp      | 2 +-
 src/Core/DoctorPillCore/ipill.h        | 2 +-
 src/Core/doctorpill.cpp                | 2 +-
 src/Core/doctorpill.h                  | 2 +-
 src/Core/doctorpill_global.h.in        | 2 +-
 src/Example/CMakeLists.txt             | 2 +-
 src/Example/main.cpp                   | 2 +-
 src/GUI/CMakeLists.txt                 | 2 +-
 src/GUI/DoctorPillGui/doctormodel.cpp  | 2 +-
 src/GUI/DoctorPillGui/doctormodel.h    | 2 +-
 src/GUI/doctorpill_gui_global.h.in     | 2 +-
 src/GUI/doctorpillgui.cpp              | 2 +-
 src/GUI/doctorpillgui.h                | 2 +-
 submodules/CMake                       | 2 +-
 tests/CMakeLists.txt                   | 2 +-
 tests/tstMain.cpp                      | 2 +-
 tests/units/basetest.cpp               | 2 +-
 tests/units/basetest.h                 | 2 +-
 tests/units/test.cpp                   | 2 +-
 tests/units/test.h                     | 2 +-
 tests/units/testutils.cpp              | 2 +-
 tests/units/testutils.h                | 2 +-
 28 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 04ad0db..33303a1 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/Core/CMakeLists.txt b/src/Core/CMakeLists.txt
index 984430a..81a08f5 100644
--- a/src/Core/CMakeLists.txt
+++ b/src/Core/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/Core/DoctorPillCore/doctor.cpp b/src/Core/DoctorPillCore/doctor.cpp
index 61f70eb..138aed4 100644
--- a/src/Core/DoctorPillCore/doctor.cpp
+++ b/src/Core/DoctorPillCore/doctor.cpp
@@ -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/Core/DoctorPillCore/doctor.h b/src/Core/DoctorPillCore/doctor.h
index 97b5bcb..7811faa 100644
--- a/src/Core/DoctorPillCore/doctor.h
+++ b/src/Core/DoctorPillCore/doctor.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/Core/DoctorPillCore/doctortest.cpp b/src/Core/DoctorPillCore/doctortest.cpp
index 48a3e62..107c4b8 100644
--- a/src/Core/DoctorPillCore/doctortest.cpp
+++ b/src/Core/DoctorPillCore/doctortest.cpp
@@ -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/Core/DoctorPillCore/doctortest.h b/src/Core/DoctorPillCore/doctortest.h
index 343e856..f959c4b 100644
--- a/src/Core/DoctorPillCore/doctortest.h
+++ b/src/Core/DoctorPillCore/doctortest.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/Core/DoctorPillCore/ipill.cpp b/src/Core/DoctorPillCore/ipill.cpp
index fc66f78..74b675e 100644
--- a/src/Core/DoctorPillCore/ipill.cpp
+++ b/src/Core/DoctorPillCore/ipill.cpp
@@ -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/Core/DoctorPillCore/ipill.h b/src/Core/DoctorPillCore/ipill.h
index c76f60f..f5f8763 100644
--- a/src/Core/DoctorPillCore/ipill.h
+++ b/src/Core/DoctorPillCore/ipill.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/Core/doctorpill.cpp b/src/Core/doctorpill.cpp
index b1eb371..f83f2f1 100644
--- a/src/Core/doctorpill.cpp
+++ b/src/Core/doctorpill.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/Core/doctorpill.h b/src/Core/doctorpill.h
index 59b9e7e..4f53b61 100644
--- a/src/Core/doctorpill.h
+++ b/src/Core/doctorpill.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/Core/doctorpill_global.h.in b/src/Core/doctorpill_global.h.in
index 8326aad..cef50ac 100644
--- a/src/Core/doctorpill_global.h.in
+++ b/src/Core/doctorpill_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 1b19bc9..e3a9652 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/main.cpp b/src/Example/main.cpp
index 10a0bfb..6c2afae 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/GUI/CMakeLists.txt b/src/GUI/CMakeLists.txt
index d5805a8..d74d073 100644
--- a/src/GUI/CMakeLists.txt
+++ b/src/GUI/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/GUI/DoctorPillGui/doctormodel.cpp b/src/GUI/DoctorPillGui/doctormodel.cpp
index b00e9f5..b77e685 100644
--- a/src/GUI/DoctorPillGui/doctormodel.cpp
+++ b/src/GUI/DoctorPillGui/doctormodel.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/GUI/DoctorPillGui/doctormodel.h b/src/GUI/DoctorPillGui/doctormodel.h
index f1fbc96..f903cc7 100644
--- a/src/GUI/DoctorPillGui/doctormodel.h
+++ b/src/GUI/DoctorPillGui/doctormodel.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/GUI/doctorpill_gui_global.h.in b/src/GUI/doctorpill_gui_global.h.in
index 3e419f3..7403d3a 100644
--- a/src/GUI/doctorpill_gui_global.h.in
+++ b/src/GUI/doctorpill_gui_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/GUI/doctorpillgui.cpp b/src/GUI/doctorpillgui.cpp
index 3abc282..bbde085 100644
--- a/src/GUI/doctorpillgui.cpp
+++ b/src/GUI/doctorpillgui.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/GUI/doctorpillgui.h b/src/GUI/doctorpillgui.h
index fb1f5c9..e5ec80c 100644
--- a/src/GUI/doctorpillgui.h
+++ b/src/GUI/doctorpillgui.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 c2dfe79..a96691e 160000
--- a/submodules/CMake
+++ b/submodules/CMake
@@ -1 +1 @@
-Subproject commit c2dfe79c606aaadd2bfa6256c1ad47868a7400d7
+Subproject commit a96691e39974196e4739fbbb16e13eab5060c0ee
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 85b56bb..807f731 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 864c04d..1743e5d 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/basetest.cpp b/tests/units/basetest.cpp
index 4eeb975..bb97a6f 100644
--- a/tests/units/basetest.cpp
+++ b/tests/units/basetest.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/basetest.h b/tests/units/basetest.h
index ae46a11..3b273fa 100644
--- a/tests/units/basetest.h
+++ b/tests/units/basetest.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 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.