Review at  https://gerrit.osmocom.org/4904

osmo-mgw: Fix copyright notice

The copyright statement and contribution notices were copied 1:1
from OpenBSC, which is of course not correct for OsmoMGW.

Change-Id: I6143becdd0da589451efcbda530a78f655b7ce0b
---
M src/osmo-mgw/mgw_main.c
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/04/4904/1

diff --git a/src/osmo-mgw/mgw_main.c b/src/osmo-mgw/mgw_main.c
index 99efb15..20df923 100644
--- a/src/osmo-mgw/mgw_main.c
+++ b/src/osmo-mgw/mgw_main.c
@@ -64,11 +64,11 @@
 static int reset_endpoints = 0;
 static int daemonize = 0;
 
-const char *openbsc_copyright =
+const char *osmomgw_copyright =
        "Copyright (C) 2009-2010 Holger Freyther and On-Waves\r\n"
        "Copyright (C) 2017 by sysmocom s.f.m.c. GmbH <[email protected]>\r\n"
-       "Contributions by Daniel Willmann, Jan Lübbe, Stefan Schmidt\r\n"
-       "Dieter Spaar, Andreas Eversberg, Harald Welte\r\n\r\n"
+       "Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr\r\n"
+       "Philipp Maier\r\n\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";
@@ -263,7 +263,7 @@
        if (!cfg)
                return -1;
 
-       vty_info.copyright = openbsc_copyright;
+       vty_info.copyright = osmomgw_copyright;
        vty_init(&vty_info);
        logging_vty_add_cmds(NULL);
        osmo_stats_vty_add_cmds(&log_info);

-- 
To view, visit https://gerrit.osmocom.org/4904
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6143becdd0da589451efcbda530a78f655b7ce0b
Gerrit-PatchSet: 1
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>

Reply via email to