diff --git a/packages/a11y/package.json b/packages/a11y/package.json index e1707e356812f0..917f2d4b9db41c 100644 --- a/packages/a11y/package.json +++ b/packages/a11y/package.json @@ -3,7 +3,7 @@ "version": "1.0.2", "description": "Collection of JS modules and tools for WordPress development", "author": "WordPress", - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "keywords": [ "a11y", "aria-live" diff --git a/packages/autop/package.json b/packages/autop/package.json index 1be6c2c71c6617..fed6a30d544662 100644 --- a/packages/autop/package.json +++ b/packages/autop/package.json @@ -9,7 +9,7 @@ "main": "build/index.js", "module": "build-module/index.js", "author": "WordPress", - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "publishConfig": { "access": "public" } diff --git a/packages/dom-ready/package.json b/packages/dom-ready/package.json index 467aaed9d42f18..db31da67e2d8d7 100644 --- a/packages/dom-ready/package.json +++ b/packages/dom-ready/package.json @@ -3,7 +3,7 @@ "version": "0.1.0-beta.7", "description": "Execute callback after the DOM is loaded.", "author": "WordPress", - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "keywords": [ "dom-ready" ], diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 238a26bdb956c4..ec63773464530b 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -3,7 +3,7 @@ "version": "1.1.0", "description": "WordPress Hooks library", "author": "WordPress", - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "keywords": [ "hooks" ], diff --git a/packages/url/package.json b/packages/url/package.json index 5c5cd316d212b2..76689383545308 100644 --- a/packages/url/package.json +++ b/packages/url/package.json @@ -3,7 +3,7 @@ "version": "0.1.0-beta.6", "description": "WordPress URL utilities", "author": "WordPress", - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "keywords": [ "url" ],