From c17bb04fd723a9117c635dd75a2d2f1fd775067e Mon Sep 17 00:00:00 2001 From: PianetaRadio <78976006+PianetaRadio@users.noreply.github.com> Date: Thu, 27 Apr 2023 20:12:32 +0200 Subject: [PATCH] Copyright date updated --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index c275b8a..f952223 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1540,7 +1540,7 @@ void MainWindow::on_action_AboutCatRadio_triggered() msgBox.setTextFormat(Qt::RichText); QString version = QString::number(VERSION_MAJ)+"."+QString::number(VERSION_MIN)+"."+QString::number(VERSION_MIC); msgBox.setText("CatRadio Radio control software
version "+version+" "+RELEASE_DATE); - msgBox.setInformativeText("

Copyright (C) 2022 Gianfranco Sordetti IZ8EWD
" + msgBox.setInformativeText("

Copyright (C) 2022-2023 Gianfranco Sordetti IZ8EWD
" "www.pianetaradio.it

" "

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
" "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
"