X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/088e7ede1be1c82825a8e401bd6fb2a6d0c9bca3..f160b7b8908cac4a7ca37b49928b7855fe0a11fe:/mac/macpgen.r diff --git a/mac/macpgen.r b/mac/macpgen.r index 11bea8d5..da0dd55f 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-2008 Simon Tatham"}, } }; @@ -443,11 +443,12 @@ type 'TEXT' { }; resource 'TEXT' (wLicence, "licence", purgeable) { - "Copyright 1997-2003 Simon Tatham.\n" + "Copyright 1997-2008 Simon Tatham.\n" "\n" - "Portions copyright Robert de Bath, Joris van Rantwijk, Delian" - "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry," - "Justin Bradford, Ben Harris, and CORE SDI S.A.\n" + "Portions copyright Robert de Bath, Joris van Rantwijk, Delian " + "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, " + "Justin Bradford, Ben Harris, Malcolm Smith, Ahmad Khalifa, Markus " + "Kuhn, Colin Watson, and CORE SDI S.A.\n" "\n" "Permission is hereby granted, free of charge, to any person " "obtaining a copy of this software and associated documentation " @@ -505,4 +506,4 @@ resource 'CNTL' (cProgress) { { 46, 13, 12, 227 }, 0, visible, 0, 0, kControlProgressBarProc, 0, "" -}; \ No newline at end of file +};