From 4b0f9b6a2d9637ccd56fbf61597d13f2eace2a41 Mon Sep 17 00:00:00 2001 From: AudricV <74829229+AudricV@users.noreply.github.com> Date: Mon, 16 Jan 2023 08:29:26 +0100 Subject: [PATCH] [Client] Add missing libraries to the licenses page --- truthseeker/templates/licenses.html | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/truthseeker/templates/licenses.html b/truthseeker/templates/licenses.html index 11f9c78..35ec6ca 100644 --- a/truthseeker/templates/licenses.html +++ b/truthseeker/templates/licenses.html @@ -1,7 +1,7 @@ - Truth Inquiry - Licenses + Truth Inquiry - Licenses et crédits @@ -22,16 +22,34 @@ Roboto Mono, police créée par Christian Robertson sous license Apache 2.0
  • - Material Icons, créés par Google sous license Apache 2.0 + Material Icons, icônes créés par Google sous license Apache 2.0
  • Certains icônes d'illustrations peuvent provenir de Icons8, sous license gratuite Icons8
  • - Flask, framework Python créé par Pallets, sous license BSD-3 Clause + Socket.IO (client), bibliothèque JavaScript créée par Guillermo Rauch, sous license MIT
  • - Socket.IO (client), bibliothèque JavaScript créée par Guillermo Rauch, sous license MIT + Flask, bibliothèque Python créé par Pallets, sous license BSD-3 Clause +
  • +
  • + Flask-SocketIO, bibliothèque Python créée par Miguel Grinberg, sous license MIT +
  • +
  • + discord.py, bibliothèque Python créée par Rapptz, sous license MIT +
  • +
  • + SQLAlchemy, bibliothèque Python créée par les auteurs et contributeurs de SQLAlchemy, sous license MIT +
  • +
  • + PyMySQL, bibliothèque Python créée par les contributeurs de PyMySQL, sous license MIT +
  • +
  • + python-dotenv, bibliothèque Python créée par Saurabh Kumar, Ted Tieken et Jacob Kaplan-Moss, sous license BSD-3 Clause +
  • +
  • + pytest, bibliothèque Python créée par Holger Krekel et autres, sous license MIT