aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/main.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-04-16 18:49:11 +0200
committerHarald Welte <laforge@gnumonks.org>2012-04-19 09:38:30 +0200
commit0be33e3add129843ae1c519477e5904b0330f315 (patch)
tree0c0c5d0b1e59988a7ac300be99fe1f49ccda8813 /src/osmo-bts-sysmo/main.c
parentb03f8ae4f05b16997c3db5ed9454672a0d18e679 (diff)
common: Add the copyright text to the vty_app_info
This will make app -V print the copyright information like the other applications of our universe. An BTS integration that want to list additionaly copyright holders needs to access the vty_app_info and create a new copyright string.
Diffstat (limited to 'src/osmo-bts-sysmo/main.c')
-rw-r--r--src/osmo-bts-sysmo/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/main.c b/src/osmo-bts-sysmo/main.c
index 747c50dd..cf600481 100644
--- a/src/osmo-bts-sysmo/main.c
+++ b/src/osmo-bts-sysmo/main.c
@@ -49,7 +49,6 @@ const uint8_t abis_mac[6] = { 0,1,2,3,4,5 };
const char *software_version = "0815";
static const char *config_file = "osmo-bts.cfg";
-extern const char *osmobts_copyright;
static int daemonize = 0;
static unsigned int dsp_trace = 0x71c00020;