1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

It's a new year.

[originally from svn r6513]
[this svn revision also touched halibut,putty-website,puzzles]
This commit is contained in:
Jacob Nevins 2006-01-08 18:18:11 +00:00
parent 40bcb7ebfd
commit 6a596c736a
10 changed files with 16 additions and 16 deletions

View File

@ -1,4 +1,4 @@
PuTTY is copyright 1997-2005 Simon Tatham. PuTTY is copyright 1997-2006 Simon Tatham.
Portions copyright Robert de Bath, Joris van Rantwijk, Delian Portions copyright Robert de Bath, Joris van Rantwijk, Delian
Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry,

View File

@ -31,6 +31,6 @@ features not described here; and the \i\cw{pterm} and command-line
Unix-specific documentation that currently exists is the Unix-specific documentation that currently exists is the
\I{man pages for PuTTY tools}man pages. \I{man pages for PuTTY tools}man pages.
\copyright This manual is copyright 2001-2005 Simon Tatham. All \copyright This manual is copyright 2001-2006 Simon Tatham. All
rights reserved. You may distribute this documentation under the MIT rights reserved. You may distribute this documentation under the MIT
licence. See \k{licence} for the licence text in full. licence. See \k{licence} for the licence text in full.

View File

@ -2,7 +2,7 @@
\A{licence} PuTTY \ii{Licence} \A{licence} PuTTY \ii{Licence}
PuTTY is \i{copyright} 1997-2005 Simon Tatham. PuTTY is \i{copyright} 1997-2006 Simon Tatham.
Portions copyright Robert de Bath, Joris van Rantwijk, Delian Portions copyright Robert de Bath, Joris van Rantwijk, Delian
Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry,

View File

