aboutsummaryrefslogtreecommitdiff
path: root/license.json
diff options
context:
space:
mode:
authorEduardo Julian2018-12-05 06:46:37 -0400
committerEduardo Julian2018-12-05 06:46:37 -0400
commitaa4393c55c4f9538bfdb6004f333ad1169327824 (patch)
treeb1ded61e2303713d96245d05d3349b35ab204548 /license.json
parent9471b31d008fa0bf727a91a9632c404d16077f33 (diff)
Added license.json.
Diffstat (limited to 'license.json')
-rw-r--r--license.json49
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
+ }
+}