update VTY / copyright message

* extend year to 2020
* Pau and Vadim have contributed significatnly
* fix typo (ot -> to)

Change-Id: I5c23e704dd958faf450b2427ff706ac65d4848f4
This commit is contained in:
Harald Welte 2020-11-11 20:46:45 +01:00
parent e7c8067df0
commit 48e2988539
1 changed files with 3 additions and 3 deletions

View File

@ -60,10 +60,10 @@ static const struct log_info log_info = {
};
static const char stp_copyright[] =
"Copyright (C) 2015-2017 by Harald Welte <laforge@gnumonks.org>\r\n"
"Contributions by Holger Freyther, Neels Hofmeyr\r\n"
"Copyright (C) 2015-2020 by Harald Welte <laforge@gnumonks.org>\r\n"
"Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy\r\n"
"License GPLv2+: GNU GPL Version 2 or later <http://gnu.org/licenses/gpl-2.0.html>\r\n"
"This is free software: you are free ot change and redistribute it.\r\n"
"This is free software: you are free to change and redistribute it.\r\n"
"There is NO WARRANTY, to the extent permitted by law.\r\n\r\n"
"Free Software lives by contribution. If you use this, please contribute!\r\n";