[Xfce4-commits] <xfce4-panel:master> Bump copyrights to 2011.
Nick Schermer
noreply at xfce.org
Sat Jan 1 19:38:01 CET 2011
Updating branch refs/heads/master
to 1273381f3ff8794ecaf84f2f91d5468354c83d22 (commit)
from 5c6a9e2dd53df032a32e2eb07a4c2a3faed1531f (commit)
commit 1273381f3ff8794ecaf84f2f91d5468354c83d22
Author: Nick Schermer <nick at xfce.org>
Date: Sat Jan 1 19:36:07 2011 +0100
Bump copyrights to 2011.
configure.ac.in | 2 +-
panel/main.c | 2 +-
panel/panel-dialogs.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index e86edc6..e53eb63 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -26,7 +26,7 @@ m4_define([panel_debug_default], [ifelse(xfce4_panel_version_tag(), [git], [yes]
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2002 - 2010
+AC_COPYRIGHT([Copyright (c) 2002 - 2011
The Xfce development team. All rights reserved.
Written for Xfce by Jasper Huijsmans <jasper at xfce.org>
diff --git a/panel/main.c b/panel/main.c
index 3a3d3b5..8190f17 100644
--- a/panel/main.c
+++ b/panel/main.c
@@ -218,7 +218,7 @@ main (gint argc, gchar **argv)
else
g_print ("%s", PACKAGE_NAME);
g_print (" %s (Xfce %s)\n\n", PACKAGE_VERSION, xfce_version_string ());
- g_print ("%s\n", "Copyright (c) 2004-2010");
+ g_print ("%s\n", "Copyright (c) 2004-2011");
g_print ("\t%s\n\n", _("The Xfce development team. All rights reserved."));
g_print (_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
g_print ("\n");
diff --git a/panel/panel-dialogs.c b/panel/panel-dialogs.c
index 1ea17e4..eb9c4ac 100644
--- a/panel/panel-dialogs.c
+++ b/panel/panel-dialogs.c
@@ -74,7 +74,7 @@ panel_dialogs_show_about (void)
gtk_show_about_dialog (NULL,
"authors", authors,
"comments", _("The panel of the Xfce Desktop Environment"),
- "copyright", "Copyright \302\251 2004-2010 Xfce Development Team",
+ "copyright", "Copyright \302\251 2004-2011 Xfce Development Team",
"destroy-with-parent", TRUE,
"license", XFCE_LICENSE_GPL,
"program-name", PACKAGE_NAME,
More information about the Xfce4-commits
mailing list