From c86cdf6d12d8513a07bce39720308d28300dc4cd Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Mon, 20 Dec 2010 17:54:17 +0000 Subject: [PATCH] Update copyright notice dates to include 2010 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19968 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome-utils/gnc-main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnome-utils/gnc-main-window.c b/src/gnome-utils/gnc-main-window.c index 16304d2133..b0ceb5aaf7 100644 --- a/src/gnome-utils/gnc-main-window.c +++ b/src/gnome-utils/gnc-main-window.c @@ -3958,7 +3958,7 @@ gnc_main_window_cmd_help_about (GtkAction *action, GncMainWindow *window) { const gchar *fixed_message = _("The GnuCash personal finance manager. " "The GNU way to manage your money!"); - const gchar *copyright = "© 1997-2009 Contributors"; + const gchar *copyright = "© 1997-2010 Contributors"; gchar **authors, **documenters, *license, *message; GdkPixbuf *logo;