diff --git a/src/gnome-utils/gnc-main-window.c b/src/gnome-utils/gnc-main-window.c index dcda9430dc..237a5307f9 100644 --- a/src/gnome-utils/gnc-main-window.c +++ b/src/gnome-utils/gnc-main-window.c @@ -3214,7 +3214,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 = "© 1998-2005 Linas Vepstas"; + const gchar *copyright = "© 1997-2006 Contributors"; gchar **authors, **documenters, *license, *message; GdkPixbuf *logo;