Add KA9Q to the copyright notice.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8160 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2017-10-03 15:59:47 +00:00
parent b42d88fe01
commit 689a2406c8
2 changed files with 2 additions and 2 deletions

View File

@ -26,4 +26,4 @@ JT6M, JT9, JT65, JTMS, QRA64, ISCAT, MSK144, are Copyright (C)
2001-2017 by one or more of the following authors: Joseph Taylor,
K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo,
IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR;
and other members of the WSJT Development Group.*
Philip Karn, KA9Q; and other members of the WSJT Development Group.*

View File

@ -2151,7 +2151,7 @@ void MainWindow::on_actionCopyright_Notice_triggered()
"2001-2017 by one or more of the following authors: Joseph Taylor, "
"K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, "
"IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; "
"and other members of the WSJT Development Group.\"");
"Philip Karn, KA9Q; and other members of the WSJT Development Group.\"");
MessageBox::warning_message(this, message);
}