X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac%2Fmacpgen.r;h=82a25ffbcc76b7914a1c14b0155b71ff937344fe;hb=8316deb3399fe1d0c406132cf2e795a76de26b64;hp=11bea8d5bcd7fe03e378d18403ee8290d7726c55;hpb=b11ffdcd6f269fb6b421fba8b2795822a7acce66;p=PuTTY.git diff --git a/mac/macpgen.r b/mac/macpgen.r index 11bea8d5..82a25ffb 100644 --- a/mac/macpgen.r +++ b/mac/macpgen.r @@ -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 * All rights reserved. @@ -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-9 Simon Tatham"}, + "Copyright © 1997-2005 Simon Tatham"}, } }; @@ -443,7 +443,7 @@ type 'TEXT' { }; resource 'TEXT' (wLicence, "licence", purgeable) { - "Copyright 1997-2003 Simon Tatham.\n" + "Copyright 1997-2005 Simon Tatham.\n" "\n" "Portions copyright Robert de Bath, Joris van Rantwijk, Delian" "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry," @@ -505,4 +505,4 @@ resource 'CNTL' (cProgress) { { 46, 13, 12, 227 }, 0, visible, 0, 0, kControlProgressBarProc, 0, "" -}; \ No newline at end of file +};