From 1b77c5e4541083836a0c94652805a3030dc3dac2 Mon Sep 17 00:00:00 2001 From: Graham Date: Tue, 27 Aug 2019 10:14:34 +0100 Subject: [PATCH] Change GPL v3 -> v3.0 This is just to clarify that the intention is that only the original v3 license is acceptable. --- README.md | 12 ++++++------ gl-dri-natives/README.md | 4 ++-- gl-dri-natives/pom.xml | 2 +- gl-natives/README.md | 2 +- gl-natives/pom.xml | 2 +- misc-natives/README.md | 2 +- misc-natives/pom.xml | 2 +- pom.xml | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d406d55f..3f99064e 100644 --- a/README.md +++ b/README.md @@ -124,21 +124,21 @@ patches). ## License -Unless otherwise stated, all code and data is licensed under version 3 (and -only version 3) of the [GNU General Public License][gpl]. The full terms are +Unless otherwise stated, all code and data is licensed under version 3.0 (and +only version 3.0) of the [GNU General Public License][gpl]. The full terms are available in the `COPYING` file. The `gl-natives`, `gl-dri-natives` and `misc-natives` modules are instead -licensed under version 3 (and only version 3) of the [GNU Lesser General Public -License][lgpl]. The full terms are available in the `COPYING.LESSER` file in -each module's directory. +licensed under version 3.0 (and only version 3.0) of the [GNU Lesser General +Public License][lgpl]. The full terms are available in the `COPYING.LESSER` +file in each module's directory. ## Copyright Copyright (c) 2019 OpenRS2 Authors OpenRS2 is free software: you can redistribute it and/or modify it under the -terms of the version 3 of the GNU General Public License as published by the +terms of the version 3.0 of the GNU General Public License as published by the Free Software Foundation. OpenRS2 is distributed in the hope that it will be useful, but WITHOUT ANY diff --git a/gl-dri-natives/README.md b/gl-dri-natives/README.md index c188bdd4..bd794889 100644 --- a/gl-dri-natives/README.md +++ b/gl-dri-natives/README.md @@ -5,8 +5,8 @@ Copyright (c) 2019 OpenRS2 Authors OpenRS2 GL DRI Natives is free software: you can redistribute it and/or modify -it under the terms of the version 3 of the GNU Lesser General Public License as -published by the Free Software Foundation. +it under the terms of the version 3.0 of the GNU Lesser General Public License +as published by the Free Software Foundation. OpenRS2 GL DRI Natives is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/gl-dri-natives/pom.xml b/gl-dri-natives/pom.xml index af8a20a8..61b4d783 100644 --- a/gl-dri-natives/pom.xml +++ b/gl-dri-natives/pom.xml @@ -18,7 +18,7 @@ - GNU Lesser General Public License v3 + GNU Lesser General Public License v3.0 https://www.gnu.org/licenses/lgpl-3.0.txt diff --git a/gl-natives/README.md b/gl-natives/README.md index 9c689402..07966377 100644 --- a/gl-natives/README.md +++ b/gl-natives/README.md @@ -5,7 +5,7 @@ Copyright (c) 2019 OpenRS2 Authors OpenRS2 GL Natives is free software: you can redistribute it and/or modify it -under the terms of the version 3 of the GNU Lesser General Public License as +under the terms of the version 3.0 of the GNU Lesser General Public License as published by the Free Software Foundation. OpenRS2 GL Natives is distributed in the hope that it will be useful, but diff --git a/gl-natives/pom.xml b/gl-natives/pom.xml index 75f1031d..7e68fe19 100644 --- a/gl-natives/pom.xml +++ b/gl-natives/pom.xml @@ -20,7 +20,7 @@ - GNU Lesser General Public License v3 + GNU Lesser General Public License v3.0 https://www.gnu.org/licenses/lgpl-3.0.txt diff --git a/misc-natives/README.md b/misc-natives/README.md index 6e514ebb..47bc021f 100644 --- a/misc-natives/README.md +++ b/misc-natives/README.md @@ -5,7 +5,7 @@ Copyright (c) 2019 OpenRS2 Authors OpenRS2 Misc Natives is free software: you can redistribute it and/or modify it -under the terms of the version 3 of the GNU Lesser General Public License as +under the terms of the version 3.0 of the GNU Lesser General Public License as published by the Free Software Foundation. OpenRS2 Misc Natives is distributed in the hope that it will be useful, but diff --git a/misc-natives/pom.xml b/misc-natives/pom.xml index 3fe900ff..d6558a2d 100644 --- a/misc-natives/pom.xml +++ b/misc-natives/pom.xml @@ -19,7 +19,7 @@ - GNU Lesser General Public License v3 + GNU Lesser General Public License v3.0 https://www.gnu.org/licenses/lgpl-3.0.txt diff --git a/pom.xml b/pom.xml index 85cd6500..dc80ffb8 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 2019 - GNU General Public License v3 + GNU General Public License v3.0 https://www.gnu.org/licenses/gpl-3.0.txt