]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Some copyright dates that were missed in the Mac port.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 24 Feb 2005 20:28:10 +0000 (20:28 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 24 Feb 2005 20:28:10 +0000 (20:28 +0000)
[originally from svn r5392]

CHECKLST.txt
mac/mac_res.r
mac/macpgen.r

index 5c6d2cf161099ec287b4cda28b26b89ce11c4be8..61d37e1d3f23a1879d11649c22382b103ef9cf95 100644 (file)
@@ -25,6 +25,11 @@ The resource files:
     + the copyright date appears twice, once in the About box and
       once in the Licence box. Don't forget to change both!
  - 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
     + the copyright date appears twice, once in the About box and
       once in the Licence box. Don't forget to change both!
index 8c1e28a15ed477d4b5c8c2f4316a6450b5be625a..fd688d3e25261f5f1993b2c2d72d41160c53b60a 100644 (file)
@@ -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-9 Simon Tatham"},
+                              "Copyright © 1997-2005 Simon Tatham"},
     }
 };
 
index 11bea8d5bcd7fe03e378d18403ee8290d7726c55..82a25ffbcc76b7914a1c14b0155b71ff937344fe 100644 (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
  * 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
+};