aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-11-11 18:22:26 +0100
committerHarald Welte <laforge@osmocom.org>2022-11-11 18:22:45 +0100
commita590b1a15a27c308dad4be7498c6bb07d7dea16f (patch)
tree67f26e905269ac61f73cba3da0e9172b64a72c7c
parenteba8816d5133e633eec97dd86460ca6c0caa5cac (diff)
update outdated vty copyright statement
-rw-r--r--src/common/vty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/vty.c b/src/common/vty.c
index 38448b13..a33d7193 100644
--- a/src/common/vty.c
+++ b/src/common/vty.c
@@ -149,7 +149,8 @@ int bts_vty_is_config_node(struct vty *vty, int node)
}
static const char osmobts_copyright[] =
- "Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves\r\n"
+ "Copyright (C) 2010-2011 by Harald Welte, Andreas Eversberg and On-Waves\r\n"
+ "Copyright (C) 2011-2022 by sysmocom - s.f.m.c. GmbH\r\n"
"License AGPLv3+: GNU AGPL version 3 or later <http://gnu.org/licenses/agpl-3.0.html>\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";