From d27a1ba36f91441d76c9ab88d22062e16d085c81 Mon Sep 17 00:00:00 2001 From: Adrian Cid Almaguer <adriancid@gmail.com> Date: Thu, 7 May 2020 12:36:09 -0400 Subject: [PATCH] Issue #3134503 by adriancid: License "GPL-2.0+" is a deprecated SPDX license identifier --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f41a2c3..51441df 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "drupal-module", "keywords": ["Drupal", "Nodes", "Revisions"], "homepage": "https://www.drupal.org/project/node_revision_delete", - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "authors": [ { "name": "Adrian Cid Almaguer (adriancid)", -- GitLab