From 902ebb3402c15ae1a0c1bfd40444eb7d99e6a257 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 23 Jan 2019 15:27:38 +0100 Subject: [PATCH] Update about.html to correctly list dependencies. We are using `Mustache` instead of `CTTP2` now --- resources/texts/about.html | 2 +- resources/texts/fr/about.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/texts/about.html b/resources/texts/about.html index 8a173b3..83b6d7b 100644 --- a/resources/texts/about.html +++ b/resources/texts/about.html @@ -20,7 +20,7 @@ This software is released under the terms of the GNU General Public License vers
  • Libkiwix - GPLv3 (https://github.com/kiwix/kiwix-lib)
  • Qt - LGVLv3 (qt.io)
  • Xapian - GPL (xapian.org)
  • -
  • CTTP2 - BSD (ctpp.havoc.ru)
  • +
  • Mustache - Boost (https://github.com/kainjow/Mustache)
  • Pugixml - MIT (pugixml.org)
  • ICU - ICU License (icu-project.org)
  • Libmicrohttpd - GPL (www.gnu.org/software/libmicrohttpd/)
  • diff --git a/resources/texts/fr/about.html b/resources/texts/fr/about.html index d8619e9..961039b 100644 --- a/resources/texts/fr/about.html +++ b/resources/texts/fr/about.html @@ -20,7 +20,7 @@ Ce logiciel est publié selon les conditions de la licence GNU General Pub
  • Libkiwix - GPLv3 (https://github.com/kiwix/kiwix-lib)
  • Qt - LGVLv3 (qt.io)
  • Xapian - GPL (xapian.org)
  • -
  • CTTP2 - BSD (ctpp.havoc.ru)
  • +
  • Mustache - Boost (https://github.com/kainjow/Mustache)
  • Pugixml - MIT (pugixml.org)
  • ICU - ICU License (icu-project.org)
  • Libmicrohttpd - GPL (www.gnu.org/software/libmicrohttpd/)