aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--src/survive.c2
-rw-r--r--src/survive_data.c15
-rw-r--r--src/survive_internal.h14
-rw-r--r--src/survive_process.c14
-rw-r--r--src/survive_usb.c2
6 files changed, 45 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index ce16fc0..9dc4321 100644
--- a/LICENSE
+++ b/LICENSE
@@ -14,7 +14,7 @@ All other code is:
MIT License
-Copyright (c) <>< 2016 CNLohr
+Copyright (c) <>< 2016 C. N. Lohr
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/src/survive.c b/src/survive.c
index 751cc01..0632c90 100644
--- a/src/survive.c
+++ b/src/survive.c
@@ -1,3 +1,5 @@
+//Copyright 2016 <>< C. N. Lohr
+
#include <survive.h>
#include "survive_internal.h"
#include <stdio.h>
diff --git a/src/survive_data.c b/src/survive_data.c
index e9ca274..47095b4 100644
--- a/src/survive_data.c
+++ b/src/survive_data.c
@@ -1,5 +1,16 @@
-
-//Based off of vl_hid_reports (HTC Vive USB HID reports). Who would license a header un the GPL???
+//<>< (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).
#include "survive_internal.h"
#include <stdint.h>
diff --git a/src/survive_internal.h b/src/survive_internal.h
index ac45857..234bc8d 100644
--- a/src/survive_internal.h
+++ b/src/survive_internal.h
@@ -1,3 +1,17 @@
+//<>< (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).
+
#ifndef _SURVIVE_INTERNAL_H
#define _SURVIVE_INTERNAL_H
diff --git a/src/survive_process.c b/src/survive_process.c
index 18cc1da..37ba96d 100644
--- a/src/survive_process.c
+++ b/src/survive_process.c
@@ -1,3 +1,17 @@
+//<>< (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).
+
#include "survive_internal.h"
void survive_light_process( struct SurviveObject * so, int sensor_id, int acode, int timeinsweep, uint32_t timecode )
diff --git a/src/survive_usb.c b/src/survive_usb.c
index 8ca2b87..47248d8 100644
--- a/src/survive_usb.c
+++ b/src/survive_usb.c
@@ -1,4 +1,4 @@
-//<>< (C) 2016 C. Lohr
+//<>< (C) 2016 C. N. Lohr
//
//Based off of https://github.com/collabora/OSVR-Vive-Libre
// Originally Copyright 2016 Philipp Zabel