aboutsummaryrefslogtreecommitdiff
path: root/license.json
blob: 202f8b1ce80c97f4147efab4e111165bcc2d317a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
  "copyright-holders": [
    {
      "name": "Eduardo Emilio Julián Pereyra",
      "period": {
        "start": 2014,
        "end": 2022
      }
    }
  ],
  "identification": {
    "name": "Lux License",
    "version": "0.1.2"
  },
  "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
  }
}