X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fgtkdlg.c;h=2b8fec17375c8a18a0aff1c004eb6ea3fdee37a0;hb=bff08a95e776d818a3f2d44f9a4694d9ad558a74;hp=8e1364bd349d8cc19379429b2d1f94a7f90aab1b;hpb=a45f4c295588fe73fc917f93eb27bbc0b455cde4;p=PuTTY.git diff --git a/unix/gtkdlg.c b/unix/gtkdlg.c index 8e1364bd..2b8fec17 100644 --- a/unix/gtkdlg.c +++ b/unix/gtkdlg.c @@ -3439,7 +3439,7 @@ static void licence_clicked(GtkButton *button, gpointer data) char *title; char *licence = - "Copyright 1997-2014 Simon Tatham.\n\n" + "Copyright 1997-2015 Simon Tatham.\n\n" "Portions copyright Robert de Bath, Joris van Rantwijk, Delian " "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas " @@ -3520,7 +3520,7 @@ void about_box(void *window) w, FALSE, FALSE, 5); gtk_widget_show(w); - w = gtk_label_new("Copyright 1997-2014 Simon Tatham. All rights reserved"); + w = gtk_label_new("Copyright 1997-2015 Simon Tatham. All rights reserved"); gtk_box_pack_start(GTK_BOX(GTK_DIALOG(aboutbox)->vbox), w, FALSE, FALSE, 5); gtk_widget_show(w);