Change in simtrace2[master]: remsim: update copyright

2018-10-21 Thread Harald Welte
Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/11360 )

Change subject: remsim: update copyright
..

remsim: update copyright

Change-Id: Ibcf093877ee53f8446c97bfa50c8370ceda24c53
---
M host/simtrace2-remsim.c
1 file changed, 4 insertions(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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 
+ * (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 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)

--
To view, visit https://gerrit.osmocom.org/11360
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibcf093877ee53f8446c97bfa50c8370ceda24c53
Gerrit-Change-Number: 11360
Gerrit-PatchSet: 2
Gerrit-Owner: Kévin Redon 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)


Change in simtrace2[master]: remsim: update copyright

2018-10-15 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/11360 )

Change subject: remsim: update copyright
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/11360
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ibcf093877ee53f8446c97bfa50c8370ceda24c53
Gerrit-Change-Number: 11360
Gerrit-PatchSet: 1
Gerrit-Owner: Kévin Redon 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)
Gerrit-Comment-Date: Mon, 15 Oct 2018 22:53:26 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in simtrace2[master]: remsim: update copyright

2018-10-15 Thread Kévin Redon
Kévin Redon has uploaded this change for review. ( 
https://gerrit.osmocom.org/11360


Change subject: remsim: update copyright
..

remsim: update copyright

Change-Id: Ibcf093877ee53f8446c97bfa50c8370ceda24c53
---
M host/simtrace2-remsim.c
1 file changed, 4 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/60/11360/1

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 
+ * (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 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)

--
To view, visit https://gerrit.osmocom.org/11360
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibcf093877ee53f8446c97bfa50c8370ceda24c53
Gerrit-Change-Number: 11360
Gerrit-PatchSet: 1
Gerrit-Owner: Kévin Redon