diff options
-rw-r--r-- | license.json | 49 |
1 files changed, 49 insertions, 0 deletions
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 + } +} |