X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/ffbfd0935a4a75c4e3418f1010d526fbd93139a3..269eb8a43858d3310e10f747fed261bd447f34d7:/unix/gtkdlg.c diff --git a/unix/gtkdlg.c b/unix/gtkdlg.c index d48a3162..55e7b5e3 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-2008 Simon Tatham.\n\n" + "Copyright 1997-2009 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-2008 Simon Tatham. All rights reserved"); + w = gtk_label_new("Copyright 1997-2009 Simon Tatham. All rights reserved"); gtk_box_pack_start(GTK_BOX(GTK_DIALOG(aboutbox)->vbox), w, FALSE, FALSE, 5); gtk_widget_show(w);