From aa4393c55c4f9538bfdb6004f333ad1169327824 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 5 Dec 2018 06:46:37 -0400 Subject: Added license.json. --- license.json | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 license.json diff --git a/license.json b/license.json new file mode 100644 index 000000000..2613e3cd9 --- /dev/null +++ b/license.json @@ -0,0 +1,49 @@ +{ + "copyright-holders": [ + { + "name": "Eduardo Emilio Julián Pereyra", + "period": { + "start": 2014, + "end": 2018 + } + } + ], + "identification": { + "name": "Lux License", + "version": "0.1" + }, + "termination": { + "patent retaliation?": true, + "termination period": 60, + "grace period": 30 + }, + "liability": { + "can accept?": false, + "disclaim high risk?": true + }, + "distribution": { + "can re-license?": false, + "can multi-license?": false + }, + "commercial": { + "can sell?": false, + "require contributor credit?": true, + "allow contributor endorsement?": false + }, + "extension": { + "same license?": true, + "must be distinguishable?": true, + "notification period": { + "start": 1, + "end": 12 + }, + "must describe modifications?": true + }, + "black-lists": [], + "attribution": { + "copyright-notice": "Made by Eduardo Emilio Julián Pereyra", + "phrase": null, + "url": "https://github.com/LuxLang/lux", + "image": null + } +} -- cgit v1.2.3