-
Notifications
You must be signed in to change notification settings - Fork 55
Add GNU General Public License v2 #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added the GNU General Public License version 2 to the project.
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds the GNU General Public License version 2 (GPLv2) license file to the project. The project already references GPLv2+ in multiple places (composer.json, mcp-adapter.php, and CONTRIBUTING.md) but was missing the actual full license text file. This addition ensures proper licensing documentation for the project.
- Adds the complete and official GPLv2 license text as LICENSE.md
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## trunk #97 +/- ##
=========================================
Coverage 81.46% 81.46%
Complexity 917 917
=========================================
Files 48 48
Lines 3162 3162
=========================================
Hits 2576 2576
Misses 586 586
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Added the GNU General Public License version 2 to the project. We reference GPLv2+ across the repo, but were missing the actual license file; this PR adds that in.