From 719b7e58a95d36a081e4cf7ee2028e0d0e95408e Mon Sep 17 00:00:00 2001 From: Dan Untenzu Date: Tue, 24 Jan 2017 16:57:32 +0100 Subject: [PATCH] [TASK] Rename license short identifier MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The official short identifier for "GNU Affero General Public License v3.0" is "AGPL-3.0" (see https://spdx.org/licenses/ → https://spdx.org/licenses/AGPL-3.0.html) --- README.md | 4 ++-- lib/template/footer.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6171e7b..6a655dd 100644 --- a/README.md +++ b/README.md @@ -133,12 +133,12 @@ In a next step, encryption will be made by the client (in javascript), see issue ## License -GNU Affero General Public License version 3 (AGPLv3). +GNU Affero General Public License v3 (AGPL-3.0). The GNU Affero General Public License can be found at https://www.gnu.org/licenses/agpl.html. Please note: If you decide do make adaptions to the source code and run a service with these changes incorporated, -you are required to provide a link to the source code of your version in order to obey the AGPLv3 license. +you are required to provide a link to the source code of your version in order to obey the AGPL-3.0 license. To do so please add a link to the source (eg. a public Git repository or a download link) to the Terms of Service page. Take a look at the FAQ to find out about how to change the ToS. diff --git a/lib/template/footer.php b/lib/template/footer.php index 2e05974..c910e71 100644 --- a/lib/template/footer.php +++ b/lib/template/footer.php @@ -5,7 +5,7 @@ ' . t('Jirafeau Project') . '' . - ' (AGPLv3)'; + ' (AGPL-3.0)'; ?>