mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-24 01:08:32 +03:00
remsim: update copyright
Change-Id: Ibcf093877ee53f8446c97bfa50c8370ceda24c53
This commit is contained in:
committed by
Harald Welte
parent
b1f99c909c
commit
032fc5f844
@@ -1,7 +1,8 @@
|
|||||||
/* simtrace2-remsim - main program for the host PC to provide a remote SIM
|
/* simtrace2-remsim - main program for the host PC to provide a remote SIM
|
||||||
* using the SIMtrace 2 firmware in card emulation mode
|
* 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
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* 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)
|
static void print_welcome(void)
|
||||||
{
|
{
|
||||||
printf("simtrace2-remsim - Remote SIM card forwarding\n"
|
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)
|
static void print_help(void)
|
||||||
|
|||||||
Reference in New Issue
Block a user