From c2cd74008f6af955f89d4137da56313a568f81c2 Mon Sep 17 00:00:00 2001 From: Landry Breuil Date: Fri, 19 Dec 2014 22:29:45 +0100 Subject: [PATCH] bump copyright years and update authors in about dialog --- src/process-window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/process-window.c b/src/process-window.c index cb01bf4..45dcf3c 100644 --- a/src/process-window.c +++ b/src/process-window.c @@ -353,6 +353,7 @@ static void show_about_dialog (XtmProcessWindow *window) { const gchar *authors[] = { + "(c) 2014 Landry Breuil, Harald Judt, Peter de Ridder, Simon Steinbess", "(c) 2008-2010 Mike Massonnet", "(c) 2005-2008 Johannes Zellner", "", @@ -383,7 +384,7 @@ show_about_dialog (XtmProcessWindow *window) gtk_show_about_dialog (GTK_WINDOW (window->window), "program-name", _("Task Manager"), "version", PACKAGE_VERSION, - "copyright", "Copyright \302\251 2005-2010 The Xfce development team", + "copyright", "Copyright \302\251 2005-2014 The Xfce development team", "logo-icon-name", "utilities-system-monitor", #ifndef HAVE_GTK3 "icon-name", GTK_STOCK_ABOUT,