X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/2e523aed2a4deb0a1202549d4cd869c4725a3e55..24abf4f161576c23cea45b0a6ff790f2e59ad754:/unix/gtkdlg.c diff --git a/unix/gtkdlg.c b/unix/gtkdlg.c index 10138e27..bdfe3e55 100644 --- a/unix/gtkdlg.c +++ b/unix/gtkdlg.c @@ -2544,7 +2544,7 @@ static void licence_clicked(GtkButton *button, gpointer data) char *title; char *licence = - "Copyright 1997-2007 Simon Tatham.\n\n" + "Copyright 1997-2008 Simon Tatham.\n\n" "Portions copyright Robert de Bath, Joris van Rantwijk, Delian " "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas " @@ -2625,7 +2625,7 @@ void about_box(void *window) w, FALSE, FALSE, 5); gtk_widget_show(w); - w = gtk_label_new("Copyright 1997-2007 Simon Tatham. All rights reserved"); + w = gtk_label_new("Copyright 1997-2008 Simon Tatham. All rights reserved"); gtk_box_pack_start(GTK_BOX(GTK_DIALOG(aboutbox)->vbox), w, FALSE, FALSE, 5); gtk_widget_show(w);