Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit 6fb4c30

Browse files
committed
Update the license identifier in composer.json to be strictly GPL version 2.0
From `composer validate`: > License "GPL-2.0" is a deprecated SPDX license identifier, use "GPL-2.0-only" or "GPL-2.0-or-later" instead
1 parent a4fbfd2 commit 6fb4c30

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": "liquidweb/woocommerce-custom-orders-table",
33
"description": "Store WooCommerce order data in a custom table for improved performance",
44
"type": "wordpress-plugin",
5-
"license": "GPL-2.0",
5+
"license": "GPL-2.0-only",
66
"repositories": [
77
{
88
"type": "vcs",

0 commit comments

Comments
 (0)