Improved wording about GNU AGPLv3+.
This commit is contained in:
parent
e04bfdcf84
commit
ba417d60d8
2
CHANGES
2
CHANGES
@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
* Changed license from GNU GPL v3 to GNU AGPL v3.
|
||||
* Changed license from GNU GPL v3 to GNU AGPL v3+.
|
||||
|
||||
Le 08/01/2018 à 01:07, aeris a écrit :
|
||||
> From: aeris <aeris@imirhil.fr>
|
||||
|
@ -6,7 +6,7 @@ Présentation de la revue hebdomadaire : https://www.april.org/revues-hebdomadai
|
||||
|
||||
La revue hebdo dispose d'un bot IRC qui gère les logs et la synthèse de la revue hebdo : Hebdobot.
|
||||
|
||||
Hebdobot est un logiciel libre sous licence GNU AGPL édité par l'April dont le projet est géré ici : https://agir.april.org/projects/hebdobot.
|
||||
Hebdobot est un logiciel libre sous licence GNU AGPLv3+ édité par l'April dont le projet est géré ici : https://agir.april.org/projects/hebdobot.
|
||||
|
||||
Résultat de la commande !aide :
|
||||
|
||||
@ -37,7 +37,7 @@ Résultat de la commande !aide :
|
||||
|
||||
## License
|
||||
|
||||
Hebdobot is a free software released on GNU AGPL 3+
|
||||
Hebdobot is a free software released on GNU AGPLv3+
|
||||
|
||||
## History
|
||||
|
||||
|
@ -67,7 +67,8 @@ public class LicenseHook extends Hook
|
||||
{
|
||||
logger.info("!licence caught.");
|
||||
|
||||
bot.sendMessage("Hebdobot est un logiciel libre de l'April sous licence GNU AGPL, sources : https://forge.april.org/adminsys/hebdobot");
|
||||
bot.sendMessage(
|
||||
"Hebdobot est un logiciel libre de l'April sous licence GNU AGPLv3+, sources : https://forge.april.org/adminsys/hebdobot");
|
||||
|
||||
result = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user