aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKévin Redon <kredon@sysmocom.de>2018-10-02 15:56:37 +0200
committerHarald Welte <laforge@gnumonks.org>2018-10-21 12:29:10 +0000
commit032fc5f844b08d9e395b135f396437193fd64db1 (patch)
treee6fb22b92be2298755c80d0ae41e7a8f1e1289d1
parentb1f99c909c6e1ac445ca083f0354f86cc5c11956 (diff)
remsim: update copyright
-rw-r--r--host/simtrace2-remsim.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/host/simtrace2-remsim.c b/host/simtrace2-remsim.c
index 5b8204e..d0bbb8c 100644
--- a/host/simtrace2-remsim.c
+++ b/host/simtrace2-remsim.c
@@ -1,7 +1,8 @@
/* simtrace2-remsim - main program for the host PC to provide a remote SIM
* using the SIMtrace 2 firmware in card emulation mode
*
- * (C) 2016 by Harald Welte <hwelte@hmw-consulting.de>
+ * (C) 2016-2017 by Harald Welte <hwelte@hmw-consulting.de>
+ * (C) 2018, sysmocom -s.f.m.c. GmbH, Author: Kevin Redon <kredon@sysmocom.de>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -484,7 +485,8 @@ static int process_usb_msg(struct cardem_inst *ci, uint8_t *buf, int len)
static void print_welcome(void)
{
printf("simtrace2-remsim - Remote SIM card forwarding\n"
- "(C) 2010-2017 by Harald Welte <laforge@gnumonks.org>\n\n");
+ "(C) 2010-2017, Harald Welte <laforge@gnumonks.org>\n"
+ "(C) 2018, sysmocom -s.f.m.c. GmbH, Author: Kevin Redon <kredon@sysmocom.de>\n\n");
}
static void print_help(void)