aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-11-11 20:46:45 +0100
committerHarald Welte <laforge@osmocom.org>2020-11-11 20:46:45 +0100
commit48e298853901aecba47220ce3816d7470b992972 (patch)
treedd962cb8053d0659f5a34f75f1e1b6cc1876606d
parente7c8067df026fd294af2c95fbd2ceb16eeab7d74 (diff)
update VTY / copyright message
* extend year to 2020 * Pau and Vadim have contributed significatnly * fix typo (ot -> to) Change-Id: I5c23e704dd958faf450b2427ff706ac65d4848f4
-rw-r--r--stp/stp_main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/stp/stp_main.c b/stp/stp_main.c
index 33305b3..42f7108 100644
--- a/stp/stp_main.c
+++ b/stp/stp_main.c
@@ -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";