Skip to content

Commit e678533

Browse files
authored
Merge pull request #27 from uWaterloo/fix-deprecations
Fix deprecated SPDX license identifier
2 parents 96366e4 + 163eb79 commit e678533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "drupal-composer/info-rewrite",
33
"description": "Writes out version information to the .info.yml files for Drupal projects.",
44
"type": "composer-plugin",
5-
"license": "GPL-2.0+",
5+
"license": "GPL-2.0-or-later",
66
"authors": [
77
{
88
"name": "Jonathan Hedstrom",

0 commit comments

Comments
 (0)