diff --git a/ChangeLog b/ChangeLog index c8b74f4fd2287325a290fc5cfe13178414a3cac7..3f72f0536665d476d899d3a16fdb292a747f974f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-02 Nick Schermer <nick@xfce.org> + + * thunar/thunar-dialogs.c, thunar/main.c, configure.in.in: + Update copyright to 2009. + 2008-12-25 Nick Schermer <nick@xfce.org> * NEWS: Update. diff --git a/configure.in.in b/configure.in.in index 279d56228ed45795684abd4ae65f50503cd7bb23..fa328a146ede2f708b4246efb559d85497caac88 100644 --- a/configure.in.in +++ b/configure.in.in @@ -26,7 +26,7 @@ m4_define([thunar_debug_default], [ifelse(thunar_version_tag(), [svn], [yes], [m dnl *************************** dnl *** Initialize autoconf *** dnl *************************** -AC_COPYRIGHT([Copyright (c) 2004-2008 +AC_COPYRIGHT([Copyright (c) 2004-2009 The Thunar development team. All rights reserved. Written for Thunar by Benedikt Meurer <benny@xfce.org>.]) diff --git a/thunar/main.c b/thunar/main.c index cd756d48c367e8339ff3daa1be683c0f7f958655..e960c09ce6f0be321af3050009f6f2870cf7a973 100644 --- a/thunar/main.c +++ b/thunar/main.c @@ -121,7 +121,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-2007"); + g_print ("%s\n", "Copyright (c) 2004-2009"); g_print ("\t%s\n\n", _("The Thunar development team. All rights reserved.")); g_print ("%s\n\n", _("Written by Benedikt Meurer <benny@xfce.org>.")); g_print (_("Please report bugs to <%s>."), PACKAGE_BUGREPORT); diff --git a/thunar/thunar-dialogs.c b/thunar/thunar-dialogs.c index e718012f27153e3775c2f52d99bc2cf53c825247..0e36ee3c818f325e2a436bfed1133e654151066f 100644 --- a/thunar/thunar-dialogs.c +++ b/thunar/thunar-dialogs.c @@ -235,7 +235,7 @@ thunar_dialogs_show_about (GtkWindow *parent, "artists", artists, "authors", authors, "comments", comments, - "copyright", "Copyright \302\251 2004-2007 Benedikt Meurer", + "copyright", "Copyright \302\251 2004-2009 Benedikt Meurer", "destroy-with-parent", TRUE, "documenters", documenters, "license", XFCE_LICENSE_GPL,