[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 02/02: Update Years
noreply at xfce.org
noreply at xfce.org
Fri May 30 11:22:22 CEST 2014
This is an automated email from the git hooks/post-receive script.
mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-clipman-plugin.
commit 5a0601d10abfea2166e4c103390962217e8b0425
Author: Mike Massonnet <m8t at gandi.net>
Date: Fri May 30 11:22:04 2014 +0200
Update Years
---
panel-plugin/plugin.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/panel-plugin/plugin.c b/panel-plugin/plugin.c
index 81f37f6..c3c43f7 100644
--- a/panel-plugin/plugin.c
+++ b/panel-plugin/plugin.c
@@ -319,13 +319,13 @@ cb_about_dialog_url_hook (GtkAboutDialog *dialog,
void
plugin_about (MyPlugin *plugin)
{
- const gchar *authors[] = { "(c) 2008-2012 Mike Massonnet",
+ const gchar *authors[] = { "(c) 2008-2014 Mike Massonnet",
"(c) 2005-2006 Nick Schermer",
"(c) 2003 Eduard Roccatello",
"",
_("Contributors:"),
"(c) 2008-2009 David Collins",
- "(c) 2013 Christian Hesse",
+ "(c) 2013 Christian Hesse",
NULL, };
const gchar *documenters[] = { "Mike Massonnet", NULL, };
const gchar *license =
@@ -340,7 +340,7 @@ plugin_about (MyPlugin *plugin)
"logo-icon-name", "xfce4-clipman-plugin",
"comments", _("Clipboard Manager for Xfce"),
"version", PACKAGE_VERSION,
- "copyright", "Copyright © 2003-2012 The Xfce development team",
+ "copyright", "Copyright © 2003-2014 The Xfce development team",
"license", license,
"website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin",
"website-label", "goodies.xfce.org",
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list