aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bs11_config.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-12-14 13:14:32 +0100
committerHarald Welte <laforge@gnumonks.org>2010-12-14 13:14:32 +0100
commit5f5189e658a146ff651103ceacfb151e92fe3fa1 (patch)
tree6bc1a309bd4f1e678d9f770aef67f563ee20a645 /openbsc/src/bs11_config.c
parentf751a10018ce05f7823f40988b4b8d7160b1c4cf (diff)
bs11_config: update copyright statement
Diffstat (limited to 'openbsc/src/bs11_config.c')
-rw-r--r--openbsc/src/bs11_config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/bs11_config.c b/openbsc/src/bs11_config.c
index 334f94a91..740cea5b5 100644
--- a/openbsc/src/bs11_config.c
+++ b/openbsc/src/bs11_config.c
@@ -1,6 +1,6 @@
/* Siemens BS-11 microBTS configuration tool */
-/* (C) 2009 by Harald Welte <laforge@gnumonks.org>
+/* (C) 2009-2010 by Harald Welte <laforge@gnumonks.org>
* All Rights Reserved
*
* This software is based on ideas (but not code) of BS11Config
@@ -741,7 +741,7 @@ void status_timer_cb(void *data)
static void print_banner(void)
{
- printf("bs11_config (C) 2009 by Harald Welte and Dieter Spaar\n");
+ printf("bs11_config (C) 2009-2010 by Harald Welte and Dieter Spaar\n");
printf("This is FREE SOFTWARE with ABSOLUTELY NO WARRANTY\n\n");
}