From 33f416f35a4902eafaf080f9689881736f68a3c6 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Fri, 19 Jun 2015 22:31:33 +0000 Subject: [PATCH] Use `GPL-2.0+` for the value of `license` in `package.json` Props netweb. Fixes #32718. git-svn-id: https://develop.svn.wordpress.org/trunk@32880 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c985c9c1d1..1c5fc7bf1a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://develop.svn.wordpress.org/trunk" }, "author": "The WordPress Contributors", - "license": "GPLv2 or later", + "license": "GPL-2.0+", "devDependencies": { "grunt": "~0.4.5", "grunt-autoprefixer": "~3.0.0",