maitrungduc1410 / primeng-shadowdom-directives

Directives that make PrimeNG plays nicely with ShadowDOM
https://maitrungduc1410.github.io/primeng-shadowdom-directives/
MIT License
9 stars 3 forks source link

Add a license #16

Closed black-snow closed 4 months ago

black-snow commented 4 months ago

Currently, I can't find any license information.

npm states MIT but the repo doesn't have a license file.

maitrungduc1410 commented 4 months ago

Do you have any issue with licensing?

I created this repo is for open source, anyone can use for free, open for modification

maitrungduc1410 commented 4 months ago

And it's not required for a repo to have LICENSE file, I think the one you're talking about npm is recommendation, and "should have" in some cases

black-snow commented 4 months ago

Thanks for the quick reply @maitrungduc1410 Without a license it's ... unlicensed.

You're under no obligation to choose a license. However, without a license, the default copyright laws apply, meaning that you retain all rights to your source code and no one may reproduce, distribute, or create derivative works from your work. If you're creating an open source project, we strongly encourage you to include an open source license. The Open Source Guide provides additional guidance on choosing the correct license for your project.

https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository

If you intend this to be free to use for pretty much anything MIT, Apache 2.0, 0BSD, the unlicense and a couple of others might be a good choice.

black-snow commented 4 months ago

Btw, I don't use this (just stumbled over it by accident), but thank you anyway for handing this to the public <3

maitrungduc1410 commented 4 months ago

thanks for letting me know, it's really helpful :)

black-snow commented 4 months ago

You're welcome and thanks again for your FOSS contribution and quick replies ❤️