changeset 3282:7b59c2c032ca v7.3.409

updated for version 7.3.409 Problem: The license in pty.c is unclear. Solution: Add a comment about the license.
author Bram Moolenaar <bram@vim.org>
date Fri, 20 Jan 2012 21:13:59 +0100
parents af1e8a1714c2
children b4ca28c115ff
files src/pty.c src/version.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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,