-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Problem
- Our code is not
GPL-2.0, butGPL-2.0-or-later. - The license file does not indicate that it is a text file.
Proposed solution
- Replace options
GPL-2.0andGPL-3.0withGPL-2.0-or-later. - Download license document from Linux Foundation's license archive instead: https://spdx.org/licenses/
- Or skip the downloading and commit two ready license files instead, GPL and MIT (alternatively ISC).
- Rename template file to
LICENSE.txt.
Notes
- The generator uses GitHub's license API currently, but https://api.github.com/licenses/GPL-2.0-or-later is not supported.
- The WordPress plugin developer documentation for the plugin header strongly suggests GPL-2.0-or-later: https://developer.wordpress.org/plugins/plugin-basics/header-requirements/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels