From c2a7883cd2a8a86ed76b2f0ded77cfc3968c9233 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Fri, 2 Dec 2016 23:21:51 -0500 Subject: correct licenses --- src/survive.c | 2 +- src/survive_data.c | 2 +- src/survive_internal.h | 2 +- src/survive_process.c | 14 +------------- src/survive_usb.c | 2 +- 5 files changed, 5 insertions(+), 17 deletions(-) (limited to 'src') diff --git a/src/survive.c b/src/survive.c index 0632c90..413f055 100644 --- a/src/survive.c +++ b/src/survive.c @@ -1,4 +1,4 @@ -//Copyright 2016 <>< C. N. Lohr +//Copyright 2016 <>< C. N. Lohr, FULLY Under MIT/x11 License. #include #include "survive_internal.h" diff --git a/src/survive_data.c b/src/survive_data.c index 47095b4..467b35f 100644 --- a/src/survive_data.c +++ b/src/survive_data.c @@ -1,4 +1,4 @@ -//<>< (C) 2016 C. N. Lohr +//<>< (C) 2016 C. N. Lohr, MOSTLY Under MIT/x11 License. // //Based off of https://github.com/collabora/OSVR-Vive-Libre // Originally Copyright 2016 Philipp Zabel diff --git a/src/survive_internal.h b/src/survive_internal.h index 234bc8d..bfda873 100644 --- a/src/survive_internal.h +++ b/src/survive_internal.h @@ -1,4 +1,4 @@ -//<>< (C) 2016 C. N. Lohr +//<>< (C) 2016 C. N. Lohr, MOSTLY Under MIT/x11 License. // //Based off of https://github.com/collabora/OSVR-Vive-Libre // Originally Copyright 2016 Philipp Zabel diff --git a/src/survive_process.c b/src/survive_process.c index 37ba96d..1ed88eb 100644 --- a/src/survive_process.c +++ b/src/survive_process.c @@ -1,16 +1,4 @@ -//<>< (C) 2016 C. N. Lohr -// -//Based off of https://github.com/collabora/OSVR-Vive-Libre -// Originally Copyright 2016 Philipp Zabel -// Originally Copyright 2016 Lubosz Sarnecki -// Originally Copyright (C) 2013 Fredrik Hultin -// Originally Copyright (C) 2013 Jakob Bornecrantz -// -//But, re-written as best as I can to get it put under a /real/ open souce license. -//If there are portions of the code too similar to the original, I would like to know -//so they can be re-written. -// -//Mostly vased off of vl_hid_reports (HTC Vive USB HID reports). +//<>< (C) 2016 C. N. Lohr, FULLY Under MIT/x11 License. #include "survive_internal.h" diff --git a/src/survive_usb.c b/src/survive_usb.c index 47248d8..b0282cb 100644 --- a/src/survive_usb.c +++ b/src/survive_usb.c @@ -1,4 +1,4 @@ -//<>< (C) 2016 C. N. Lohr +//<>< (C) 2016 C. N. Lohr, MOSTLY Under MIT/x11 License. // //Based off of https://github.com/collabora/OSVR-Vive-Libre // Originally Copyright 2016 Philipp Zabel -- cgit v1.2.3