From a56a8e8f64f8682774e96fb11e1815514bf46623 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 26 Oct 2017 22:29:06 -0400 Subject: about(:version): Add no-warranty statment and TODO comments --- diff --git a/src/about/version.c b/src/about/version.c index d47ab4a..c2600b8 100644 --- a/src/about/version.c +++ b/src/about/version.c @@ -48,8 +48,13 @@ mq_about_version_response(MqApplication G_GNUC_UNUSED *application, mq_html_container("div", mq_html_h3(PACKAGE_NAME), mq_html_p(PACKAGE_VERSION_GIT), + /* TODO: Comments */ + /* TODO: Web site link */ mq_html_p("Copyright © 2017 " "Patrick McDermott"), + mq_html_p("This program comes with " + "ABSOLUTELY NO WARRANTY. " + "See the license text for details."), NULL), "About", mq_html_container("div", -- cgit v0.9.1