summaryrefslogtreecommitdiff
path: root/xfce4-session-logout
diff options
context:
space:
mode:
authorJérôme Guelfucci <jeromeg@xfce.org>2012-08-18 13:36:09 +0200
committerJérôme Guelfucci <jeromeg@xfce.org>2012-08-30 22:11:25 +0200
commitac943f6da13178bfc06e9917c02d85302be3bdb7 (patch)
treeac74c7cd03ad2736190d2fc6c1521437b8376aa5 /xfce4-session-logout
parent2c25a261a8e7bcba8a52e71ccd3c77f66447140b (diff)
downloadxfce4-session-ac943f6da13178bfc06e9917c02d85302be3bdb7.tar.gz
Bump copyright year.
Diffstat (limited to 'xfce4-session-logout')
-rw-r--r--xfce4-session-logout/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfce4-session-logout/main.c b/xfce4-session-logout/main.c
index 19a5c9a1..d9067cef 100644
--- a/xfce4-session-logout/main.c
+++ b/xfce4-session-logout/main.c
@@ -132,7 +132,7 @@ main (int argc, char **argv)
if (opt_version)
{
g_print ("%s %s (Xfce %s)\n\n", PACKAGE_NAME, PACKAGE_VERSION, xfce_version_string ());
- g_print ("%s\n", "Copyright (c) 2004-2011");
+ g_print ("%s\n", "Copyright (c) 2004-2012");
g_print ("\t%s\n\n", _("The Xfce development team. All rights reserved."));
g_print ("%s\n", _("Written by Benedikt Meurer <benny@xfce.org>"));
g_print ("%s\n\n", _("and Brian Tarricone <kelnos@xfce.org>."));