X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/ce3262cf6ddf5908eced52424c07682795f9523b..203abf9e5d58b7ca053ae30c231c7e7eac8edfb9:/unix/gtkdlg.c?ds=sidebyside diff --git a/unix/gtkdlg.c b/unix/gtkdlg.c index a2d4992e..5472ca62 100644 --- a/unix/gtkdlg.c +++ b/unix/gtkdlg.c @@ -3419,7 +3419,7 @@ static void licence_clicked(GtkButton *button, gpointer data) char *title; char *licence = - "Copyright 1997-2010 Simon Tatham.\n\n" + "Copyright 1997-2011 Simon Tatham.\n\n" "Portions copyright Robert de Bath, Joris van Rantwijk, Delian " "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas " @@ -3500,7 +3500,7 @@ void about_box(void *window) w, FALSE, FALSE, 5); gtk_widget_show(w); - w = gtk_label_new("Copyright 1997-2010 Simon Tatham. All rights reserved"); + w = gtk_label_new("Copyright 1997-2011 Simon Tatham. All rights reserved"); gtk_box_pack_start(GTK_BOX(GTK_DIALOG(aboutbox)->vbox), w, FALSE, FALSE, 5); gtk_widget_show(w);