diff --git a/src/svxlink/devcal/devcal.cpp b/src/svxlink/devcal/devcal.cpp index 37354aff..2a915d86 100644 --- a/src/svxlink/devcal/devcal.cpp +++ b/src/svxlink/devcal/devcal.cpp @@ -6,7 +6,7 @@ \verbatim SvxLink - A Multi Purpose Voice Services System for Ham Radio Use -Copyright (C) 2003-2019 Tobias Blomberg / SM0SVX +Copyright (C) 2003-2020 Tobias Blomberg / SM0SVX 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 @@ -484,7 +484,7 @@ static const unsigned audio_ch = 0; int main(int argc, const char *argv[]) { cout << PROGRAM_NAME " v" DEVCAL_VERSION - " Copyright (C) 2003-2019 Tobias Blomberg / SM0SVX\n\n"; + " Copyright (C) 2003-2020 Tobias Blomberg / SM0SVX\n\n"; cout << PROGRAM_NAME " comes with ABSOLUTELY NO WARRANTY. " "This is free software, and you\n"; cout << "are welcome to redistribute it in accordance with the " diff --git a/src/svxlink/reflector/svxreflector.cpp b/src/svxlink/reflector/svxreflector.cpp index 7e85f670..84375807 100644 --- a/src/svxlink/reflector/svxreflector.cpp +++ b/src/svxlink/reflector/svxreflector.cpp @@ -9,7 +9,7 @@ nodes together. \verbatim SvxReflector - An audio reflector for connecting SvxLink Servers -Copyright (C) 2003-2019 Tobias Blomberg / SM0SVX +Copyright (C) 2003-2020 Tobias Blomberg / SM0SVX 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 @@ -412,7 +412,7 @@ int main(int argc, const char *argv[]) cfg.getValue("GLOBAL", "TIMESTAMP_FORMAT", tstamp_format); cout << PROGRAM_NAME " v" SVXREFLECTOR_VERSION - " Copyright (C) 2003-2019 Tobias Blomberg / SM0SVX\n\n"; + " Copyright (C) 2003-2020 Tobias Blomberg / SM0SVX\n\n"; cout << PROGRAM_NAME " comes with ABSOLUTELY NO WARRANTY. " "This is free software, and you are\n"; cout << "welcome to redistribute it in accordance with the " diff --git a/src/svxlink/remotetrx/remotetrx.cpp b/src/svxlink/remotetrx/remotetrx.cpp index 1018c860..48f83891 100644 --- a/src/svxlink/remotetrx/remotetrx.cpp +++ b/src/svxlink/remotetrx/remotetrx.cpp @@ -10,7 +10,7 @@ server core (e.g. via a TCP/IP network). \verbatim RemoteTrx - A remote receiver for the SvxLink server -Copyright (C) 2003-2019 Tobias Blomberg / SM0SVX +Copyright (C) 2003-2020 Tobias Blomberg / SM0SVX 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 @@ -474,7 +474,7 @@ int main(int argc, char **argv) cfg.getValue("GLOBAL", "TIMESTAMP_FORMAT", tstamp_format); cout << PROGRAM_NAME " v" REMOTE_TRX_VERSION - " Copyright (C) 2003-2019 Tobias Blomberg / SM0SVX\n\n"; + " Copyright (C) 2003-2020 Tobias Blomberg / SM0SVX\n\n"; cout << PROGRAM_NAME " comes with ABSOLUTELY NO WARRANTY. " "This is free software, and you are\n"; cout << "welcome to redistribute it in accordance with the " diff --git a/src/svxlink/siglevdetcal/siglevdetcal.cpp b/src/svxlink/siglevdetcal/siglevdetcal.cpp index 4534bab6..5210ebd1 100644 --- a/src/svxlink/siglevdetcal/siglevdetcal.cpp +++ b/src/svxlink/siglevdetcal/siglevdetcal.cpp @@ -218,7 +218,7 @@ int main(int argc, char **argv) CppApplication app; cout << PROGRAM_NAME " v" SIGLEV_DET_CAL_VERSION - " Copyright (C) 2003-2019 Tobias Blomberg / SM0SVX\n\n"; + " Copyright (C) 2003-2020 Tobias Blomberg / SM0SVX\n\n"; cout << PROGRAM_NAME " comes with ABSOLUTELY NO WARRANTY. " "This is free software, and you\n"; cout << "are welcome to redistribute it in accordance with the " diff --git a/src/svxlink/svxlink/svxlink.cpp b/src/svxlink/svxlink/svxlink.cpp index a48d35cd..09cbc184 100644 --- a/src/svxlink/svxlink/svxlink.cpp +++ b/src/svxlink/svxlink/svxlink.cpp @@ -6,7 +6,7 @@ \verbatim SvxLink - A Multi Purpose Voice Services System for Ham Radio Use -Copyright (C) 2003-2019 Tobias Blomberg / SM0SVX +Copyright (C) 2003-2020 Tobias Blomberg / SM0SVX 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 @@ -435,7 +435,7 @@ int main(int argc, char **argv) cfg.getValue("GLOBAL", "TIMESTAMP_FORMAT", tstamp_format); cout << PROGRAM_NAME " v" SVXLINK_VERSION - " Copyright (C) 2003-2019 Tobias Blomberg / SM0SVX\n\n"; + " Copyright (C) 2003-2020 Tobias Blomberg / SM0SVX\n\n"; cout << PROGRAM_NAME " comes with ABSOLUTELY NO WARRANTY. " "This is free software, and you are\n"; cout << "welcome to redistribute it in accordance with the terms "