]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/blobdiff - unix/gtkdlg.c
It's a new year.
[PuTTY_svn.git] / unix / gtkdlg.c
index 4b640443e849877b176364e56a1105d89ee81113..86fa310e0a5201c9be6ec5cdb3a22abb6bdb8a37 100644 (file)
@@ -3432,7 +3432,7 @@ static void licence_clicked(GtkButton *button, gpointer data)
     char *title;
 
     char *licence =
-       "Copyright 1997-2013 Simon Tatham.\n\n"
+       "Copyright 1997-2014 Simon Tatham.\n\n"
 
        "Portions copyright Robert de Bath, Joris van Rantwijk, Delian "
        "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas "
@@ -3513,7 +3513,7 @@ void about_box(void *window)
                       w, FALSE, FALSE, 5);
     gtk_widget_show(w);
 
-    w = gtk_label_new("Copyright 1997-2013 Simon Tatham. All rights reserved");
+    w = gtk_label_new("Copyright 1997-2014 Simon Tatham. All rights reserved");
     gtk_box_pack_start(GTK_BOX(GTK_DIALOG(aboutbox)->vbox),
                       w, FALSE, FALSE, 5);
     gtk_widget_show(w);