JSONSelect icon indicating copy to clipboard operation
JSONSelect copied to clipboard

add license title

Open waldyrious opened this issue 9 years ago • 1 comments

It's not strictly required, but it's useful metadata, and part of the recommended license template text (see http://choosealicense.com/licenses/isc/ and https://opensource.org/licenses/isc-license)

waldyrious avatar Jul 01 '16 13:07 waldyrious

@lloyd also package.json declares the license as MIT which isn't what the package is licensed (ISC):

"licenses": {
    "type": "MIT",
    "url": "https://raw.github.com/lloyd/JSONSelect/master/LICENSE"
}

This should become "licenses": "ISC" if updated, because the format of package.json deprecates the old object syntax in favour of SPDX identifiers.

kylef avatar Sep 06 '18 11:09 kylef