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.");