spdx / license-list-XML

This is the repository for the master files that comprise the SPDX License List
Other
355 stars 288 forks source link

Fix license versions for semver and typo #2539

Closed swinslow closed 3 months ago

swinslow commented 3 months ago

Fixes #2488

This commit adds ".0" for many licenses with listVersionAdded 3.24 (and a couple with 3.25) following the move to semver for the 3.24.0 release.

It also fixes a long-standing and much-copied typo in the release notes that was bothering me.

This handles items 1, 2 and 5 from #2488 (@xsuchy already took care of 3 and 4 -- thank you!)

Signed-off-by: Steve Winslow steve@swinslow.net

swinslow commented 3 months ago

@jlovejoy after the tests pass here, could you merge this if all looks good? Thanks!