From 22b2c662fc6d2bdab362c56632fff17b6cb87b40 Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Mon, 11 May 2020 16:47:46 +0200
Subject: [PATCH] Fix #7

---
 src/app/templates/base.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/app/templates/base.html b/src/app/templates/base.html
index 539acf5..019df75 100644
--- a/src/app/templates/base.html
+++ b/src/app/templates/base.html
@@ -10,7 +10,11 @@
     <div id="content">{% block content %}{% endblock %}</div>
     <div id="footer">
         {% block footer %}
-        &copy; Copyright 2020 by <a href="https://tetras-libre.fr">Tetras Libre</a>.
+        &copy; Copyright 2020 Institut polytechnique de Grenoble (Grenoble INP Institute of Engineering and
+        Management).<br />
+        Research and development by Tétras Libre SARL (https://www.tetras-libre.fr/), funded by the RAPID project
+        UNseL.<br />
+        <a href="https://gitlab.tetras-libre.fr/unl/web-service-demo">Code available under CeCILL-B License</a>
         {% endblock %}
     </div>
 </body>
-- 
GitLab