From 0cd1b38c8a8fc3437e613e08c450b7fbe8e6321d Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 20 Dec 2022 18:16:31 +0100 Subject: [PATCH] Add myself in license and about dialog --- license.txt | 1 + src/QtWindow.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/license.txt b/license.txt index 2f59035..d421db5 100644 --- a/license.txt +++ b/license.txt @@ -1,5 +1,6 @@ Copyright (c) 2008-2021 Louis James Barman, all rights reserved Copyright (c) 2018-2019 Fabien Givors, all rights reserved +Copyright (c) 2021-2022 Marius Kittler, all rights reserved The PianoBooster application diff --git a/src/QtWindow.cpp b/src/QtWindow.cpp index 084649e..ae4800d 100644 --- a/src/QtWindow.cpp +++ b/src/QtWindow.cpp @@ -577,6 +577,7 @@ void QtWindow::about() QStringLiteral("https://www.pianobooster.org/

") % tr("Copyright(c) L. J. Barman, 2008-2020; All rights reserved.
") % tr("Copyright(c) Fabien Givors, 2018-2019; All rights reserved.
") % + tr("Copyright(c) Marius Kittler, 2021-2022; All rights reserved.
") % QStringLiteral("
") % tr("This program is made available " "under the terms of the GNU General Public License version 3 as published by "