From 4a311973577556b35dc3c0ace6186fff083187cb Mon Sep 17 00:00:00 2001 From: rim Date: Fri, 22 Mar 2019 03:45:23 +0300 Subject: [PATCH] Update copyright. --- src/process-window.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/process-window.c b/src/process-window.c index 5f5c3d8..9a0c1b2 100644 --- a/src/process-window.c +++ b/src/process-window.c @@ -470,14 +470,16 @@ static void show_about_dialog (XtmProcessWindow *window) { const gchar *authors[] = { + "(c) 2018-2019 Rozhuk Ivan", "(c) 2014 Landry Breuil", "(c) 2014 Harald Judt", "(c) 2014 Peter de Ridder", "(c) 2014 Simon Steinbess", "(c) 2008-2010 Mike Massonnet", "(c) 2005-2008 Johannes Zellner", "", "FreeBSD", + " \342\200\242 Rozhuk Ivan", " \342\200\242 Mike Massonnet", " \342\200\242 Oliver Lehmann", "", @@ -504,7 +506,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-2014 The Xfce development team", + "copyright", "Copyright \302\251 2005-2019 The Xfce development team", "logo-icon-name", "utilities-system-monitor", #if !GTK_CHECK_VERSION(3, 0, 0) "icon-name", GTK_STOCK_ABOUT, -- libgit2 0.27.8