From 0ca02578fa34dd1a1211380c4f704db98ae934b1 Mon Sep 17 00:00:00 2001 From: "harish.h" <harish.h@816024.no-reply.drupal.org> Date: Sun, 23 Aug 2020 19:45:44 +0200 Subject: [PATCH] Issue #3163536 by harishh, ankithashetty, volkswagenchick: License "GPLv2+" is not a valid SPDX license identifier --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0007451..38a5af5 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "drupal/fillpdf", "description": "Allows users to populate PDF forms from website data.", "type": "drupal-module", - "license": "GPLv2+", + "license": "GPL-2.0-or-later", "authors": [ { "name": "Kevin Kaland", -- GitLab