The ToS lists the short license name as GPLv2+. However, most formalized uses of this licensing terms (notably in Composer files) rely on the SPDX code for this license which is GPL-2.0+ instead.
This works both as a (deprecated) specific license pre-SPDX 2.0, or as a license expression in SPDX 2.0 https://spdx.org/licenses/GPL-2.0+.html
We should probably use the standard SPDX form, or use both.
The ToS lists the short license name as
GPLv2+. However, most formalized uses of this licensing terms (notably in Composer files) rely on the SPDX code for this license which isGPL-2.0+instead.This works both as a (deprecated) specific license pre-SPDX 2.0, or as a license expression in SPDX 2.0 https://spdx.org/licenses/GPL-2.0+.html
We should probably use the standard SPDX form, or use both.