gnucash master: Bump copyright year
    Cristian Marchi 
    cmarchi at code.gnucash.org
       
    Sat Apr  5 01:25:49 EDT 2014
    
    
  
Updated	 via  https://github.com/Gnucash/gnucash/commit/5bd7d2e7 (commit)
	from  https://github.com/Gnucash/gnucash/commit/8fd7536f (commit)
commit 5bd7d2e73b1c513921777737c6ff60deebbffe55
Author: Cristian Marchi <cri79 at libero.it>
Date:   Sat Apr 5 12:01:00 2014 +0200
    Bump copyright year
diff --git a/src/gnome-utils/gnc-main-window.c b/src/gnome-utils/gnc-main-window.c
index 7215cbb..4ab4257 100644
--- a/src/gnome-utils/gnc-main-window.c
+++ b/src/gnome-utils/gnc-main-window.c
@@ -4399,7 +4399,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-2013 Contributors");
+	const gchar *copyright = _("© 1997-2014 Contributors");
 	gchar **authors = get_file_strsplit("AUTHORS");
 	gchar **documenters = get_file_strsplit("DOCUMENTERS");
 	gchar *license = get_file("LICENSE");
Summary of changes:
 src/gnome-utils/gnc-main-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
    
    
More information about the gnucash-changes
mailing list