From 4acf30c63c1603bb9dcd985616fe92ec9f1584bb Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 26 Oct 2017 22:23:55 -0400 Subject: about(:version): Add "Copyright " string --- (limited to 'src') diff --git a/src/about/version.c b/src/about/version.c index c589d6e..d47ab4a 100644 --- a/src/about/version.c +++ b/src/about/version.c @@ -48,7 +48,8 @@ mq_about_version_response(MqApplication G_GNUC_UNUSED *application, mq_html_container("div", mq_html_h3(PACKAGE_NAME), mq_html_p(PACKAGE_VERSION_GIT), - mq_html_p("© 2017 Patrick McDermott"), + mq_html_p("Copyright © 2017 " + "Patrick McDermott"), NULL), "About", mq_html_container("div", -- cgit v0.9.1