[Xfce4-commits] <xfce4-mpc-plugin:master> Update copyright years/e-mail address
Landry Breuil
noreply at xfce.org
Wed Feb 15 11:22:05 CET 2012
Updating branch refs/heads/master
to 4ed85a6e0e3301a76550f1dde310d76158e11ba1 (commit)
from b9e5b4a11f6f7f0792d44a28ca858cf25732634c (commit)
commit 4ed85a6e0e3301a76550f1dde310d76158e11ba1
Author: Landry Breuil <landry at xfce.org>
Date: Wed Feb 15 11:01:28 2012 +0100
Update copyright years/e-mail address
panel-plugin/simple-libmpd.c | 2 +-
panel-plugin/simple-libmpd.h | 2 +-
panel-plugin/xfce4-mpc-plugin.c | 6 +++---
panel-plugin/xfce4-mpc-plugin.h | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/panel-plugin/simple-libmpd.c b/panel-plugin/simple-libmpd.c
index a7b3cb3..277a704 100644
--- a/panel-plugin/simple-libmpd.c
+++ b/panel-plugin/simple-libmpd.c
@@ -1,6 +1,6 @@
/* simple-libmpd.c
*
- * Copyright (c) 2006-2010 Landry Breuil (landry at fr.homeunix.org / gaston at gcu.info)
+ * Copyright (c) 2006-2012 Landry Breuil <landry at xfce.org>
* This code is licenced under a BSD-style licence.
* (OpenBSD variant modeled after the ISC licence)
* All rights reserved.
diff --git a/panel-plugin/simple-libmpd.h b/panel-plugin/simple-libmpd.h
index 405fd40..0d6701c 100644
--- a/panel-plugin/simple-libmpd.h
+++ b/panel-plugin/simple-libmpd.h
@@ -1,6 +1,6 @@
/* simple-libmpd.h
*
- * Copyright (c) 2006-2010 Landry Breuil (landry at fr.homeunix.org / gaston at gcu.info)
+ * Copyright (c) 2006-2012 Landry Breuil <landry at xfce.org>
* This code is licenced under a BSD-style licence.
* (OpenBSD variant modeled after the ISC licence)
* All rights reserved.
diff --git a/panel-plugin/xfce4-mpc-plugin.c b/panel-plugin/xfce4-mpc-plugin.c
index c4a0eeb..75db1d3 100644
--- a/panel-plugin/xfce4-mpc-plugin.c
+++ b/panel-plugin/xfce4-mpc-plugin.c
@@ -1,6 +1,6 @@
/* xfce4-mpc-plugin.c
*
- * Copyright (c) 2006-2011 Landry Breuil <landry at rhaalovely.net>
+ * Copyright (c) 2006-2012 Landry Breuil <landry at xfce.org>
* This code is licensed under a BSD-style license.
* (OpenBSD variant modeled after the ISC license)
* All rights reserved.
@@ -766,7 +766,7 @@ static void
mpc_show_about(XfcePanelPlugin *plugin, t_mpc* mpc)
{
GdkPixbuf *icon;
- const gchar *auth[] = { "Landry Breuil <landry at rhaalovely.net>", NULL };
+ const gchar *auth[] = { "Landry Breuil <landry at xfce.org>", NULL };
icon = xfce_panel_pixbuf_from_source("applications-multimedia", NULL, 32);
#if !GTK_CHECK_VERSION (2, 18, 0)
gtk_about_dialog_set_email_hook (exo_gtk_url_about_dialog_hook, NULL, NULL);
@@ -779,7 +779,7 @@ mpc_show_about(XfcePanelPlugin *plugin, t_mpc* mpc)
"program-name", PACKAGE_NAME,
"comments", _("A simple panel-plugin client for Music Player Daemon"),
"website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin",
- "copyright", _("Copyright (c) 2006-2011 Landry Breuil\n"),
+ "copyright", _("Copyright (c) 2006-2012 Landry Breuil\n"),
"authors", auth, NULL);
if(icon)
diff --git a/panel-plugin/xfce4-mpc-plugin.h b/panel-plugin/xfce4-mpc-plugin.h
index be34b00..8619881 100644
--- a/panel-plugin/xfce4-mpc-plugin.h
+++ b/panel-plugin/xfce4-mpc-plugin.h
@@ -1,6 +1,6 @@
/* xfce4-mpc-plugin.h
*
- * Copyright (c) 2006-2011 Landry Breuil <landry at rhaalovely.net>
+ * Copyright (c) 2006-2012 Landry Breuil <landry at xfce.org>
* This code is licenced under a BSD-style licence.
* (OpenBSD variant modeled after the ISC licence)
* All rights reserved.
More information about the Xfce4-commits
mailing list