Feat: Change license from MIT to GNU GPL v3#190
Conversation
Change from MIT to GNU GPL V3 Signed-off-by: Mario Candela <mario.candela.personal@gmail.com>
WalkthroughThis pull request replaces the existing MIT License in the repository with the GNU General Public License Version 3. The update involves removing the previous license text with its associated permissions and conditions, and introducing the GPL’s more comprehensive terms. The change is also reflected in the declarations of exported or public entities to ensure consistency across the project. Changes
Possibly related issues
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (9)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #190 +/- ##
=======================================
Coverage 82.66% 82.66%
=======================================
Files 7 7
Lines 421 421
=======================================
Hits 348 348
Misses 63 63
Partials 10 10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Hello everyone,
In this merge request, we are making a fundamental change to our project: switching from the MIT license to GNU GPL v3. Recently, we have noticed that some companies are cloning and reselling Beelzebub, which not only jeopardizes the economic value of our work but also the core open source principles we hold dear.
The GNU GPL v3 provides us with a much stronger legal protection compared to the MIT license, ensuring that all modifications and distributions of our software remain free and open, in full respect of the community’s values. In particular, this license:
Ensures software freedom: All users will be required to share any modifications, thereby preventing commercial appropriation without acknowledgment.
Protects contributors: Companies will no longer be able to take our code, modify it, and resell it as their own, ensuring that our work remains accessible to the entire community.
Promotes a collaborative ecosystem: With GPL v3, every improvement made to the project will be made available to everyone, reinforcing transparency and collaboration.
We are confident that this change will not only safeguard our work from commercial exploitation attempts but also help maintain the true spirit of open source, fostering an environment of sharing and collective growth.
Thank you for your continued support and for being an integral part of this journey.
@bryannolen @t3chn0m4g3 @yaleman @eltociear
Best regards,
Mario
Summary by CodeRabbit