Change in simtrace2[master]: host: set license to GPLv2+

2018-07-11 Thread Harald Welte
Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/9915 )

Change subject: host: set license to GPLv2+
..

host: set license to GPLv2+

Change-Id: I0948d74874af1d3a0f1b4cbcb4a838e4ecd9fe3f
---
M host/apdu_dispatch.c
M host/apdu_dispatch.h
M host/libusb_util.c
M host/libusb_util.h
M host/simtrace2-discovery.c
M host/simtrace2-discovery.h
M host/simtrace2-remsim.c
M host/simtrace2-sniff.c
M host/simtrace2_usb.c
M host/usb2udp.c
10 files changed, 153 insertions(+), 40 deletions(-)

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



diff --git a/host/apdu_dispatch.c b/host/apdu_dispatch.c
index 6bdba9f..7c7ed01 100644
--- a/host/apdu_dispatch.c
+++ b/host/apdu_dispatch.c
@@ -2,20 +2,20 @@
  *
  * (C) 2016 by Harald Welte 
  *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License version 2
- *  as published by the Free Software Foundation
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
  *
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, 
USA.
  */
-
 #include 
 #include 
 #include 
diff --git a/host/apdu_dispatch.h b/host/apdu_dispatch.h
index c76c8ec..2c99858 100644
--- a/host/apdu_dispatch.h
+++ b/host/apdu_dispatch.h
@@ -1,3 +1,21 @@
+/* apdu_dispatch - State machine to determine Rx/Tx phases of APDU
+ *
+ * (C) 2016 by Harald Welte 
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, 
USA.
+ */
 #pragma once

 #include 
diff --git a/host/libusb_util.c b/host/libusb_util.c
index 5ee685e..8565372 100644
--- a/host/libusb_util.c
+++ b/host/libusb_util.c
@@ -1,3 +1,21 @@
+/* libisb utilities
+ *
+ * (C) 2010-2016 by Harald Welte 
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, 
USA.
+ */
 #include 
 #include 
 #include 
