aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2016-12-02 23:21:51 -0500
committercnlohr <lohr85@gmail.com>2016-12-02 23:21:51 -0500
commitc2a7883cd2a8a86ed76b2f0ded77cfc3968c9233 (patch)
tree545abc06d62b51d28fa050dc770077bc044e5316 /src
parentfc6d7f06380facef3fe2fe100b44517b53227e05 (diff)
downloadlibsurvive-c2a7883cd2a8a86ed76b2f0ded77cfc3968c9233.tar.gz
libsurvive-c2a7883cd2a8a86ed76b2f0ded77cfc3968c9233.tar.bz2
correct licenses
Diffstat (limited to 'src')
-rw-r--r--src/survive.c2
-rw-r--r--src/survive_data.c2
-rw-r--r--src/survive_internal.h2
-rw-r--r--src/survive_process.c14
-rw-r--r--src/survive_usb.c2
5 files changed, 5 insertions, 17 deletions
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 <survive.h>
#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 <lubosz.sarnecki@collabora.co.uk>
-// 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