From f09b097ec71ad5e36b6d5745e86aa8981fac51ce Mon Sep 17 00:00:00 2001
From: EndrII <EndrIIMail@gmail.com>
Date: Sat, 31 Dec 2022 11:20:21 +0300
Subject: [PATCH] copyright update

---
 CMake                            | 2 +-
 CMakeLists.txt                   | 2 +-
 src/Library/CMakeLists.txt       | 2 +-
 src/Library/src/credits.h        | 2 +-
 src/Library/src/credits_global.h | 2 +-
 tests/CMakeLists.txt             | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/CMake b/CMake
index e45bd71..c2dfe79 160000
--- a/CMake
+++ b/CMake
@@ -1 +1 @@
-Subproject commit e45bd7179929a0f9ea198bdec28046ec5a855190
+Subproject commit c2dfe79c606aaadd2bfa6256c1ad47868a7400d7
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 173fcee..eddcb76 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2020-2022 QuasarApp.
+# Copyright (C) 2020-2023 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/Library/CMakeLists.txt b/src/Library/CMakeLists.txt
index 8592d87..c6a9674 100644
--- a/src/Library/CMakeLists.txt
+++ b/src/Library/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2020-2022 QuasarApp.
+# Copyright (C) 2020-2023 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/Library/src/credits.h b/src/Library/src/credits.h
index 5ef5e3e..160f0e8 100644
--- a/src/Library/src/credits.h
+++ b/src/Library/src/credits.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2022 QuasarApp.
+//# Copyright (C) 2018-2023 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/Library/src/credits_global.h b/src/Library/src/credits_global.h
index 6bf3dfa..508a6bb 100644
--- a/src/Library/src/credits_global.h
+++ b/src/Library/src/credits_global.h
@@ -1,5 +1,5 @@
 //#
-//# Copyright (C) 2018-2022 QuasarApp.
+//# Copyright (C) 2018-2023 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 8ce77c2..fda3d32 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2020-2022 QuasarApp.
+# Copyright (C) 2020-2023 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.