Skip to content

Commit

Permalink
It's a new year.
Browse files Browse the repository at this point in the history
[originally from svn r7048]
[this svn revision also touched putty-website,puzzles]
  • Loading branch information
jtn20 committed Jan 1, 2007
1 parent 4ae926f commit 55947f2
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion LICENCE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PuTTY is copyright 1997-2006 Simon Tatham.
PuTTY is copyright 1997-2007 Simon Tatham.

Portions copyright Robert de Bath, Joris van Rantwijk, Delian
Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry,
Expand Down
2 changes: 1 addition & 1 deletion doc/blurb.but
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ features not described here; and the \i\cw{pterm} and command-line
Unix-specific documentation that currently exists is the
\I{man pages for PuTTY tools}man pages.

\copyright This manual is copyright 2001-2006 Simon Tatham. All
\copyright This manual is copyright 2001-2007 Simon Tatham. All
rights reserved. You may distribute this documentation under the MIT
licence. See \k{licence} for the licence text in full.
2 changes: 1 addition & 1 deletion doc/licence.but
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

\A{licence} PuTTY \ii{Licence}

PuTTY is \i{copyright} 1997-2006 Simon Tatham.
PuTTY is \i{copyright} 1997-2007 Simon Tatham.

Portions copyright Robert de Bath, Joris van Rantwijk, Delian
Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry,
Expand Down
4 changes: 2 additions & 2 deletions mac/mac_res.r
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ resource 'DITL' (wAbout, "about", purgeable) {
StaticText { disabled, "PuTTY"},
{ 42, 13, 74, 227 },
StaticText { disabled, "Some version or other\n"
"Copyright © 1997-2006 Simon Tatham"},
"Copyright © 1997-2007 Simon Tatham"},
}
};

Expand All @@ -1242,7 +1242,7 @@ type 'TEXT' {
};

resource 'TEXT' (wLicence, "licence", purgeable) {
"PuTTY is copyright 1997-2006 Simon Tatham.\n"
"PuTTY is copyright 1997-2007 Simon Tatham.\n"
"\n"
"Portions copyright Robert de Bath, Joris van Rantwijk, Delian "
"Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, "
Expand Down
4 changes: 2 additions & 2 deletions mac/macpgen.r
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ resource 'DITL' (wAbout, "about", purgeable) {
StaticText { disabled, "PuTTYgen"},
{ 42, 13, 74, 227 },
StaticText { disabled, "Some version or other\n"
"Copyright © 1997-2006 Simon Tatham"},
"Copyright © 1997-2007 Simon Tatham"},
}
};

Expand All @@ -443,7 +443,7 @@ type 'TEXT' {
};

resource 'TEXT' (wLicence, "licence", purgeable) {
"Copyright 1997-2006 Simon Tatham.\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 Barry, "
Expand Down
4 changes: 2 additions & 2 deletions unix/gtkdlg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down Expand Up @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions windows/pageant.rc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ BEGIN
PUSHBUTTON "View &Licence", 101, 6, 52, 70, 14
CTEXT "Pageant", 102, 10, 6, 120, 8
CTEXT "", 100, 10, 16, 120, 16
CTEXT "\251 1997-2006 Simon Tatham. All rights reserved.",
CTEXT "\251 1997-2007 Simon Tatham. All rights reserved.",
103, 10, 34, 120, 16
END

Expand All @@ -57,7 +57,7 @@ FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "OK", IDOK, 98, 243, 44, 14

LTEXT "Copyright \251 1997-2006 Simon Tatham", 1000, 10, 10, 206, 8
LTEXT "Copyright \251 1997-2007 Simon Tatham", 1000, 10, 10, 206, 8

LTEXT "Portions copyright Robert de Bath, Joris van Rantwijk, Delian", 1001, 10, 26, 206, 8
LTEXT "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas", 1002, 10, 34, 206, 8
Expand Down
4 changes: 2 additions & 2 deletions windows/puttygen.rc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ BEGIN
PUSHBUTTON "View &Licence", 101, 6, 52, 70, 14
CTEXT "PuTTYgen", 102, 10, 6, 120, 8
CTEXT "", 100, 10, 16, 120, 16
CTEXT "\251 1997-2006 Simon Tatham. All rights reserved.",
CTEXT "\251 1997-2007 Simon Tatham. All rights reserved.",
103, 10, 34, 120, 16
END

Expand All @@ -50,7 +50,7 @@ FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "OK", IDOK, 98, 243, 44, 14

LTEXT "Copyright \251 1997-2006 Simon Tatham", 1000, 10, 10, 206, 8
LTEXT "Copyright \251 1997-2007 Simon Tatham", 1000, 10, 10, 206, 8

LTEXT "Portions copyright Robert de Bath, Joris van Rantwijk, Delian", 1001, 10, 26, 206, 8
LTEXT "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas", 1002, 10, 34, 206, 8
Expand Down
2 changes: 1 addition & 1 deletion windows/version.rc2
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ BEGIN
VALUE "OriginalFilename", APPNAME
VALUE "FileVersion", VERSION_TEXT
VALUE "ProductVersion", VERSION_TEXT
VALUE "LegalCopyright", "Copyright \251 1997-2006 Simon Tatham."
VALUE "LegalCopyright", "Copyright \251 1997-2007 Simon Tatham."
#if (!defined SNAPSHOT) && (!defined RELEASE)
/* Only if VS_FF_PRIVATEBUILD. */
VALUE "PrivateBuild", VERSION_TEXT /* NBI */
Expand Down
4 changes: 2 additions & 2 deletions windows/win_res.rc2
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BEGIN
PUSHBUTTON "Visit &Web Site", IDA_WEB, 84, 52, 70, 14
CTEXT "PuTTY", IDA_TEXT1, 10, 6, 194, 8
CTEXT "", IDA_VERSION, 10, 16, 194, 16
CTEXT "\251 1997-2006 Simon Tatham. All rights reserved.",
CTEXT "\251 1997-2007 Simon Tatham. All rights reserved.",
IDA_TEXT2, 10, 34, 194, 16
END

Expand Down Expand Up @@ -58,7 +58,7 @@ FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "OK", IDOK, 98, 243, 44, 14

LTEXT "Copyright \251 1997-2006 Simon Tatham", 1000, 10, 10, 206, 8
LTEXT "Copyright \251 1997-2007 Simon Tatham", 1000, 10, 10, 206, 8

LTEXT "Portions copyright Robert de Bath, Joris van Rantwijk, Delian", 1001, 10, 26, 206, 8
LTEXT "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas", 1002, 10, 34, 206, 8
Expand Down

0 comments on commit 55947f2

Please sign in to comment.