From cca8ccfd52f1eb86d2ffe02df8af9fba063df8c0 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Fri, 11 Sep 2015 15:58:11 -0400 Subject: [PATCH] update README to credit the original program this one is based on --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index 4d6a3cf..a9f9acf 100644 --- a/README +++ b/README @@ -53,3 +53,15 @@ Example: ./msi-keyboard -m normal -c left,red,high -c middle,purple,high -c right,sky,high + +Licensing: + +This program is licensed as 3-clause BSD, terms are available in the COPYING file. + +Based on a nodejs version of msi-keyboard by Steve Lacy of wearefractal.com: + +Copyright (c) 2013 | Steve Lacy slacy.me | Fractal wearefractal.com contact@wearefractal.com + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.