diff --git a/host/libusb_util.h b/host/libusb_util.h
index 5bbe3cb..2b2d92e 100644
--- a/host/libusb_util.h
+++ b/host/libusb_util.h
@@ -1,3 +1,21 @@
+/* libisb utilities
+ *
+ * (C) 2010-2016 by Harald Welte 
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * 

Change in simtrace2[master]: host: set license to GPLv2+

2018-07-11 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/9915 )

Change subject: host: set license to GPLv2+
..


Patch Set 5: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/9915
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: I0948d74874af1d3a0f1b4cbcb4a838e4ecd9fe3f
Gerrit-Change-Number: 9915
Gerrit-PatchSet: 5
Gerrit-Owner: Kévin Redon 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Kévin Redon 
Gerrit-Comment-Date: Wed, 11 Jul 2018 20:24:42 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in simtrace2[master]: host: set license to GPLv2+

2018-07-11 Thread Kévin Redon
Kévin Redon has posted comments on this change. ( 
https://gerrit.osmocom.org/9915 )

Change subject: host: set license to GPLv2+
..


Patch Set 5:

argh, wrong copy paste. now fixed


--
To view, visit https://gerrit.osmocom.org/9915
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: I0948d74874af1d3a0f1b4cbcb4a838e4ecd9fe3f
Gerrit-Change-Number: 9915
Gerrit-PatchSet: 5
Gerrit-Owner: Kévin Redon 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Kévin Redon 
Gerrit-Comment-Date: Wed, 11 Jul 2018 20:04:39 +
Gerrit-HasComments: No
Gerrit-HasLabels: No


Change in simtrace2[master]: host: set license to GPLv2+

2018-07-11 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/9915 )

Change subject: host: set license to GPLv2+
..


Patch Set 4: Code-Review-1

I'm sorry, but as mentioned several times, it should be "version 2 or later", 
while your patch now adds "version 2" (only)


--
To view, visit https://gerrit.osmocom.org/9915
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: I0948d74874af1d3a0f1b4cbcb4a838e4ecd9fe3f
Gerrit-Change-Number: 9915
Gerrit-PatchSet: 4
Gerrit-Owner: Kévin Redon 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Comment-Date: Wed, 11 Jul 2018 19:51:37 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in simtrace2[master]: host: set license to GPLv2+

2018-07-10 Thread Kévin Redon
Hello Jenkins Builder,

I'd like you to reexamine a change. Please visit

https://gerrit.osmocom.org/9915

to look at the new patch set (#2).

Change subject: host: set license to GPLv2+
..

host: set license to GPLv2+

Change-Id: I0948d74874af1d3a0f1b4cbcb4a838e4ecd9fe3f
---
M host/apdu_dispatch.c
M host/apdu_dispatch.h
M host/libusb_util.c
M host/libusb_util.h
M host/simtrace2-discovery.c
M host/simtrace2-discovery.h
M host/simtrace2-remsim.c
M host/simtrace2-sniff.c
M host/simtrace2_usb.c
M host/usb2udp.c
10 files changed, 134 insertions(+), 30 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/15/9915/2
--
To view, visit https://gerrit.osmocom.org/9915
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0948d74874af1d3a0f1b4cbcb4a838e4ecd9fe3f
Gerrit-Change-Number: 9915
Gerrit-PatchSet: 2
Gerrit-Owner: Kévin Redon 
Gerrit-Reviewer: Jenkins Builder


Change in simtrace2[master]: host: set license to GPLv2+

2018-07-08 Thread Kévin Redon
Kévin Redon has uploaded this change for review. ( 
https://gerrit.osmocom.org/9915


Change subject: host: set license to GPLv2+
..

host: set license to GPLv2+

Change-Id: I0948d74874af1d3a0f1b4cbcb4a838e4ecd9fe3f
---
M host/apdu_dispatch.c
M host/apdu_dispatch.h
M host/libusb_util.c
M host/libusb_util.h
M host/simtrace2-discovery.c
M host/simtrace2-discovery.h
M host/simtrace2-remsim.c
M host/simtrace2-sniff.c
M host/simtrace2_usb.c
M host/usb2udp.c
10 files changed, 134 insertions(+), 30 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/15/9915/1

diff --git a/host/apdu_dispatch.c b/host/apdu_dispatch.c
index 6bdba9f..080ab82 100644
--- a/host/apdu_dispatch.c
+++ b/host/apdu_dispatch.c
@@ -2,20 +2,19 @@
  *
  * (C) 2016 by Harald Welte 
  *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License version 2
- *  as published by the Free Software Foundation
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation
  *
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-
 #include 
 #include 
 #include 
diff --git a/host/apdu_dispatch.h b/host/apdu_dispatch.h
index c76c8ec..b5fe3a2 100644
--- a/host/apdu_dispatch.h
+++ b/host/apdu_dispatch.h
@@ -1,3 +1,20 @@
+/* apdu_dispatch - State machine to determine Rx/Tx phases of APDU
+ *
+ * (C) 2016 by Harald Welte 
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 #pragma once

 #include 
diff --git a/host/libusb_util.c b/host/libusb_util.c
index 5ee685e..4846cab 100644
--- a/host/libusb_util.c
+++ b/host/libusb_util.c
@@ -1,3 +1,20 @@
+/* libisb utilities
+ *
+ * (C) 2010-2016 by Harald Welte 
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 #include 
 #include 
 #include 
diff --git a/host/libusb_util.h b/host/libusb_util.h
index 5bbe3cb..c2b646f 100644
--- a/host/libusb_util.h
+++ b/host/libusb_util.h
@@ -1,3 +1,20 @@
+/* libisb utilities
+ *
+ * (C) 2010-2016 by Harald Welte 
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 #pragma once

 #include 
diff --git