[Xfce4-commits] [xfce/xfce4-session] 03/10: Update copyright year (Bug 10768)
noreply at xfce.org
noreply at xfce.org
Thu Aug 28 17:53:04 CEST 2014
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfce4-session.
commit aa29578cb001e24d06d31ce408f208d5c2a64487
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Mon Jul 14 15:10:22 2014 +0300
Update copyright year (Bug 10768)
---
configure.ac.in | 4 ++--
settings/main.c | 2 +-
xfce4-session/main.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index fe6b660..d61b59c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,5 +1,5 @@
dnl
-dnl Copyright (c) 2003-2009
+dnl Copyright (c) 2003-2014
dnl The Xfce development team. All rights reserved.
dnl
dnl Written for Xfce by Benedikt Meurer <benny at xfce.org>.
@@ -17,7 +17,7 @@ m4_define([xfsm_version], [xfsm_version_major().xfsm_version_minor().xfsm_versio
m4_define([xfsm_debug_default], [ifelse(xfsm_version_tag(), [git], [full], [minimum])])
dnl Initialize autoconf
-AC_COPYRIGHT([Copyright (c) 2003-2011
+AC_COPYRIGHT([Copyright (c) 2003-2014
The Xfce development team. All rights reserved.
Written for Xfce by Benedikt Meurer <benny at xfce.org>.])
diff --git a/settings/main.c b/settings/main.c
index 0338b73..4e6f9c4 100644
--- a/settings/main.c
+++ b/settings/main.c
@@ -83,7 +83,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) 2004-2010");
+ g_print("%s\n", "Copyright (c) 2004-2014");
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-session/main.c b/xfce4-session/main.c
index 0a95714..daf8bc9 100644
--- a/xfce4-session/main.c
+++ b/xfce4-session/main.c
@@ -263,7 +263,7 @@ main (int argc, char **argv)
if (opt_version)
{
g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, xfce_version_string ());
- g_print ("%s\n", "Copyright (c) 2003-2012");
+ g_print ("%s\n", "Copyright (c) 2003-2014");
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");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list