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

CommentFileSizeAuthor
#2 3198764-2.patch723 bytesvipin.mittal18

Issue fork move_file-3198764

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

vipin.mittal18 created an issue. See original summary.

vipin.mittal18’s picture

Status: Needs work » Needs review
StatusFileSize
new723 bytes

Kindly apply the attached patch to resolve the composer license warning issue.

poorva’s picture

Status: Needs review » Reviewed & tested by the community

The patch worked for me +1

Antonín Slejška made their first commit to this issue’s fork.

antonín slejška’s picture

Hi @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.

  • vipin.mittal18 authored c76e37d on 8.x-1.x
    Issue #3198764 by vipin.mittal18, Antonín Slejška: License "GPL-2.0+" is...
antonín slejška’s picture

Status: Reviewed & tested by the community » Fixed

Hi @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...

antonín slejška’s picture

Status: Fixed » Closed (fixed)