From 2bc1bc83aaa29eb3296f63e6b8d4c95564433f7f Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Wed, 2 May 2018 21:46:49 -0400 Subject: [PATCH] Updating version of GPL to v3. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3f56833..4f084dc 100644 --- a/pom.xml +++ b/pom.xml @@ -35,8 +35,8 @@ <licenses> <license> - <name>GNU General Public License (GPL) version 2.0</name> - <url>https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html</url> + <name>GNU General Public License (GPL) version 3.0</name> + <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url> <distribution>repo</distribution> </license> </licenses> -- GitLab