Skip to content

Commit e686752

Browse files
committed
chore: Update license information in README.md and package.json
- Changed section title from "License" to "Copyright and License" in README.md for clarity. - Added copyright notice and detailed licensing terms under the GNU General Public License in README.md. - Specified the license type as "GPL-2.0-or-later" in package.json for compliance.
1 parent 18c5d13 commit e686752

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,12 @@ Tested up to: 6.3
255255
💡 **Feature Requests:** Suggest improvements for WordPress.org compliance
256256
🔧 **Pull Requests:** Contributions welcome for parser and validation improvements
257257

258-
## License
258+
# Copyright and License
259259

260-
MIT License - Free for personal and commercial use.
260+
WordPress Readme Preview is copyright 2025 Per Soderlind
261+
262+
WordPress Readme Preview is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
263+
264+
WordPress Readme Preview is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
265+
266+
You should have received a copy of the GNU Lesser General Public License along with the Extension. If not, see http://www.gnu.org/licenses/.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"plugin",
2020
"markdown"
2121
],
22+
"license": "GPL-2.0-or-later",
2223
"icon": "media/icon.png",
2324
"galleryBanner": {
2425
"color": "#21759B",

0 commit comments

Comments
 (0)