[Xfce4-commits] <xfce4-settings:master> Bump some copyrights to 2K10.
Nick Schermer
noreply at xfce.org
Sat Jan 2 13:56:01 CET 2010
Updating branch refs/heads/master
to 716f61bc77bd77d651f7917a00aa842bb032419b (commit)
from 90176a072c2ff5c1884fbada995dc41c1e2024b1 (commit)
commit 716f61bc77bd77d651f7917a00aa842bb032419b
Author: Nick Schermer <nick at xfce.org>
Date: Sat Jan 2 13:54:50 2010 +0100
Bump some copyrights to 2K10.
configure.ac.in | 2 +-
dialogs/accessibility-settings/main.c | 2 +-
dialogs/appearance-settings/main.c | 2 +-
dialogs/display-settings/main.c | 2 +-
dialogs/keyboard-settings/main.c | 2 +-
dialogs/mouse-settings/main.c | 2 +-
xfce4-settings-editor/main.c | 2 +-
xfce4-settings-helper/main.c | 2 +-
xfce4-settings-manager/main.c | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index b3cfaff..996b879 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -18,7 +18,7 @@ m4_define([xfce4_settings_version_tag], [git]) # Leave empty for releases
m4_define([xfce4_settings_version], [xfce4_settings_version_major().xfce4_settings_version_minor().xfce4_settings_version_micro()ifelse(xfce4_settings_version_nano(), [], [], [.xfce4_settings_version_nano()])ifelse(xfce4_settings_version_tag(), [git], [xfce4_settings_version_tag()-xfce4_settings_version_build()], [xfce4_settings_version_tag()])])
dnl *******************************************
-dnl *** Debugging support for SVN snapshots ***
+dnl *** Debugging support for GIT snapshots ***
dnl *******************************************
m4_define([xfce4_settings_debug_default], [ifelse(xfce4_settings_version_tag(), [git], [full], [minimum])])
diff --git a/dialogs/accessibility-settings/main.c b/dialogs/accessibility-settings/main.c
index 3499ac1..3029dae 100644
--- a/dialogs/accessibility-settings/main.c
+++ b/dialogs/accessibility-settings/main.c
@@ -158,7 +158,7 @@ main (gint argc, gchar **argv)
if (G_UNLIKELY (opt_version))
{
g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, xfce_version_string ());
- g_print ("%s\n", "Copyright (c) 2008-2009");
+ g_print ("%s\n", "Copyright (c) 2008-2010");
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/dialogs/appearance-settings/main.c b/dialogs/appearance-settings/main.c
index dbca018..03b3c14 100644
--- a/dialogs/appearance-settings/main.c
+++ b/dialogs/appearance-settings/main.c
@@ -788,7 +788,7 @@ main(gint argc, gchar **argv)
if (G_UNLIKELY (opt_version))
{
g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, xfce_version_string ());
- g_print ("%s\n", "Copyright (c) 2004-2009");
+ g_print ("%s\n", "Copyright (c) 2008-2010");
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/dialogs/display-settings/main.c b/dialogs/display-settings/main.c
index c339206..7952527 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -657,7 +657,7 @@ main (gint argc, gchar **argv)
if (G_UNLIKELY (opt_version))
{
g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, xfce_version_string ());
- g_print ("%s\n", "Copyright (c) 2004-2009");
+ g_print ("%s\n", "Copyright (c) 2004-2010");
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/dialogs/keyboard-settings/main.c b/dialogs/keyboard-settings/main.c
index 771977e..d50f64a 100644
--- a/dialogs/keyboard-settings/main.c
+++ b/dialogs/keyboard-settings/main.c
@@ -76,7 +76,7 @@ main (int argc,
if (G_UNLIKELY (opt_version))
{
g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, xfce_version_string ());
- g_print ("%s\n", "Copyright (c) 2008-2009");
+ g_print ("%s\n", "Copyright (c) 2008-2010");
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/dialogs/mouse-settings/main.c b/dialogs/mouse-settings/main.c
index 2f684ad..2ba4973 100644
--- a/dialogs/mouse-settings/main.c
+++ b/dialogs/mouse-settings/main.c
@@ -1201,7 +1201,7 @@ main (gint argc, gchar **argv)
if (G_UNLIKELY (opt_version))
{
g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, xfce_version_string ());
- g_print ("%s\n", "Copyright (c) 2004-2009");
+ g_print ("%s\n", "Copyright (c) 2004-2010");
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/xfce4-settings-editor/main.c b/xfce4-settings-editor/main.c
index c1971d0..f55b672 100644
--- a/xfce4-settings-editor/main.c
+++ b/xfce4-settings-editor/main.c
@@ -78,7 +78,7 @@ main(gint argc, gchar **argv)
if (G_UNLIKELY (opt_version))
{
g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, xfce_version_string ());
- g_print ("%s\n", "Copyright (c) 2004-2009");
+ g_print ("%s\n", "Copyright (c) 2008-2010");
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/xfce4-settings-helper/main.c b/xfce4-settings-helper/main.c
index d6d26c3..4d2b9e0 100644
--- a/xfce4-settings-helper/main.c
+++ b/xfce4-settings-helper/main.c
@@ -202,7 +202,7 @@ main (gint argc, gchar **argv)
if (G_UNLIKELY (opt_version))
{
g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, xfce_version_string ());
- g_print ("%s\n", "Copyright (c) 2008");
+ g_print ("%s\n", "Copyright (c) 2008-2010");
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/xfce4-settings-manager/main.c b/xfce4-settings-manager/main.c
index fbc895d..6144555 100644
--- a/xfce4-settings-manager/main.c
+++ b/xfce4-settings-manager/main.c
@@ -67,7 +67,7 @@ main(int argc,
if(G_UNLIKELY(opt_version)) {
g_print("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, xfce_version_string());
- g_print("%s\n", "Copyright (c) 2008-2009");
+ g_print("%s\n", "Copyright (c) 2008-2010");
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");
More information about the Xfce4-commits
mailing list