1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 11:02:48 -05:00

It's a new year.

[originally from svn r8848]
[this svn revision also touched putty-website]
This commit is contained in:
Jacob Nevins
2010-01-17 17:27:27 +00:00
parent 7f7877e9a5
commit 075d6e819e
10 changed files with 16 additions and 16 deletions

View File

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