Veiller à mettre la bonne version dans le fichier `/var/www/qrcode.libre-service.eu/inc.php` :
```
-$libreqrVersion = "1.4.0dev";
+$libreqrVersion = "libre-service.eu-1.3.0";
```
## Pied de page (1/2)
Modifier le fichier `/var/www/qrcode.libre-service.eu/locales/en.php` :
```
- 'metaText_legal' => "LibreQR " . $libreqrVersion . " is a free software whose <ahref='https://code.antopie.org/miraty/libreqr/'>source code</a> is available under the terms of the <abbrtitle='GNU Affero General Public License version 3 or any later version'><ahref='LICENSE.html'>AGPLv3</a>+</abbr>.",
+ 'metaText_legal' => "<ahref='https://code.antopie.org/miraty/libreqr/'>LibreQR</a> version " . $libreqrVersion . " is a free software whose <ahref='https://forge.devinsy.fr/libre-service.eu/qrcode.libre-service.eu-libreqr/'>source code</a> is available under the terms of the <abbrtitle='GNU Affero General Public License version 3 or any later version'><ahref='LICENSE.html'>AGPLv3</a>+</abbr>.",
```
Modifier le fichier `/var/www/qrcode.libre-service.eu/locales/fr.php` :
```
- 'metaText_legal' => "LibreQR " . $libreqrVersion . " est un logiciel libre dont le <ahref='https://code.antopie.org/miraty/libreqr/'>code source</a> est disponible selon les termes de l'<abbrtitle='GNU Affero General Public License version 3 ou toute version ultérieure'><ahref='LICENSE.html'>AGPLv3</a>+</abbr>.",
+ 'metaText_legal' => "<ahref='https://code.antopie.org/miraty/libreqr/'>LibreQR</a> version" . $libreqrVersion . " est un logiciel libre dont le <ahref='https://forge.devinsy.fr/libre-service.eu/qrcode.libre-service.eu-libreqr'>code source</a> est disponible selon les termes de l'<abbrtitle='GNU Affero General Public License version 3 ou toute version ultérieure'><ahref='LICENSE.html'>AGPLv3</a>+</abbr>.",
```
## Pied de page (2/2)
Ajouter une phrase au pied de page dans le fichier `/var/www/qrcode.libre-service.eu/config.inc.php` :
```
-$customTextEnabled = false;
-$customText = "This LibreQR instance is hosted by <ahref='https://foo.example/'>foo</a>.";
+$customTextEnabled = true;
+$customText = "Cette instance de LibreQR est hébergée par <ahref='https://www.libre-service.eu/'>https://www.libre-service.eu/</a>.";