Problem/Motivation

./composer.json is valid, but with a few warnings
See https://getcomposer.org/doc/04-schema.md for details on the schema
License "GPLv2+" is not a valid SPDX license identifier, see https://spdx.org/licenses/ if you use an open license.
If the software is closed-source, you may use "proprietary" as a license.

Steps to reproduce

Run composer validate

Proposed resolution

use "GPL-2.0-or-later" instead

Comments

vipin.mittal18 created an issue. See original summary.

vipin.mittal18’s picture

Status: Needs work » Needs review
StatusFileSize
new1.29 KB

Hello Matt Mowers,

Kindly use the attached patch to resolve the composer.json license issue.

Thanks
Vipin

avpaderno’s picture

Version: 8.x-1.3 » 8.x-1.x-dev
StatusFileSize
new313 bytes
vipin.mittal18’s picture

Hello kiamlaluno,

Could you please specify the reason of changing the version from 8.x-1.3 to 8.x.1.x-dev. Dev version is much older one and latest updated code is at 8.x-1.3

Thanks
Vipin

avpaderno’s picture

The latest developed code is always in the development snapshot, which is created from a Git tag. A new release is created by adding a new tag to the branch; the tagged code cannot be newer than the code in the branch.

  • thalles committed a12789f on 8.x-1.x authored by kiamlaluno
    Issue #3198744 by vipin.mittal18, kiamlaluno: License "GPL-2.0+" is a...
thalles’s picture

Status: Needs review » Fixed

Thanks @all!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.