Add myself in license and about dialog

This commit is contained in:
Martchus 2022-12-20 18:16:31 +01:00 committed by Fabien Givors
parent 2604e3d9b2
commit 0cd1b38c8a
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -577,6 +577,7 @@ void QtWindow::about()
QStringLiteral("<a href=\"https://www.pianobooster.org/\" ><b>https://www.pianobooster.org/</b></a><br><br>") %
tr("Copyright(c) L. J. Barman, 2008-2020; All rights reserved.<br>") %
tr("Copyright(c) Fabien Givors, 2018-2019; All rights reserved.<br>") %
tr("Copyright(c) Marius Kittler, 2021-2022; All rights reserved.<br>") %
QStringLiteral("<br>") %
tr("This program is made available "
"under the terms of the GNU General Public License version 3 as published by "