Update copyright notices
This commit is contained in:
parent
8f1b245789
commit
7b11eb90b8
|
|
@ -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 "
|
||||
|
|
|
|||
|
|
@ -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 "
|
||||
|
|
|
|||
|
|
@ -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 "
|
||||
|
|
|
|||
|
|
@ -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 "
|
||||
|
|
|
|||
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Reference in New Issue