From c8222df594ebe1eb901b7fd7a0b91503f4fefd89 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 11 Sep 2014 01:57:49 +0200 Subject: [PATCH] copyright on one line. added licence information. --- src/ui.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ui.c b/src/ui.c index 6876600..a60a44a 100644 --- a/src/ui.c +++ b/src/ui.c @@ -84,7 +84,10 @@ void ui_show_about_dialog() _("Psensor is a GTK+ application for monitoring hardware " "sensors"), "copyright", - _("Copyright(c) 2010-2014\njeanfi@gmail.com"), + _("Copyright(c) 2010-2014 jeanfi@gmail.com"), +#if GTK_CHECK_VERSION(3, 12, 0) + "license-type", GTK_LICENSE_GPL_2_0_ONLY, +#endif "logo-icon-name", "psensor", "program-name", "Psensor", "title", _("About Psensor"), -- 2.7.4