ankurrsinghal / svelte-legos

A framework for Svelte Utilities 💡 Current status: 87 utilities.
https://svelte-legos.surge.sh
MIT License
778 stars 27 forks source link

Add author, copyright and license, closes #81 #83

Closed jhthorsen closed 1 year ago

jhthorsen commented 1 year ago

I suggest using MIT, since it's a widely used license for Javascript projects. mend.io (from 2022) states that "The Apache 2.0 License Takes The Lead", with MIT as the second most popular license. I still think MIT is the best choice, since it's more familiar (IMO) to many users.

You can see the license description in LICENSE.md in this PR, but here are some things I like about it:

I also added "copyright", "author" and "description". "description" is not strictly related to this issue, but "copyright" and "author" is important to add at the same time.

Reference: #81.

ankurrsinghal commented 1 year ago

Thanks @jhthorsen for the PR, merging it now. :)

jhthorsen commented 1 year ago

That's great! Thank you for the quick response 👍