diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/about/version.c | 5 |
1 files changed, 5 insertions, 0 deletions
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", |