1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 19:42:48 -05:00

Belatedly update the copyright year to 2013.

[originally from svn r9993]
[this svn revision also touched putty-website]
This commit is contained in:
Jacob Nevins
2013-08-05 15:15:17 +00:00
parent 97db2b6646
commit 0cc6fb8bfe
8 changed files with 12 additions and 12 deletions

View File

@ -3432,7 +3432,7 @@ static void licence_clicked(GtkButton *button, gpointer data)
char *title;
char *licence =
"Copyright 1997-2012 Simon Tatham.\n\n"
"Copyright 1997-2013 Simon Tatham.\n\n"
"Portions copyright Robert de Bath, Joris van Rantwijk, Delian "
"Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas "
@ -3513,7 +3513,7 @@ void about_box(void *window)
w, FALSE, FALSE, 5);
gtk_widget_show(w);
w = gtk_label_new("Copyright 1997-2012 Simon Tatham. All rights reserved");
w = gtk_label_new("Copyright 1997-2013 Simon Tatham. All rights reserved");
gtk_box_pack_start(GTK_BOX(GTK_DIALOG(aboutbox)->vbox),
w, FALSE, FALSE, 5);
gtk_widget_show(w);