readme: Update the header a bit

This makes it clear what the origin of the source was, and what the intent for
it is.
This commit is contained in:
June Tate-Gans 2021-04-25 00:54:34 -05:00
parent 6e41bf4fa3
commit a8eda7a3c5

View File

@ -1,5 +1,10 @@
# Userspace driver for the G13 # 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 ## Installation
Make sure you have boost and libusb-1.0 installed. Make sure you have boost and libusb-1.0 installed.
@ -196,7 +201,16 @@ pixels.
## License ## License
The original license was listed as below:
```
All files without a copyright notice are placed in the public domain. Do with it All files without a copyright notice are placed in the public domain. Do with it
whatever you want. whatever you want.
Some source code files include MIT style license - see files for specifics. 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.