1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-22 14:39:24 -05:00

Some copyright dates that were missed in the Mac port.

[originally from svn r5392]
This commit is contained in:
Jacob Nevins 2005-02-24 20:28:10 +00:00
parent 71e91e2bcc
commit d13338f581
3 changed files with 10 additions and 5 deletions

View File

@ -25,6 +25,11 @@ The resource files:
+ the copyright date appears twice, once in the About box and + the copyright date appears twice, once in the About box and
once in the Licence box. Don't forget to change both! once in the Licence box. Don't forget to change both!
- putty/mac/mac_res.r - putty/mac/mac_res.r
+ the copyright date appears twice, once in the About box and
once in the Licence box. Don't forget to change both!
- putty/mac/macpgen.r
+ the copyright date appears twice, once in the About box and
once in the Licence box. Don't forget to change both!
- putty/unix/gtkdlg.c - putty/unix/gtkdlg.c
+ the copyright date appears twice, once in the About box and + the copyright date appears twice, once in the About box and
once in the Licence box. Don't forget to change both! once in the Licence box. Don't forget to change both!

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-9 Simon Tatham"}, "Copyright © 1997-2005 Simon Tatham"},
} }
}; };

View File

@ -1,4 +1,4 @@
/* $Id: macpgen.r,v 1.6 2003/02/27 23:21:23 ben Exp $ */ /* $Id$ */
/* /*
* Copyright (c) 1999, 2002, 2003 Ben Harris * Copyright (c) 1999, 2002, 2003 Ben Harris
* All rights reserved. * All rights reserved.
@ -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-9 Simon Tatham"}, "Copyright © 1997-2005 Simon Tatham"},
} }
}; };
@ -443,7 +443,7 @@ type 'TEXT' {
}; };
resource 'TEXT' (wLicence, "licence", purgeable) { resource 'TEXT' (wLicence, "licence", purgeable) {
"Copyright 1997-2003 Simon Tatham.\n" "Copyright 1997-2005 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,"
@ -505,4 +505,4 @@ resource 'CNTL' (cProgress) {
{ 46, 13, 12, 227 }, { 46, 13, 12, 227 },
0, visible, 0, 0, 0, visible, 0, 0,
kControlProgressBarProc, 0, "" kControlProgressBarProc, 0, ""
}; };