From df9349c0d374633c5efcbecb3638caf57ef7f70f Mon Sep 17 00:00:00 2001
From: "harish.h" <harish.h@816024.no-reply.drupal.org>
Date: Sun, 23 Aug 2020 19:46:06 +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 897d11c..9a3d4ed 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