Per https://www.drupal.org/node/2935137

Before:

$ composer validate
./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, use "GPL-2.0+-only" or "GPL-2.0+-or-later" instead
require.drupal/lightning_api : exact version constraints (1.x-dev) should be avoided if the package follows semantic versioning
require.drupal/lightning_core : exact version constraints (1.x-dev) should be avoided if the package follows semantic versioning
require.drupal/lightning_layout : exact version constraints (1.x-dev) should be avoided if the package follows semantic versioning
require.drupal/lightning_media : exact version constraints (1.x-dev) should be avoided if the package follows semantic versioning
require.drupal/lightning_workflow : exact version constraints (1.x-dev) should be avoided if the package follows semantic versioning

After:

$ composer validate
./composer.json is valid, but with a few warnings
See https://getcomposer.org/doc/04-schema.md for details on the schema
require.drupal/lightning_api : exact version constraints (1.x-dev) should be avoided if the package follows semantic versioning
require.drupal/lightning_core : exact version constraints (1.x-dev) should be avoided if the package follows semantic versioning
require.drupal/lightning_layout : exact version constraints (1.x-dev) should be avoided if the package follows semantic versioning
require.drupal/lightning_media : exact version constraints (1.x-dev) should be avoided if the package follows semantic versioning
require.drupal/lightning_workflow : exact version constraints (1.x-dev) should be avoided if the package follows semantic versioning
CommentFileSizeAuthor
update-gpl-license.patch401 bytesanavarre
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

anavarre created an issue. See original summary.

phenaproxima’s picture

Assigned: Unassigned » balsama
Status: Needs review » Reviewed & tested by the community

I see no reason not to commit this, but I'd like to get @balsama's opinion.

  • balsama committed e9cb2a3 on 8.x-3.x authored by anavarre
    Issue #2938910 by anavarre: GPL-2.0+ is a deprecated SPDX license...
balsama’s picture

Status: Reviewed & tested by the community » Fixed

Committed. Thanks!

Status: Fixed » Closed (fixed)

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