From 00f9c8d9a66ffad686bd09041894ba6c25264665 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Fri, 2 Dec 2016 23:30:18 -0500 Subject: fix license headers. --- src/survive.c | 1 + src/survive_data.c | 8 +++----- src/survive_internal.h | 9 ++++----- src/survive_process.c | 1 + src/survive_usb.c | 6 +++--- 5 files changed, 12 insertions(+), 13 deletions(-) (limited to 'src') diff --git a/src/survive.c b/src/survive.c index 413f055..223cd57 100644 --- a/src/survive.c +++ b/src/survive.c @@ -1,4 +1,5 @@ //Copyright 2016 <>< C. N. Lohr, FULLY Under MIT/x11 License. +//All MIT/x11 Licensed Code in this file may be relicensed freely under the GPL or LGPL licenses. #include #include "survive_internal.h" diff --git a/src/survive_data.c b/src/survive_data.c index 467b35f..53c4444 100644 --- a/src/survive_data.c +++ b/src/survive_data.c @@ -6,11 +6,9 @@ // 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). +//But, re-written as best as I can to get it put under an open souce license instead of a forced-source license. +//If there are portions of the code too similar to the original, I would like to know so they can be re-written. +//All MIT/x11 Licensed Code in this file may be relicensed freely under the GPL or LGPL licenses. #include "survive_internal.h" #include diff --git a/src/survive_internal.h b/src/survive_internal.h index bfda873..8bb421d 100644 --- a/src/survive_internal.h +++ b/src/survive_internal.h @@ -6,11 +6,10 @@ // 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). +//But, re-written as best as I can to get it put under an open souce license instead of a forced-source license. +//If there are portions of the code too similar to the original, I would like to know so they can be re-written. +//All MIT/x11 Licensed Code in this file may be relicensed freely under the GPL or LGPL licenses. + #ifndef _SURVIVE_INTERNAL_H #define _SURVIVE_INTERNAL_H diff --git a/src/survive_process.c b/src/survive_process.c index 1ed88eb..964278d 100644 --- a/src/survive_process.c +++ b/src/survive_process.c @@ -1,4 +1,5 @@ //<>< (C) 2016 C. N. Lohr, FULLY Under MIT/x11 License. +//All MIT/x11 Licensed Code in this file may be relicensed freely under the GPL or LGPL licenses. #include "survive_internal.h" diff --git a/src/survive_usb.c b/src/survive_usb.c index b0282cb..55e51a1 100644 --- a/src/survive_usb.c +++ b/src/survive_usb.c @@ -6,9 +6,9 @@ // 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. +//But, re-written as best as I can to get it put under an open souce license instead of a forced-source license. +//If there are portions of the code too similar to the original, I would like to know so they can be re-written. +//All MIT/x11 Licensed Code in this file may be relicensed freely under the GPL or LGPL licenses. #include "survive_internal.h" -- cgit v1.2.3