summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-01-15 20:13:02 +0100
committerHarald Welte <laforge@gnumonks.org>2017-01-15 20:46:26 +0100
commitf95d518c63b5d41f601a8d2eba61c2345bdbd2a2 (patch)
tree389ff498c1901882c55fcea25994e20149c0216a
parentb29c24bcb77e58f8ec57f5180766baafb3a2c7cd (diff)
mobile: Finally fix copyright notice
After 7 years it is about time...
-rw-r--r--src/host/layer23/src/mobile/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/host/layer23/src/mobile/main.c b/src/host/layer23/src/mobile/main.c
index a6dd082a..630bc535 100644
--- a/src/host/layer23/src/mobile/main.c
+++ b/src/host/layer23/src/mobile/main.c
@@ -72,8 +72,8 @@ const char *debug_default =
"DCS:DNB:DPLMN:DRR:DMM:DSIM:DCC:DMNCC:DSS:DLSMS:DPAG:DSUM:DSAP";
const char *openbsc_copyright =
- "Copyright (C) 2008-2010 ...\n"
- "Contributions by ...\n\n"
+ "Copyright (C) 2010-2015 Andreas Eversberg, Sylvain Munaut, Holger Freyther, Harald Welte\n"
+ "Contributions by Alex Badea, Pablo Neira, Steve Markgraf and others\n\n"
"License GPLv2+: GNU GPL version 2 or later "
"<http://gnu.org/licenses/gpl.html>\n"
"This is free software: you are free to change and redistribute it.\n"