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
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
Comment #2
renatog commented'
Comment #4
renatog commentedFixed, now running
composer validateis returning./composer.json is validMR with the fix: https://git.drupalcode.org/project/mask/-/merge_requests/7
Comment #5
tim-dielsThanks for the MR. Looks good, will commit this.
Comment #7
tim-diels