diff options
author | Eduardo Julian | 2018-12-05 06:46:37 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-12-05 06:46:37 -0400 |
commit | aa4393c55c4f9538bfdb6004f333ad1169327824 (patch) | |
tree | b1ded61e2303713d96245d05d3349b35ab204548 | |
parent | 9471b31d008fa0bf727a91a9632c404d16077f33 (diff) |
Added license.json.
Diffstat (limited to '')
-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 + } +} |