From: Jean-Philippe Orsini Date: Wed, 10 Sep 2014 23:57:49 +0000 (+0200) Subject: copyright on one line. added licence information. X-Git-Tag: v1.1.2~113 X-Git-Url: http://git.wpitchoune.net/gitweb/?a=commitdiff_plain;h=c8222df594ebe1eb901b7fd7a0b91503f4fefd89;p=psensor.git copyright on one line. added licence information. --- 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"),