mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -05:00
Update the "About" screen. Add reference and link to GPL v3.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6781 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
2beef948d9
commit
0bc613e764
@ -19,13 +19,16 @@ CAboutDlg::CAboutDlg(QWidget *parent) :
|
|||||||
+ QCoreApplication::applicationVersion ()
|
+ QCoreApplication::applicationVersion ()
|
||||||
+ " " + revision ()}.simplified ()
|
+ " " + revision ()}.simplified ()
|
||||||
+ "</h2>\n\n"
|
+ "</h2>\n\n"
|
||||||
"WSJT-X implements digital modes JT9 and JT65 for <br>"
|
"WSJT-X implements a number of digital modes designed for <br>"
|
||||||
"Amateur Radio communication. <br><br>"
|
"weak-signal Amateur Radio communication. <br><br>"
|
||||||
"© 2001-2016 by Joe Taylor, K1JT, with grateful <br>"
|
"© 2001-2016 by Joe Taylor, K1JT, with grateful <br>"
|
||||||
"acknowledgment for contributions from AC6SL, AE4JY, <br>"
|
"acknowledgment for contributions from AC6SL, AE4JY, <br>"
|
||||||
"DJ0OT, G4KLA, G4WJS, IW3RAB, K3WYC, K9AN, KA6MAL, <br>"
|
"DJ0OT, G4KLA, G4WJS, IW3RAB, K3WYC, K9AN, KA6MAL, <br>"
|
||||||
"KA9Q, KB1ZMX, KD6EKQ, KI7MT, KK1D, ND0B, PY2SDR, <br>"
|
"KA9Q, KB1ZMX, KD6EKQ, KI7MT, KK1D, ND0B, PY2SDR, <br>"
|
||||||
"VK3ACF, VK4BDJ, W4TI, W4TV, and W9MDB.<br>");
|
"VK3ACF, VK4BDJ, W4TI, W4TV, and W9MDB.<br><br>"
|
||||||
|
"WSJT-X is licensed under the terms of Version 3 <br>"
|
||||||
|
"of the GNU General Public License (GPL) <br>"
|
||||||
|
"https://www.gnu.org/licenses/gpl-3.0.txt");
|
||||||
}
|
}
|
||||||
|
|
||||||
CAboutDlg::~CAboutDlg()
|
CAboutDlg::~CAboutDlg()
|
||||||
|
Loading…
Reference in New Issue
Block a user