~ubuntu-branches/ubuntu/quantal/thunar/quantal

« back to all changes in this revision

Viewing changes to thunar/main.c

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2011-01-04 21:32:59 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20110104213259-mz1w46d83r9s7egt
Tags: 1.1.6-0ubuntu1
* New upstream development release.
* Bump xfce4-panel-dev b-dep to >= 4.7.7 to force using the new abi.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* $Id$ */
2
2
/*-
3
 
 * Copyright (c) 2005-2007 os-cillation e.K.
 
3
 * Copyright (c) 2005-2011 os-cillation e.K.
4
4
 *
5
5
 * Written by Benedikt Meurer <benny@xfce.org>.
6
6
 *
164
164
  if (G_UNLIKELY (opt_version))
165
165
    {
166
166
      g_print ("%s %s (Xfce %s)\n\n", PACKAGE_NAME, PACKAGE_VERSION, xfce_version_string ());
167
 
      g_print ("%s\n", "Copyright (c) 2004-2010");
 
167
      g_print ("%s\n", "Copyright (c) 2004-2011");
168
168
      g_print ("\t%s\n\n", _("The Thunar development team. All rights reserved."));
169
169
      g_print ("%s\n\n", _("Written by Benedikt Meurer <benny@xfce.org>."));
170
170
      g_print (_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);