|
|
|
|
@ -67,7 +67,7 @@ void fatal(const char* msg, ...)
|
|
|
|
|
void usage(const char* message, const char* arg)
|
|
|
|
|
{
|
|
|
|
|
::fprintf(stdout, __PROG_NAME__ " %s (built %s)\r\n", __VER__, __BUILD__);
|
|
|
|
|
::fprintf(stdout, "Copyright (c) 2017-2025 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\n");
|
|
|
|
|
::fprintf(stdout, "Copyright (c) 2017-2026 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());
|
|
|
|
|
@ -134,7 +134,7 @@ int checkArgs(int argc, char* argv[])
|
|
|
|
|
}
|
|
|
|
|
else if (IS("-v")) {
|
|
|
|
|
::fprintf(stdout, __PROG_NAME__ " %s (built %s)\r\n", __VER__, __BUILD__);
|
|
|
|
|
::fprintf(stdout, "Copyright (c) 2017-2025 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\n");
|
|
|
|
|
::fprintf(stdout, "Copyright (c) 2017-2026 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 (argc == 2)
|
|
|
|
|
exit(EXIT_SUCCESS);
|
|
|
|
|
@ -186,7 +186,7 @@ int main(int argc, char** argv)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::LogInfo(__PROG_NAME__ " " __VER__ " (built " __BUILD__ ")\r\n" \
|
|
|
|
|
"Copyright (c) 2017-2025 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\r\n" \
|
|
|
|
|
"Copyright (c) 2017-2026 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\r\n" \
|
|
|
|
|
"Portions Copyright (c) 2015-2021 by Jonathan Naylor, G4KLX and others\r\n" \
|
|
|
|
|
">> Talkgroup Rules Editor\r\n");
|
|
|
|
|
|
|
|
|
|
|