]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
It's a new year (and we've even made a code checkin).
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 24 Feb 2008 00:16:29 +0000 (00:16 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 24 Feb 2008 00:16:29 +0000 (00:16 +0000)
[originally from svn r7883]
[this svn revision also touched putty-website]

LICENCE
doc/blurb.but
doc/licence.but
mac/mac_res.r
mac/macpgen.r
unix/gtkdlg.c
windows/pageant.rc
windows/puttygen.rc
windows/version.rc2
windows/win_res.rc2

diff --git a/LICENCE b/LICENCE
index 1960cc2b0f554aa2689f82e5621f0f12ac64aef8..6f8d4b2704e4baa28041e2089f26df06ab83851f 100644 (file)
--- a/LICENCE
+++ b/LICENCE
@@ -1,4 +1,4 @@
-PuTTY is copyright 1997-2007 Simon Tatham.
+PuTTY is copyright 1997-2008 Simon Tatham.
 
 Portions copyright Robert de Bath, Joris van Rantwijk, Delian
 Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry,
index c470dd554da686049e59b4f8386d256bebb63022..9a8a0bdb7e3b2bd777b3cd8349b3904fa08985d3 100644 (file)
@@ -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-2007 Simon Tatham. All
+\copyright This manual is copyright 2001-2008 Simon Tatham. All
 rights reserved. You may distribute this documentation under the MIT
 licence. See \k{licence} for the licence text in full.
index 1e3b256148c751b90781bd21a9a9ef16fcfc40a9..6e97198d50a191c3c58f9ef88f342f6450399159 100644 (file)
@@ -2,7 +2,7 @@
 
 \A{licence} PuTTY \ii{Licence}
 
-PuTTY is \i{copyright} 1997-2007 Simon Tatham.
+PuTTY is \i{copyright} 1997-2008 Simon Tatham.
 
 Portions copyright Robert de Bath, Joris van Rantwijk, Delian
 Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry,
index 32d3960fd55a11b49032f8ba8cbb19acf0f21b83..d73621ec83d0e7fb661c13f4aed521bfc4633c43 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-2007 Simon Tatham"},
+                              "Copyright © 1997-2008 Simon Tatham"},
     }
 };
 
@@ -1242,7 +1242,7 @@ type 'TEXT' {
 };
 
 resource 'TEXT' (wLicence, "licence", purgeable) {
-    "PuTTY is copyright 1997-2007 Simon Tatham.\n"
+    "PuTTY is 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, "
index 5dafc6de811539537e8b8bf94445dd9e3311c474..9919c62a44d8077648634639d089ca4a9faf1e9e 100644 (file)
@@ -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-2007 Simon Tatham"},
+                              "Copyright © 1997-2008 Simon Tatham"},
     }
 };
 
@@ -443,7 +443,7 @@ type 'TEXT' {
 };
 
 resource 'TEXT' (wLicence, "licence", purgeable) {
-    "Copyright 1997-2007 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, "
index 10138e2754cbf3e034aadb72f89002cbcaf0e73d..bdfe3e55ecc320f3fbea6fe45378e1d3ff7c5ae2 100644 (file)
@@ -2544,7 +2544,7 @@ static void licence_clicked(GtkButton *button, gpointer data)
     char *title;
 
     char *licence =
-       "Copyright 1997-2007 Simon Tatham.\n\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 "
@@ -2625,7 +2625,7 @@ void about_box(void *window)
                       w, FALSE, FALSE, 5);
     gtk_widget_show(w);
 
-    w = gtk_label_new("Copyright 1997-2007 Simon Tatham. All rights reserved");
+    w = gtk_label_new("Copyright 1997-2008 Simon Tatham. All rights reserved");
     gtk_box_pack_start(GTK_BOX(GTK_DIALOG(aboutbox)->vbox),
                       w, FALSE, FALSE, 5);
     gtk_widget_show(w);
index c2b5b7cd824ea92ea38b5915bf2b9e00e3d1c481..8445258711ef72646d55dd5d98bd2b428c9e6fa7 100644 (file)
@@ -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-2007 Simon Tatham. All rights reserved.",
+    CTEXT "\251 1997-2008 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-2007 Simon Tatham", 1000, 10, 10, 206, 8
+    LTEXT "Copyright \251 1997-2008 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
index df755feee08ad62305f7f46192be26e37512bedb..d353d244bfdd647f930477d2ce9265d8b7da2c18 100644 (file)
@@ -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-2007 Simon Tatham. All rights reserved.",
+    CTEXT "\251 1997-2008 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-2007 Simon Tatham", 1000, 10, 10, 206, 8
+    LTEXT "Copyright \251 1997-2008 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
index 3c7d1b57c29398c514893da3837020788f476925..405fa4e68300b88cac4003d58a9e3c95aa267c1d 100644 (file)
@@ -115,7 +115,7 @@ BEGIN
            VALUE "OriginalFilename",   APPNAME
            VALUE "FileVersion",        VERSION_TEXT
            VALUE "ProductVersion",     VERSION_TEXT
-           VALUE "LegalCopyright",     "Copyright \251 1997-2007 Simon Tatham."
+           VALUE "LegalCopyright",     "Copyright \251 1997-2008 Simon Tatham."
 #if (!defined SNAPSHOT) && (!defined RELEASE)
            /* Only if VS_FF_PRIVATEBUILD. */
            VALUE "PrivateBuild",       VERSION_TEXT /* NBI */
index be9b95e7f66d50bf8eb6313f6ff910c7e5e99084..04660c30ed0b270ce61c5492a87f8a9b9c734413 100644 (file)
@@ -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-2007 Simon Tatham. All rights reserved.",
+    CTEXT "\251 1997-2008 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-2007 Simon Tatham", 1000, 10, 10, 206, 8
+    LTEXT "Copyright \251 1997-2008 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