captcha-com / laravel-captcha

BotDetect PHP CAPTCHA Generator integration for the Laravel framework.
https://captcha.com/doc/php/laravel-captcha-quickstart.html
36 stars 9 forks source link

Adding a free software license #10

Open bzg opened 3 years ago

bzg commented 3 years ago

It would be nice to be able to reuse this source code.

Did you consider adding a free software license?

jasperf commented 3 years ago

Yes, and an MIT license like for most Laravel packages would be great. But either way we do need a license to know what the usage rights are. Now without a license all rights are reserved and the package is not open source:

If a repository has no license, then all rights are reserved and it is not Open Source or Free. You cannot modify or redistribute this code without explicit permission from the copyright holder.

https://opensource.stackexchange.com/questions/1720/what-can-i-assume-if-a-publicly-published-project-has-no-license?newreg=096bb4b8b0ff4d7f964da84ddf8d0856

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.

https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/licensing-a-repository#choosing-the-right-license