From 6073df2b451afd109a9b5ab4d6c64cd4da7ab9f4 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 1 Feb 2018 16:38:48 +0000 Subject: [PATCH] Build Tools: Update SPDX License in `package.json` to adhere to SPDX v3.0 specification. Props netweb. Fixes #43032. git-svn-id: https://develop.svn.wordpress.org/trunk@42637 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9ca160aff..0ca3196727 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "node": "8.9.3" }, "author": "The WordPress Contributors", - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "devDependencies": { "autoprefixer": "^6.5.1", "grunt": "~0.4.5",