summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-01-20 21:13:59 +0100
committerBram Moolenaar <Bram@vim.org>2012-01-20 21:13:59 +0100
commit7474c7c3d6fdcc8b62d731f2fd679e33f20e4184 (patch)
treeebfaa7a27bfd8c1054267166b2c53811a689502c
parent6be7f8733f34333ed75f6e39425d73a6b2644379 (diff)
updated for version 7.3.409v7.3.409
Problem: The license in pty.c is unclear. Solution: Add a comment about the license.
-rw-r--r--src/pty.c4
-rw-r--r--src/version.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/pty.c b/src/pty.c
index 59e0069cc0..4dad54c1f2 100644
--- a/src/pty.c
+++ b/src/pty.c
@@ -14,6 +14,10 @@
* It has been modified to work better with Vim.
* The parts that are not used in Vim have been deleted.
* See the "screen" sources for the complete stuff.
+ *
+ * This specific version is distibuted under the Vim license (attribution by
+ * Juergen Weigert), the GPL applies to the original version, see the
+ * copyright notice below.
*/
/* Copyright (c) 1993
diff --git a/src/version.c b/src/version.c
index bd91554215..110f14f01e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 409,
+/**/
408,
/**/
407,