]> git.p6c8.net - jirafeau_project.git/commitdiff
[TASK] Rename license short identifier
authorDan Untenzu <untenzu@webit.de>
Tue, 24 Jan 2017 15:57:32 +0000 (16:57 +0100)
committerJerome Jutteau <jerome.jutteau@outscale.com>
Thu, 23 Feb 2017 17:34:20 +0000 (18:34 +0100)
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
lib/template/footer.php

index 6171e7b3587238bff7c3f6eaf137e73ad911fb7a..6a655ddf3f5f1a89391f7669da56d3919f206d98 100644 (file)
--- 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.
 
index 2e05974b74d6b4cbd114f9f8d2da4d6078090246..c910e716fed4f6416e7f0c29b64dee17b705da46 100644 (file)
@@ -5,7 +5,7 @@
         <?php
           echo t('Made with') .
             ' <a href="https://gitlab.com/mojo42/Jirafeau">' . t('Jirafeau Project') . '</a>' .
-            ' (<a href="https://www.gnu.org/licenses/agpl.html"><abbr title="Affero General Public License">AGPL</abbr>v3</a>)';
+            ' (<a href="https://www.gnu.org/licenses/agpl.html"><abbr title="GNU Affero General Public License v3">AGPL-3.0</abbr></a>)';
         ?>
         <!-- Installation dependend links -->
         <?php

patrick-canterino.de