From 15a8d1b76900be006cf278816cd848fbeb8eb92f Mon Sep 17 00:00:00 2001 From: Edoardo Maria Elidoro Date: mer, 13 ago 2014 00:43:06 +0200 Subject: [PATCH] The smallest fix: fixed copyright date in --version output. 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"); -- Gitg