streamich / nano-css

Distilled CSS-in-JS for gourmet developers
The Unlicense
430 stars 24 forks source link

MIT license missing copyright line #248

Closed olivierlacan closed 3 years ago

olivierlacan commented 3 years ago

Just a heads up that your license is missing a copyright section per:

An MIT license without a copyright is considered anonymous work which is fine but is that your intent?

noahnu commented 3 years ago

I don't believe this project uses an MIT license but rather "The Unlicense": https://unlicense.org/

Either way, it'd be nice to add the unlicense to the package.json via the license property: https://docs.npmjs.com/cli/v6/configuring-npm/package-json#license so it's compatible with yarn licenses.

streamich commented 3 years ago

Thanks,

Indeed, it is using Unlicense license.

I've added the license to package.json.