From 88c6d18cd9ad606796d2f5459217a65da348e96c Mon Sep 17 00:00:00 2001 From: Brian Coords Date: Mon, 3 Oct 2022 16:17:14 -0700 Subject: [PATCH] updates GPL to 3.0 --- composer.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b8b64066..9ffdfd10 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "understrap/understrap", "description": "Combines Automattic's Underscores Starter Theme and Bootstrap", "type": "wordpress-theme", - "license": "GPL-2.0-only", + "license": "GPL-3.0", "minimum-stability": "stable", "keywords": [ "wordpress", diff --git a/package-lock.json b/package-lock.json index 7a60b831..f44ac27b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "understrap", "version": "1.1.0", - "license": "GPL-2.0", + "license": "GPL-3.0", "devDependencies": { "@babel/core": "^7.19.3", "@babel/preset-env": "^7.19.3", diff --git a/package.json b/package.json index 069d1863..253b6e22 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "underscores" ], "author": "The UnderStrap Authors (https://github.com/understrap/understrap/graphs/contributors)", - "license": "GPL-2.0", + "license": "GPL-3.0", "bugs": { "url": "https://github.com/understrap/understrap/issues" },