From 56faafca1e244f4b8b0520c91a3efdb7e8bbf644 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Tue, 27 Dec 2016 13:13:37 -0800 Subject: [PATCH] Add license clarification and authors file Closes #12 --- AUTHORS | 2 ++ LICENSE | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 AUTHORS create mode 100644 LICENSE diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..7b56a24 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +Nirenjan Krishnan +Ryan Drake diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..fe92495 --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +X52Pro-Linux is licensed under the terms of the GNU General Public License with +the following clarification and special exception. + +Linking this module statically or dynamically with other modules is making a +combined work based on this module. Thus, the terms and conditions of the GNU +General Public License cover the whole combination. + +As a special exception, the copyright holders of this module give you +permission to link this module with independent modules to produce an +executable, regardless of the license terms of these independent modules, and +to copy and distribute the resulting executable under terms of your choice, +provided that you also meet, for each linked independent module, the terms and +conditions of the license of that module. An independent module is a module +which is not derived from or based on this module. If you modify this module, +you may extend this exception to your version of the module, but you are not +obliged to do so. If you do not wish to do so, delete this exception statement +from your version. + +The terms of the GNU General Public License may be found in the file COPYING.