From a8eda7a3c5a7356f1b8ef53b6e22bfffc875e814 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Sun, 25 Apr 2021 00:54:34 -0500 Subject: [PATCH] readme: Update the header a bit This makes it clear what the origin of the source was, and what the intent for it is. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 029813e..d29c6c7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Userspace driver for the G13 +This is a fork of the original public domain driver written by ecraven, with MIT +contributions by James Fowler, and reorganization and cleanups by June +Tate-Gans in prep for more functionality both from a GUI and from the daemon +itself. + ## Installation Make sure you have boost and libusb-1.0 installed. @@ -196,7 +201,16 @@ pixels. ## License +The original license was listed as below: + +``` All files without a copyright notice are placed in the public domain. Do with it whatever you want. Some source code files include MIT style license - see files for specifics. +``` + +For contributions sake, all code in this fork is placed under the MIT license +explicitly, according to the LICENSE file at the root of the source tree. This +is equivalent to the public domain license ecraven originally placed the source +under, with the exception of the indemnity and as-is clauses.