aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_init.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-24 10:24:38 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-24 10:24:38 +0100
commitf99f0930fd02a5ef164c54fe8926a7e0b11acbdb (patch)
tree74522f7ea934366676803028058edd07029a3702 /openbsc/src/bsc_init.c
parent3e57388305cb35edf39d9b4984f6ac8f5e36509d (diff)
Move the version/copyright string to a separate file
It didn't really belong into the bsc_init.c... now we could even easily autogenerate this file.
Diffstat (limited to 'openbsc/src/bsc_init.c')
-rw-r--r--openbsc/src/bsc_init.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/openbsc/src/bsc_init.c b/openbsc/src/bsc_init.c
index 957ccfb9b..f3436621f 100644
--- a/openbsc/src/bsc_init.c
+++ b/openbsc/src/bsc_init.c
@@ -33,25 +33,11 @@
#include <openbsc/signal.h>
#include <osmocore/talloc.h>
-#include "bscconfig.h"
-
-
/* global pointer to the gsm network data structure */
extern struct gsm_network *bsc_gsmnet;
static void patch_nm_tables(struct gsm_bts *bts);
-
-const char *openbsc_version = "OpenBSC " PACKAGE_VERSION;
-const char *openbsc_copyright =
- "Copyright (C) 2008-2010 Harald Welte, Holger Freyther\n"
- "Contributions by Daniel Willmann, Jan Lübbe,Stefan Schmidt\n"
- "Dieter Spaar, Andreas Eversberg\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"
- "There is NO WARRANTY, to the extent permitted by law.\n";
-
-
/* The following definitions are for OM and NM packets that we cannot yet
* generate by code but we just pass on */