From 689a2406c83176940f670d82bbbcd35ba37786cc Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 3 Oct 2017 15:59:47 +0000 Subject: [PATCH] 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 --- doc/common/license.adoc | 2 +- mainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/common/license.adoc b/doc/common/license.adoc index 8d46dae78..20cd29836 100755 --- a/doc/common/license.adoc +++ b/doc/common/license.adoc @@ -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.* diff --git a/mainwindow.cpp b/mainwindow.cpp index ec6353eff..1ddcb816f 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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); }