jsontypedef / json-typedef-codegen

A CLI tool that generates code from JSON Typedef schemas
https://jsontypedef.com/docs/tools/jtd-codegen
MIT License
157 stars 31 forks source link

Create LICENSE #25

Closed maxmellen closed 3 years ago

maxmellen commented 3 years ago

As the project currently has no explicit license, it is effectively NOT open source, and anyone currently using this project could arguably be said to be infringing copyright by some witty legal team/copyright troll.

I think this should be resolved ASAP as it hinders the adoption of this project.

See more here.

PS: I have no particular attachment to the MIT license, I simply copied over the same license as the one found in jsontypedef/json-typedef-js (while also updating the year)

Closes jsontypedef#22

ucarion commented 3 years ago

Thank you for this!

As a point of clarification, the individual crates for this code all have a license = MIT attribute in their Cargo manifests. But I agree that a top-level LICENSE file is a good idea. I'll merge this now.