#include "about.h" #include #include #include "revision_utils.hpp" #include "ui_about.h" CAboutDlg::CAboutDlg(QWidget *parent) : QDialog(parent), ui(new Ui::CAboutDlg) { ui->setupUi(this); ui->labelTxt->setText ("

" + QString {"WSJT-X v" + QCoreApplication::applicationVersion () + " " + revision ()}.simplified () + "

" "

In memory of G4WJS, Bill Somerville (1956-2021),
" "who gave so much of himself to the WSJT project.

" "WSJT-X implements a number of digital modes designed for
" "weak-signal Amateur Radio communication.

" "© 2001-2022 by Joe Taylor, K1JT, Bill Somerville, G4WJS,
" "Steve Franke, K9AN, Nico Palermo, IV3NWV,
" "Chester Fennell, KG4IYS, and Uwe Risse, DG2YCB

" "We gratefully acknowledge contributions from AC6SL, AE4JY,
" "DF2ET, DJ0OT, G3WDG, G4KLA, IW3RAB, K3WYC, KA1GT,
" "KA6MAL, KA9Q, KB1ZMX, KD6EKQ, KI7MT, KK1D, ND0B, PY2SDR,
" "VE1SKY, VK3ACF, VK4BDJ, VK7MO, W3DJS, W3SZ, W4TI, W4TV,
" "and W9MDB.

" "WSJT-X is licensed under the terms of Version 3
" "of the GNU General Public License (GPL)

" "" "" "" "
" "https://www.gnu.org/licenses/gpl-3.0.txt
"); } CAboutDlg::~CAboutDlg() { }