X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=unix%2Fgtkdlg.c;h=0f3666facdb253a8c1dd33bee72d7be7f696f517;hb=4e550f96b2edcf33f2480d2374815ec3df6a60f5;hp=0ea6615fd637015ebe7729432716b482517bf7d3;hpb=b0bf176dfb87a3839ad4beff1f5dc1237e3f7645;p=PuTTY.git diff --git a/unix/gtkdlg.c b/unix/gtkdlg.c index 0ea6615f..0f3666fa 100644 --- a/unix/gtkdlg.c +++ b/unix/gtkdlg.c @@ -2419,7 +2419,7 @@ static void licence_clicked(GtkButton *button, gpointer data) char *title; char *licence = - "Copyright 1997-2004 Simon Tatham.\n\n" + "Copyright 1997-2005 Simon Tatham.\n\n" "Portions copyright Robert de Bath, Joris van Rantwijk, Delian " "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas " @@ -2499,7 +2499,7 @@ void about_box(void *window) w, FALSE, FALSE, 5); gtk_widget_show(w); - w = gtk_label_new("Copyright 1997-2004 Simon Tatham. All rights reserved"); + w = gtk_label_new("Copyright 1997-2005 Simon Tatham. All rights reserved"); gtk_box_pack_start(GTK_BOX(GTK_DIALOG(aboutbox)->vbox), w, FALSE, FALSE, 5); gtk_widget_show(w);