d3x0r / JSON6

JSON for Humans (ES6)
Other
237 stars 15 forks source link

License link in readme is broken. #3

Closed jdalton closed 6 years ago

jdalton commented 6 years ago

The link in the readme:

License

MIT. See LICENSE.md for details.

Is broken

It looks like maybe JSON6 started as JSON5 and then changed, based on readme changes at least. If so, you'll want to include the copyright note of JSON5 in the JSON6 license similar to how I do it with Lodash.

Or if JSON6 was derived from d3x0r/SACK/src/netlib/html5.websocket/json/json6_parser.c then you'll want to include SACK's copyright notice (what is SACK licensed as?).

d3x0r commented 6 years ago

SACK is a LGPL. (separating it from above layers of usage. It's meant to be linked to dynamically; otherwise if linked statically I could technically reverse engineer the user's app to fix/change SACK code.)

Added MIT lisense to Lisense.md..

jdalton commented 6 years ago

Thank you @d3x0r!