1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

It's a new year.

[originally from svn r3679]
[this svn revision also touched putty-website]
This commit is contained in:
Simon Tatham 2004-01-01 16:47:55 +00:00
parent c53056f95c
commit 2817a7e150
8 changed files with 15 additions and 15 deletions

View File

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

View File

@ -12,8 +12,8 @@
client. This manual documents PuTTY, and its companion utilities
PSCP, Plink, Pageant and PuTTYgen.
\copyright This manual is copyright 2001-2003 Simon Tatham. All
\copyright This manual is copyright 2001-2004 Simon Tatham. All
rights reserved. You may distribute this documentation under the MIT
licence. See \k{licence} for the licence text in full.
\versionid $Id: blurb.but,v 1.8 2003/10/30 10:30:23 simon Exp $
\versionid $Id: blurb.but,v 1.9 2004/01/01 16:47:48 simon Exp $

View File

@ -1,8 +1,8 @@
\versionid $Id: licence.but,v 1.5 2003/01/03 10:59:53 simon Exp $
\versionid $Id: licence.but,v 1.6 2004/01/01 16:47:48 simon Exp $
\A{licence} PuTTY Licence
PuTTY is copyright 1997-2003 Simon Tatham.
PuTTY is copyright 1997-2004 Simon Tatham.
Portions copyright Robert de Bath, Joris van Rantwijk, Delian
Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry,

View File

@ -1,4 +1,4 @@
/* $Id: mac_res.r,v 1.39 2003/04/14 21:15:39 ben Exp $ */
/* $Id: mac_res.r,v 1.40 2004/01/01 16:47:48 simon Exp $ */
/*
* Copyright (c) 1999, 2002, 2003 Ben Harris
* All rights reserved.
@ -1092,7 +1092,7 @@ type 'TEXT' {
};
resource 'TEXT' (wLicence, "licence", purgeable) {
"PuTTY is copyright 1997-2003 Simon Tatham.\n"
"PuTTY is copyright 1997-2004 Simon Tatham.\n"
"\n"
"Portions copyright Robert de Bath, Joris van Rantwijk, Delian"
"Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry,"

View File

@ -50,7 +50,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-2003 Simon Tatham. All rights reserved.",
CTEXT "\251 1997-2004 Simon Tatham. All rights reserved.",
103, 10, 34, 120, 16
END
@ -62,7 +62,7 @@ FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "OK", IDOK, 98, 235, 44, 14
LTEXT "Copyright \251 1997-2003 Simon Tatham", 1000, 10, 10, 206, 8
LTEXT "Copyright \251 1997-2004 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

View File

@ -43,7 +43,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-2003 Simon Tatham. All rights reserved.",
CTEXT "\251 1997-2004 Simon Tatham. All rights reserved.",
103, 10, 34, 120, 16
END
@ -55,7 +55,7 @@ FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "OK", IDOK, 98, 235, 44, 14
LTEXT "Copyright \251 1997-2003 Simon Tatham", 1000, 10, 10, 206, 8
LTEXT "Copyright \251 1997-2004 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

View File

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

View File

@ -38,7 +38,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-2003 Simon Tatham. All rights reserved.",
CTEXT "\251 1997-2004 Simon Tatham. All rights reserved.",
IDA_TEXT2, 10, 34, 194, 16
END
@ -70,7 +70,7 @@ FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "OK", IDOK, 98, 235, 44, 14
LTEXT "Copyright \251 1997-2003 Simon Tatham", 1000, 10, 10, 206, 8
LTEXT "Copyright \251 1997-2004 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