From 032fc5f844b08d9e395b135f396437193fd64db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Redon?= Date: Tue, 2 Oct 2018 15:56:37 +0200 Subject: [PATCH] remsim: update copyright Change-Id: Ibcf093877ee53f8446c97bfa50c8370ceda24c53 --- host/simtrace2-remsim.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/host/simtrace2-remsim.c b/host/simtrace2-remsim.c index 5b8204eb..d0bbb8ce 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 + * (C) 2016-2017 by Harald Welte + * (C) 2018, sysmocom -s.f.m.c. GmbH, Author: Kevin Redon * * 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 \n\n"); + "(C) 2010-2017, Harald Welte \n" + "(C) 2018, sysmocom -s.f.m.c. GmbH, Author: Kevin Redon \n\n"); } static void print_help(void)