Skip to content

Commit e04cf86

Browse files
committed
Replace GPL-2.0+ by GPL-2.0-or-later
1 parent 79291e0 commit e04cf86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/build-composer-json.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public static function isValid($version) {
100100
$composer = [
101101
'name' => 'drupal-composer/drupal-security-advisories',
102102
'type' => 'metapackage',
103-
'license' => 'GPL-2.0+',
103+
'license' => 'GPL-2.0-or-later',
104104
'conflict' => []
105105
];
106106

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "drupal-composer/drupal-security-advisories",
33
"type": "metapackage",
4-
"license": "GPL-2.0+"
4+
"license": "GPL-2.0-or-later"
55
}

0 commit comments

Comments
 (0)