Open Lucas-C opened 4 years ago
It could also be submitted on https://tldrlegal.com
+1. For NPM NodeJS package authors, until this is done there's an active discouragement from using non-standard licenses (npm
complains about an invalid SPDX license if you try setting "license": "Climate Strike (MIT)"
in your package.json
).
UPDATE - for anyone finding this, for now just do like this in your package.json:
{
"license" : "SEE LICENSE IN <filename>"
}
If you are using a license that hasn't been assigned an SPDX identifier, or if you are using a custom license, use a string value like this one… (see https://docs.npmjs.com/cli/v8/configuring-npm/package-json#license)
In order to foster the adoption of this license, I suggest that it is formalized as a SPDX document.
Quoting https://spdx.github.io/spdx-spec/1-rationale/:
Quoting https://spdx.org/licenses/:
There are some detailed information on how to submit a new license here: https://github.com/spdx/license-list-XML/blob/master/CONTRIBUTING.md#request-a-new-license-or-exception-be-added-to-the-spdx-license-list