From b031a2cdbece6e6f36dd405032d09bf4a2a61e80 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Sat, 30 Mar 2019 09:50:11 -0400 Subject: [PATCH] Updated copyright --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 508e882..5ec6021 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -3419,7 +3419,7 @@ void MainWindow::on_actionCopyright_Notice_triggered() "IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; " "Philip Karn, KA9Q; and other members of the WSJT Development Group.\n\n" "Further, the source code of JS8Call contains material Copyright (C) " - "2018 by Jordan Sherer, KN4CRD.\""); + "2018-2019 by Jordan Sherer, KN4CRD.\""); MessageBox::warning_message(this, message); }