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 "GPL-2.0+" is a deprecated SPDX license identifier
Steps to reproduce
Run composer validate
Proposed resolution
use "GPL-2.0-or-later" instead
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3198764-2.patch | 723 bytes | vipin.mittal18 |
Issue fork move_file-3198764
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:
- 3198764-license-gpl-2.0-is
changes, plain diff MR !1
Comments
Comment #2
vipin.mittal18Kindly apply the attached patch to resolve the composer license warning issue.
Comment #3
poorva commentedThe patch worked for me +1
Comment #7
antonín slejška commentedHi @vipin.mittal18 and thanks for the patch.
I tried to apply the patch through the issue fork. It did not work. I will apply the patch on Monday, when I'm on my programming computer.
Comment #9
antonín slejška commentedHi @vipin.mittal18 and @poorva,
I have applied and committed the patch: https://git.drupalcode.org/project/move_file/-/commit/c76e37df633e4fe69f...
I have created a new tag 1.1.
By the way, do you use the module? We use it only on the site: vetline.de. But it looks like, that also another sites use the module.
Thanks and best regards...
Comment #10
antonín slejška commented