Problem/Motivation

I realized that at composer.json we're using the deprecated license "GPL-2.0". We can verify that with the command below

Steps to reproduce

Open the root folder
Run the command: composer validate
Result: License "GPL-2.0" is a deprecated SPDX license identifier, use "GPL-2.0-only" or "GPL-2.0-or-later" instead

Proposed resolution

We can fix that using the license "GPL-2.0-or-later"

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork mask-3348019

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

RenatoG created an issue. See original summary.

renatog’s picture

Status: Active » Needs review

'

renatog’s picture

Fixed, now running composer validate is returning ./composer.json is valid

MR with the fix: https://git.drupalcode.org/project/mask/-/merge_requests/7

tim-diels’s picture

Status: Needs review » Reviewed & tested by the community

Thanks for the MR. Looks good, will commit this.

  • tim-diels committed 03921974 on 2.0.x authored by renatog
    Issue #3348019 by renatog, tim-diels: Fix the deprecated license "GPL-2....
tim-diels’s picture

Category: Bug report » Task
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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