From 269eb8a43858d3310e10f747fed261bd447f34d7 Mon Sep 17 00:00:00 2001 From: jacob Date: Mon, 5 Jan 2009 23:49:19 +0000 Subject: [PATCH] It's a new year (and there have even been checkins). git-svn-id: svn://svn.tartarus.org/sgt/putty@8392 cda61777-01e9-0310-a592-d414129be87e --- LICENCE | 2 +- doc/blurb.but | 2 +- doc/licence.but | 2 +- mac/mac_res.r | 4 ++-- mac/macpgen.r | 4 ++-- unix/gtkdlg.c | 4 ++-- windows/pageant.rc | 4 ++-- windows/puttygen.rc | 4 ++-- windows/version.rc2 | 2 +- windows/win_res.rc2 | 4 ++-- 10 files changed, 16 insertions(+), 16 deletions(-) diff --git a/LICENCE b/LICENCE index 88eba7bb..62910fd1 100644 --- a/LICENCE +++ b/LICENCE @@ -1,4 +1,4 @@ -PuTTY is copyright 1997-2008 Simon Tatham. +PuTTY is copyright 1997-2009 Simon Tatham. Portions copyright Robert de Bath, Joris van Rantwijk, Delian Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, diff --git a/doc/blurb.but b/doc/blurb.but index 9a8a0bdb..831f9af1 100644 --- a/doc/blurb.but +++ b/doc/blurb.but @@ -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-2008 Simon Tatham. All +\copyright This manual is copyright 2001-2009 Simon Tatham. All rights reserved. You may distribute this documentation under the MIT licence. See \k{licence} for the licence text in full. diff --git a/doc/licence.but b/doc/licence.but index 39023bf9..3312f7d0 100644 --- a/doc/licence.but +++ b/doc/licence.but @@ -2,7 +2,7 @@ \A{licence} PuTTY \ii{Licence} -PuTTY is \i{copyright} 1997-2008 Simon Tatham. +PuTTY is \i{copyright} 1997-2009 Simon Tatham. Portions copyright Robert de Bath, Joris van Rantwijk, Delian Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, diff --git a/mac/mac_res.r b/mac/mac_res.r index 1a8246fe..bfd6d92b 100644 --- a/mac/mac_res.r +++ b/mac/mac_res.r @@ -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-2008 Simon Tatham"}, + "Copyright © 1997-2009 Simon Tatham"}, } }; @@ -1242,7 +1242,7 @@ type 'TEXT' { }; resource 'TEXT' (wLicence, "licence", purgeable) { - "PuTTY is copyright 1997-2008 Simon Tatham.\n" + "PuTTY is copyright 1997-2009 Simon Tatham.\n" "\n" "Portions copyright Robert de Bath, Joris van Rantwijk, Delian " "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, " diff --git a/mac/macpgen.r b/mac/macpgen.r index da0dd55f..f680cd34 100644 --- a/mac/macpgen.r +++ b/mac/macpgen.r @@ -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-2008 Simon Tatham"}, + "Copyright © 1997-2009 Simon Tatham"}, } }; @@ -443,7 +443,7 @@ type 'TEXT' { }; resource 'TEXT' (wLicence, "licence", purgeable) { - "Copyright 1997-2008 Simon Tatham.\n" + "Copyright 1997-2009 Simon Tatham.\n" "\n" "Portions copyright Robert de Bath, Joris van Rantwijk, Delian " "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, " diff --git a/unix/gtkdlg.c b/unix/gtkdlg.c index d48a3162..55e7b5e3 100644 --- a/unix/gtkdlg.c +++ b/unix/gtkdlg.c @@ -3419,7 +3419,7 @@ static void licence_clicked(GtkButton *button, gpointer data) char *title; char *licence = - "Copyright 1997-2008 Simon Tatham.\n\n" + "Copyright 1997-2009 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-2008 Simon Tatham. All rights reserved"); + w = gtk_label_new("Copyright 1997-2009 Simon Tatham. All rights reserved"); gtk_box_pack_start(GTK_BOX(GTK_DIALOG(aboutbox)->vbox), w, FALSE, FALSE, 5); gtk_widget_show(w); diff --git a/windows/pageant.rc b/windows/pageant.rc index f70b1bfc..2c93b635 100644 --- a/windows/pageant.rc +++ b/windows/pageant.rc @@ -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-2008 Simon Tatham. All rights reserved.", + CTEXT "\251 1997-2009 Simon Tatham. All rights reserved.", 103, 10, 34, 120, 16 END @@ -57,7 +57,7 @@ FONT 8, "MS Shell Dlg" BEGIN DEFPUSHBUTTON "OK", IDOK, 98, 243, 44, 14 - LTEXT "Copyright \251 1997-2008 Simon Tatham", 1000, 10, 10, 206, 8 + LTEXT "Copyright \251 1997-2009 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 diff --git a/windows/puttygen.rc b/windows/puttygen.rc index 1dc7a37f..46b07b59 100644 --- a/windows/puttygen.rc +++ b/windows/puttygen.rc @@ -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-2008 Simon Tatham. All rights reserved.", + CTEXT "\251 1997-2009 Simon Tatham. All rights reserved.", 103, 10, 34, 120, 16 END @@ -50,7 +50,7 @@ FONT 8, "MS Shell Dlg" BEGIN DEFPUSHBUTTON "OK", IDOK, 98, 243, 44, 14 - LTEXT "Copyright \251 1997-2008 Simon Tatham", 1000, 10, 10, 206, 8 + LTEXT "Copyright \251 1997-2009 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 diff --git a/windows/version.rc2 b/windows/version.rc2 index 405fa4e6..bc48b4d5 100644 --- a/windows/version.rc2 +++ b/windows/version.rc2 @@ -115,7 +115,7 @@ BEGIN VALUE "OriginalFilename", APPNAME VALUE "FileVersion", VERSION_TEXT VALUE "ProductVersion", VERSION_TEXT - VALUE "LegalCopyright", "Copyright \251 1997-2008 Simon Tatham." + VALUE "LegalCopyright", "Copyright \251 1997-2009 Simon Tatham." #if (!defined SNAPSHOT) && (!defined RELEASE) /* Only if VS_FF_PRIVATEBUILD. */ VALUE "PrivateBuild", VERSION_TEXT /* NBI */ diff --git a/windows/win_res.rc2 b/windows/win_res.rc2 index 03695dbd..173fc3da 100644 --- a/windows/win_res.rc2 +++ b/windows/win_res.rc2 @@ -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-2008 Simon Tatham. All rights reserved.", + CTEXT "\251 1997-2009 Simon Tatham. All rights reserved.", IDA_TEXT2, 10, 34, 194, 16 END @@ -58,7 +58,7 @@ FONT 8, "MS Shell Dlg" BEGIN DEFPUSHBUTTON "OK", IDOK, 98, 243, 44, 14 - LTEXT "Copyright \251 1997-2008 Simon Tatham", 1000, 10, 10, 206, 8 + LTEXT "Copyright \251 1997-2009 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 -- 2.11.0