]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.409 v7.3.409
authorBram Moolenaar <Bram@vim.org>
Fri, 20 Jan 2012 20:13:59 +0000 (21:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 20 Jan 2012 20:13:59 +0000 (21:13 +0100)
Problem:    The license in pty.c is unclear.
Solution:   Add a comment about the license.

src/pty.c
src/version.c

index 59e0069cc00da244dc1fb9470aff8a45a53a4fc7..4dad54c1f2d24113261976159388c883aabac619 100644 (file)
--- a/src/pty.c
+++ b/src/pty.c
  * 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
index bd91554215be31b00fbca33538349aba852fb94e..110f14f01ee6684d5b8a54ae2e56584a258c19c8 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    409,
 /**/
     408,
 /**/