From 36a15c0cf8d88a8fb4c96d735a58636c26983e68 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Wed, 13 Jun 2018 23:46:24 +0200
Subject: [PATCH] [enh] #91: about: add license.

---
 src/silkaj.py | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/silkaj.py b/src/silkaj.py
index 7af7417b..7c95ea2b 100755
--- a/src/silkaj.py
+++ b/src/silkaj.py
@@ -147,19 +147,19 @@ def about():
     print("\
 \n             @@@@@@@@@@@@@\
 \n         @@@     @         @@@\
-\n      @@@   @@       @@@@@@   @@.\
-\n     @@  @@@       @@@@@@@@@@@  @@,        ", SILKAJ_VERSION, "\
-\n   @@  @@@       &@@@@@@@@@@@@@  @@@\
-\n  @@  @@@       @@@@@@@@@#   @@@@ @@(       Powerfull and lightweight command line client\
-\n  @@ @@@@      @@@@@@@@@      @@@  @@\
-\n @@  @@@      @@@@@@@@ @       @@@  @@      Built in Python for Duniter’s currencies: Ğ1 and Ğ1-Test\
-\n @@  @@@      @@@@@@ @@@@       @@  @@\
-\n @@  @@@@      @@@ @@@@@@@      @@  @@      Authors: Moul, Tortue, Jytou\
-\n  @@ @@@@*       @@@@@@@@@      @# @@\
-\n  @@  @@@@@    @@@@@@@@@@       @ ,@@       Website: https://silkaj.duniter.org\
-\n   @@  @@@@@ @@@@@@@@@@        @ ,@@\
-\n    @@@  @@@@@@@@@@@@        @  @@*         Repository: https://git.duniter.org/clients/python/silkaj\
-\n      @@@  @@@@@@@@        @  @@@\
+\n      @@@   @@       @@@@@@   @@.           ", SILKAJ_VERSION, "\
+\n     @@  @@@       @@@@@@@@@@@  @@,\
+\n   @@  @@@       &@@@@@@@@@@@@@  @@@         Powerfull and lightweight command line client\
+\n  @@  @@@       @@@@@@@@@#   @@@@ @@(\
+\n  @@ @@@@      @@@@@@@@@      @@@  @@        Built in Python for Duniter’s currencies: Ğ1 and Ğ1-Test\
+\n @@  @@@      @@@@@@@@ @       @@@  @@\
+\n @@  @@@      @@@@@@ @@@@       @@  @@       Authors: Moul, Tortue, Jytou\
+\n @@  @@@@      @@@ @@@@@@@      @@  @@\
+\n  @@ @@@@*       @@@@@@@@@      @# @@        Website: https://silkaj.duniter.org\
+\n  @@  @@@@@    @@@@@@@@@@       @ ,@@\
+\n   @@  @@@@@ @@@@@@@@@@        @ ,@@         Repository: https://git.duniter.org/clients/python/silkaj\
+\n    @@@  @@@@@@@@@@@@        @  @@*\
+\n      @@@  @@@@@@@@        @  @@@            License: GNU AGPLv3\
 \n        @@@@   @@          @@@,\
 \n            @@@@@@@@@@@@@@@\n")
 
-- 
GitLab