Skip to content

Commit

Permalink
Update licenseId examples in codemeta_schema.json (#341)
Browse files Browse the repository at this point in the history
In the examples,
- replaced `GPL-3.0` and `LGPL-3.0`
- with `GPL-3.0-only` and `LGPL-3.0-or-later`

## Reason

`GPL-3.0` and `LGPL-3.0` are deprecated in SPDX license list:
- https://spdx.org/licenses/GPL-3.0
- https://spdx.org/licenses/LGPL-3.0

New license IDs are `GPL-3.0-only`,`GPL-3.0-or-later`, `LGPL-3.0-only` and `LGPL-3.0-or-later`:
- https://spdx.org/licenses/GPL-3.0-only
- https://spdx.org/licenses/GPL-3.0-or-later
- https://spdx.org/licenses/LGPL-3.0-only
- https://spdx.org/licenses/LGPL-3.0-or-later
  • Loading branch information
bact authored Feb 20, 2024
1 parent bdd9a29 commit 26a6bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/schema/codemeta_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"type":["array", "string"]
},
"licenseId": {
"description":"The name of the license agreement governing the use and redistribution of the software. e.g. 'Apache-2.0', 'GPL-3.0', 'LGPL-3.0'",
"description":"The name of the license agreement governing the use and redistribution of the software. e.g. 'Apache-2.0', 'GPL-3.0-only', 'LGPL-3.0-or-later'",
"type":"string"
},
"title":{
Expand Down

0 comments on commit 26a6bbd

Please sign in to comment.