Browse Source

PuTTY 0.71

This restores copy.but and license.but, which should not have been deleted in 07ead412 (they are in release source code package but not in snapshots)

Source commit: 07177c02fe8a9fdbe7a41e861b9e23d67fc37c90
Martin Prikryl 6 years ago
parent
commit
b1851b5cc2
3 changed files with 26 additions and 35 deletions
  1. 5 0
      source/putty/doc/copy.but
  2. 15 0
      source/putty/doc/licence.but
  3. 6 35
      source/putty/version.h

+ 5 - 0
source/putty/doc/copy.but

@@ -0,0 +1,5 @@
+\# Generated by licence.pl from LICENCE.
+\# You should edit those files rather than editing this one.
+
+\define{shortcopyrightdetails} 1997-2019 Simon Tatham
+

+ 15 - 0
source/putty/doc/licence.but

@@ -0,0 +1,15 @@
+\# Generated by licence.pl from LICENCE.
+\# You should edit those files rather than editing this one.
+
+\A{licence} PuTTY \ii{Licence}
+
+PuTTY is \i{copyright} 1997-2019 Simon Tatham.
+
+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, Christopher Staite, Lorenz Diener, Christian Brabandt, Jeff Smith, Pavel Kryukov, Maxim Kuznetsov, Svyatoslav Kuzmich, Nico Williams, Viktor Dukhovni, and CORE SDI S.A.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \q{Software}), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED \q{AS IS}, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+

+ 6 - 35
source/putty/version.h

@@ -1,35 +1,6 @@
-/*
- * This header file provides the various versioning-related #defines
- * for a particular PuTTY build.
- *
- * When my automated build system does a full build, Buildscr
- * completely overwrites this file with information derived from the
- * circumstances and type of that build. The information _here_ is
- * default stuff used for local development runs of 'make'.
- */
-
-#define TEXTVER "Unidentified build"
-#define SSHVER "-Unidentified-Local-Build"
-#define BINARY_VERSION 0,0,0,0
-
-#ifndef SOURCE_COMMIT
-/*
- * git commit id from which this build was made. This is defined by
- * Buildscr for official builds - both source archives and prebuilt
- * binaries - in the course of overwriting this file as described
- * above. But we put it here under ifdef, so that it can also be
- * passed in on the command line for Unix local development builds,
- * which I treat specially because Unix developers - e.g. me - are
- * quite likely to run 'make install' straight out of their dev
- * directory so as to use the bleeding-edge code for day-to-day
- * running.
- *
- * Windows doesn't really need the same treatment, because the easiest
- * way to install a build properly on Windows is to run the installer,
- * and the easiest way to do that is to run Buildscr, which will
- * populate this field its own way. It's only the Unix automake build
- * where you might go straight from local 'make' to 'make install'
- * without going through Buildscr.
- */
-#define SOURCE_COMMIT "unavailable"
-#endif
+/* Generated by automated build script */
+#define RELEASE 0.71
+#define TEXTVER "Release 0.71"
+#define SSHVER "-Release-0.71"
+#define BINARY_VERSION 0,71,0,0
+#define SOURCE_COMMIT "abfc751c3ee7d57bf3f127a458c40bb4ca2b6996"