|
|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
//
|
|
|
|
|
/*
|
|
|
|
|
* Copyright (C) 2015,2016,2017 by Jonathan Naylor G4KLX
|
|
|
|
|
* Copyright (C) 2020-2022 by Bryan Biedenkapp N2PLL
|
|
|
|
|
* Copyright (C) 2020-2023 by Bryan Biedenkapp N2PLL
|
|
|
|
|
*
|
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
|
@ -132,7 +132,7 @@ void fatal(const char* msg, ...)
|
|
|
|
|
void usage(const char* message, const char* arg)
|
|
|
|
|
{
|
|
|
|
|
::fprintf(stdout, __PROG_NAME__ " %s (" DESCR_DMR DESCR_P25 DESCR_NXDN "CW Id, Network) (built %s)\n", __VER__, __BUILD__);
|
|
|
|
|
::fprintf(stdout, "Copyright (c) 2017-2022 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\n");
|
|
|
|
|
::fprintf(stdout, "Copyright (c) 2017-2023 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\n");
|
|
|
|
|
::fprintf(stdout, "Portions Copyright (c) 2015-2021 by Jonathan Naylor, G4KLX and others\n\n");
|
|
|
|
|
if (message != nullptr) {
|
|
|
|
|
::fprintf(stderr, "%s: ", g_progExe.c_str());
|
|
|
|
|
@ -218,7 +218,7 @@ int checkArgs(int argc, char* argv[])
|
|
|
|
|
}
|
|
|
|
|
else if (IS("-v")) {
|
|
|
|
|
::fprintf(stdout, __PROG_NAME__ " %s (" DESCR_DMR DESCR_P25 DESCR_NXDN "CW Id, Network) (built %s)\n", __VER__, __BUILD__);
|
|
|
|
|
::fprintf(stdout, "Copyright (c) 2017-2022 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\n");
|
|
|
|
|
::fprintf(stdout, "Copyright (c) 2017-2023 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\n");
|
|
|
|
|
::fprintf(stdout, "Portions Copyright (c) 2015-2021 by Jonathan Naylor, G4KLX and others\n");
|
|
|
|
|
if (argc == 2)
|
|
|
|
|
exit(EXIT_SUCCESS);
|
|
|
|
|
|