[Client] Add missing libraries to the licenses page

This commit is contained in:
AudricV 2023-01-16 08:29:26 +01:00
parent 594f5e7754
commit 4b0f9b6a2d
No known key found for this signature in database
GPG Key ID: DA92EC7905614198

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="fr"> <html lang="fr">
<head> <head>
<title>Truth Inquiry - Licenses</title> <title>Truth Inquiry - Licenses et crédits</title>
<link rel="stylesheet" href="/static/css/game_ui.css"> <link rel="stylesheet" href="/static/css/game_ui.css">
<link rel="stylesheet" href="/static/css/game_ui_legal.css"> <link rel="stylesheet" href="/static/css/game_ui_legal.css">
<meta name="color-scheme" content="dark light"> <meta name="color-scheme" content="dark light">
@ -22,16 +22,34 @@
Roboto Mono, police créée par Christian Robertson sous license <a href="https://www.apache.org/licenses/LICENSE-2.0.html" title="Voir la license Apache 2.0 dans un nouvel onglet" target="_blank" class="legal_link">Apache 2.0</a> Roboto Mono, police créée par Christian Robertson sous license <a href="https://www.apache.org/licenses/LICENSE-2.0.html" title="Voir la license Apache 2.0 dans un nouvel onglet" target="_blank" class="legal_link">Apache 2.0</a>
</li> </li>
<li class="license_item"> <li class="license_item">
Material Icons, créés par Google sous license <a href="https://www.apache.org/licenses/LICENSE-2.0.html" title="Voir la license Apache 2.0 dans un nouvel onglet" target="_blank" class="legal_link">Apache 2.0</a> Material Icons, icônes créés par Google sous license <a href="https://www.apache.org/licenses/LICENSE-2.0.html" title="Voir la license Apache 2.0 dans un nouvel onglet" target="_blank" class="legal_link">Apache 2.0</a>
</li> </li>
<li class="license_item"> <li class="license_item">
Certains icônes d'illustrations peuvent provenir de Icons8, sous license <a href="https://icons8.com/license" title="Voir la license gratuite Icons8 dans un nouvel onglet" target="_blank" class="legal_link">gratuite Icons8</a> Certains icônes d'illustrations peuvent provenir de Icons8, sous license <a href="https://icons8.com/license" title="Voir la license gratuite Icons8 dans un nouvel onglet" target="_blank" class="legal_link">gratuite Icons8</a>
</li> </li>
<li class="license_item"> <li class="license_item">
Flask, framework Python créé par Pallets, sous license <a href="https://github.com/pallets/flask/blob/main/LICENSE.rst" title="Voir la license BSD-3 Clause de Flask dans un nouvel onglet" target="_blank" class="legal_link">BSD-3 Clause</a> Socket.IO (client), bibliothèque JavaScript créée par Guillermo Rauch, sous license <a href="https://github.com/socketio/socket.io-client/blob/main/LICENSE" title="Voir la license MIT de Socket.IO (client) dans un nouvel onglet" target="_blank" class="legal_link">MIT</a>
</li> </li>
<li class="license_item"> <li class="license_item">
Socket.IO (client), bibliothèque JavaScript créée par Guillermo Rauch, sous license <a href="https://github.com/socketio/socket.io-client/blob/main/LICENSE" title="Voir la license MIT de Socket.IO (client) dans un nouvel onglet" target="_blank" class="legal_link">MIT</a> Flask, bibliothèque Python créé par Pallets, sous license <a href="https://github.com/pallets/flask/blob/main/LICENSE.rst" title="Voir la license BSD-3 Clause de Flask dans un nouvel onglet" target="_blank" class="legal_link">BSD-3 Clause</a>
</li>
<li class="license_item">
Flask-SocketIO, bibliothèque Python créée par Miguel Grinberg, sous license <a href="https://github.com/miguelgrinberg/Flask-SocketIO/blob/main/LICENSE" title="Voir la license MIT de Flask-SocketIO dans un nouvel onglet" target="_blank" class="legal_link">MIT</a>
</li>
<li class="license_item">
discord.py, bibliothèque Python créée par Rapptz, sous license <a href="https://github.com/Rapptz/discord.py/blob/master/LICENSE" title="Voir la license MIT de discord.py dans un nouvel onglet" target="_blank" class="legal_link">MIT</a>
</li>
<li class="license_item">
SQLAlchemy, bibliothèque Python créée par les auteurs et contributeurs de SQLAlchemy, sous license <a href="https://github.com/sqlalchemy/sqlalchemy/blob/main/LICENSE" title="Voir la license MIT de SQLAlchemy dans un nouvel onglet" target="_blank" class="legal_link">MIT</a>
</li>
<li class="license_item">
PyMySQL, bibliothèque Python créée par les contributeurs de PyMySQL, sous license <a href="https://github.com/PyMySQL/PyMySQL/blob/main/LICENSE" title="Voir la license MIT de PyMySQL dans un nouvel onglet" target="_blank" class="legal_link">MIT</a>
</li>
<li class="license_item">
python-dotenv, bibliothèque Python créée par Saurabh Kumar, Ted Tieken et Jacob Kaplan-Moss, sous license <a href="https://github.com/PyMySQL/PyMySQL/blob/main/LICENSE" title="Voir la license BSD-3 Clause de python-dotenv dans un nouvel onglet" target="_blank" class="legal_link">BSD-3 Clause</a>
</li>
<li class="license_item">
pytest, bibliothèque Python créée par Holger Krekel et autres, sous license <a href="https://github.com/pytest-dev/pytest/blob/main/LICENSE" title="Voir la license MIT de pytest dans un nouvel onglet" target="_blank" class="legal_link">MIT</a>
</li> </li>
</ul> </ul>
<footer> <footer>