[Xfce4-commits] <thunar:master> Fix thunar -V.

Benedikt Meurer noreply at xfce.org
Sat Jan 1 19:42:01 CET 2011


Updating branch refs/heads/master
         to 1ea4542a95953a91ff1d65e033d9ca0049477e89 (commit)
       from 6f7f834f8bbd3423a271295aa2ce8fae7163aca2 (commit)

commit 1ea4542a95953a91ff1d65e033d9ca0049477e89
Author: Benedikt Meurer <benedikt.meurer at googlemail.com>
Date:   Sat Jan 1 19:41:16 2011 +0100

    Fix thunar -V.

 thunar/main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/thunar/main.c b/thunar/main.c
index e107ee5..9de4bd3 100644
--- a/thunar/main.c
+++ b/thunar/main.c
@@ -1,6 +1,6 @@
 /* $Id$ */
 /*-
- * Copyright (c) 2005-2007 os-cillation e.K.
+ * Copyright (c) 2005-2011 os-cillation e.K.
  *
  * Written by Benedikt Meurer <benny at xfce.org>.
  *
@@ -164,7 +164,7 @@ main (int argc, char **argv)
   if (G_UNLIKELY (opt_version))
     {
       g_print ("%s %s (Xfce %s)\n\n", PACKAGE_NAME, 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 Thunar development team. All rights reserved."));
       g_print ("%s\n\n", _("Written by Benedikt Meurer <benny at xfce.org>."));
       g_print (_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);



More information about the Xfce4-commits mailing list