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