From 6717f49f20465d30e1764f7a7a63bbb46a5877f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 10 Feb 2019 17:16:53 +0100 Subject: [PATCH] Try to give some credit to the 3rd party libraries we use. --- cli/cmdlineparser.cpp | 8 +++++++- gui/about.ui | 16 ++++++++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index 16a15b4c8..3189d3094 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -1157,5 +1157,11 @@ void CmdLineParser::printHelp() " cppcheck -I inc1/ -I inc2/ f.cpp\n" "\n" "For more information:\n" - " http://cppcheck.net/manual.pdf\n"; + " http://cppcheck.net/manual.pdf\n" + "\n" + "Many thanks to the 3rd party libraries we use:\n" + " * tinyxml2 -- loading project/library/ctu files.\n" + " * picojson -- loading compile database.\n" + " * pcre -- rules.\n" + " * qt -- used in GUI\n"; } diff --git a/gui/about.ui b/gui/about.ui index a28d44248..b1fca7de6 100644 --- a/gui/about.ui +++ b/gui/about.ui @@ -7,7 +7,7 @@ 0 0 478 - 300 + 375 @@ -78,7 +78,7 @@ - Copyright © 2007-2018 Cppcheck team. + Copyright © 2007-2019 Cppcheck team. true @@ -109,6 +109,18 @@ of the GNU General Public License version 3 + + + + <html><head/><body> +<p>Many thanks to these libraries that we use:</p><ul> +<li>tinyxml2</li> +<li>picojson</li> +<li>pcre</li> +<li>qt</li></ul></body></html> + + +