From ce2f862b6a8f0cd7e72237eb34e38118d79f5161 Mon Sep 17 00:00:00 2001 From: Elliott Liggett Date: Thu, 8 Jul 2021 01:01:24 -0700 Subject: [PATCH] More about box modifications --- aboutbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aboutbox.cpp b/aboutbox.cpp index cf4fd6c..08d163a 100644 --- a/aboutbox.cpp +++ b/aboutbox.cpp @@ -15,8 +15,8 @@ aboutbox::aboutbox(QWidget *parent) : ui->topText->setText("wfview version 1.1a"); QString head = QString(""); - QString copyright = QString("Copyright 2017-2021 Elliott H. Liggett, W6EL. All rights reserved."); - QString nacode = QString("

Networking and audio code written by Phil Taylor, M0VSE"); + QString copyright = QString("Copyright 2017-2021 Elliott H. Liggett, W6EL. All rights reserved. wfview source code is licensed under the GNU GPLv3."); + QString nacode = QString("

Networking, audio, rigctl server, and much more written by Phil Taylor, M0VSE"); QString doctest = QString("

Testing, documentation, bug fixes, and development mentorship from
Roeland Jansen, PA3MET, and Jim Nijkamp, PA8E.");