aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-12-25 19:13:13 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-12-25 19:24:00 +0100
commit89ade632bef1a34fe95af80fce3cbc913c20addb (patch)
treeb9d89db9c6109cee69d2bf5725bf0f7f90453f3f /src
parent5bf1e15c55340f236d84f70d3d04c871403d3503 (diff)
abisip-find: update copyright
Diffstat (limited to 'src')
-rw-r--r--src/ipaccess/abisip-find.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ipaccess/abisip-find.c b/src/ipaccess/abisip-find.c
index 2f8d80f16..cba8a7a3f 100644
--- a/src/ipaccess/abisip-find.c
+++ b/src/ipaccess/abisip-find.c
@@ -1,6 +1,7 @@
/* ip.access nanoBTS configuration tool */
/* (C) 2009-2010 by Harald Welte <laforge@gnumonks.org>
+ * (C) 2017 by sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
* All Rights Reserved
*
* This program is free software; you can redistribute it and/or modify
@@ -355,7 +356,8 @@ int main(int argc, char **argv)
struct osmo_fd bfd;
int rc;
- printf("abisip-find (C) 2009 by Harald Welte\n");
+ printf("abisip-find (C) 2009-2010 by Harald Welte\n");
+ printf(" (C) 2017 by sysmocom - s.f.m.c. GmbH\n");
printf("This is FREE SOFTWARE with ABSOLUTELY NO WARRANTY\n\n");
handle_options(argc, argv);