@ -1221,7 +1221,7 @@ resource 'DITL' (wAbout, "about", purgeable) {
StaticText { disabled, "PuTTY"}, StaticText { disabled, "PuTTY"},
{ 42, 13, 74, 227 }, { 42, 13, 74, 227 },
StaticText { disabled, "Some version or other\n" StaticText { disabled, "Some version or other\n"
"Copyright © 1997-2005 Simon Tatham"}, "Copyright © 1997-2006 Simon Tatham"},
} }
}; };
@ -1242,7 +1242,7 @@ type 'TEXT' {
}; };
resource 'TEXT' (wLicence, "licence", purgeable) { resource 'TEXT' (wLicence, "licence", purgeable) {
"PuTTY is copyright 1997-2005 Simon Tatham.\n" "PuTTY is copyright 1997-2006 Simon Tatham.\n"
"\n" "\n"
"Portions copyright Robert de Bath, Joris van Rantwijk, Delian " "Portions copyright Robert de Bath, Joris van Rantwijk, Delian "
"Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, " "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, "

View File

@ -422,7 +422,7 @@ resource 'DITL' (wAbout, "about", purgeable) {
StaticText { disabled, "PuTTYgen"}, StaticText { disabled, "PuTTYgen"},
{ 42, 13, 74, 227 }, { 42, 13, 74, 227 },
StaticText { disabled, "Some version or other\n" StaticText { disabled, "Some version or other\n"
"Copyright © 1997-2005 Simon Tatham"}, "Copyright © 1997-2006 Simon Tatham"},
} }
}; };
@ -443,7 +443,7 @@ type 'TEXT' {
}; };
resource 'TEXT' (wLicence, "licence", purgeable) { resource 'TEXT' (wLicence, "licence", purgeable) {
"Copyright 1997-2005 Simon Tatham.\n" "Copyright 1997-2006 Simon Tatham.\n"
"\n" "\n"
"Portions copyright Robert de Bath, Joris van Rantwijk, Delian " "Portions copyright Robert de Bath, Joris van Rantwijk, Delian "
"Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, " "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, "

View File

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

View File

@ -45,7 +45,7 @@ BEGIN
PUSHBUTTON "View &Licence", 101, 6, 52, 70, 14 PUSHBUTTON "View &Licence", 101, 6, 52, 70, 14
CTEXT "Pageant", 102, 10, 6, 120, 8 CTEXT "Pageant", 102, 10, 6, 120, 8
CTEXT "", 100, 10, 16, 120, 16 CTEXT "", 100, 10, 16, 120, 16
CTEXT "\251 1997-2005 Simon Tatham. All rights reserved.", CTEXT "\251 1997-2006 Simon Tatham. All rights reserved.",
103, 10, 34, 120, 16 103, 10, 34, 120, 16
END END
@ -57,7 +57,7 @@ FONT 8, "MS Shell Dlg"
BEGIN BEGIN
DEFPUSHBUTTON "OK", IDOK, 98, 243, 44, 14 DEFPUSHBUTTON "OK", IDOK, 98, 243, 44, 14
LTEXT "Copyright \251 1997-2005 Simon Tatham", 1000, 10, 10, 206, 8 LTEXT "Copyright \251 1997-2006 Simon Tatham", 1000, 10, 10, 206, 8
LTEXT "Portions copyright Robert de Bath, Joris van Rantwijk, Delian", 1001, 10, 26, 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 LTEXT "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas", 1002, 10, 34, 206, 8

View File

@ -38,7 +38,7 @@ BEGIN
PUSHBUTTON "View &Licence", 101, 6, 52, 70, 14 PUSHBUTTON "View &Licence", 101, 6, 52, 70, 14
CTEXT "PuTTYgen", 102, 10, 6, 120, 8 CTEXT "PuTTYgen", 102, 10, 6, 120, 8
CTEXT "", 100, 10, 16, 120, 16 CTEXT "", 100, 10, 16, 120, 16
CTEXT "\251 1997-2005 Simon Tatham. All rights reserved.", CTEXT "\251 1997-2006 Simon Tatham. All rights reserved.",
103, 10, 34, 120, 16 103, 10, 34, 120, 16
END END
@ -50,7 +50,7 @@ FONT 8, "MS Shell Dlg"
BEGIN BEGIN
DEFPUSHBUTTON "OK", IDOK, 98, 243, 44, 14 DEFPUSHBUTTON "OK", IDOK, 98, 243, 44, 14
LTEXT "Copyright \251 1997-2005 Simon Tatham", 1000, 10, 10, 206, 8 LTEXT "Copyright \251 1997-2006 Simon Tatham", 1000, 10, 10, 206, 8
LTEXT "Portions copyright Robert de Bath, Joris van Rantwijk, Delian", 1001, 10, 26, 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 LTEXT "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas", 1002, 10, 34, 206, 8

View File

@ -102,7 +102,7 @@ BEGIN
VALUE "OriginalFilename", APPNAME VALUE "OriginalFilename", APPNAME
VALUE "FileVersion", VERSION_TEXT VALUE "FileVersion", VERSION_TEXT
VALUE "ProductVersion", VERSION_TEXT VALUE "ProductVersion", VERSION_TEXT
VALUE "LegalCopyright", "Copyright \251 1997-2005 Simon Tatham." VALUE "LegalCopyright", "Copyright \251 1997-2006 Simon Tatham."
#if (!defined SNAPSHOT) && (!defined RELEASE) #if (!defined SNAPSHOT) && (!defined RELEASE)
/* Only if VS_FF_PRIVATEBUILD. */ /* Only if VS_FF_PRIVATEBUILD. */
VALUE "PrivateBuild", VERSION_TEXT /* NBI */ VALUE "PrivateBuild", VERSION_TEXT /* NBI */

View File

@ -26,7 +26,7 @@ BEGIN
PUSHBUTTON "Visit &Web Site", IDA_WEB, 84, 52, 70, 14 PUSHBUTTON "Visit &Web Site", IDA_WEB, 84, 52, 70, 14
CTEXT "PuTTY", IDA_TEXT1, 10, 6, 194, 8 CTEXT "PuTTY", IDA_TEXT1, 10, 6, 194, 8
CTEXT "", IDA_VERSION, 10, 16, 194, 16 CTEXT "", IDA_VERSION, 10, 16, 194, 16
CTEXT "\251 1997-2005 Simon Tatham. All rights reserved.", CTEXT "\251 1997-2006 Simon Tatham. All rights reserved.",
IDA_TEXT2, 10, 34, 194, 16 IDA_TEXT2, 10, 34, 194, 16
END END
@ -58,7 +58,7 @@ FONT 8, "MS Shell Dlg"
BEGIN BEGIN
DEFPUSHBUTTON "OK", IDOK, 98, 243, 44, 14 DEFPUSHBUTTON "OK", IDOK, 98, 243, 44, 14
LTEXT "Copyright \251 1997-2005 Simon Tatham", 1000, 10, 10, 206, 8 LTEXT "Copyright \251 1997-2006 Simon Tatham", 1000, 10, 10, 206, 8
LTEXT "Portions copyright Robert de Bath, Joris van Rantwijk, Delian", 1001, 10, 26, 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 LTEXT "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas", 1002, 10, 34, 206, 8