]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.409
- add patches 7.3.619-743
[packages/vim.git] / 7.3.409
CommitLineData
03d4279c
AM
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.409
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.409
11Problem: The license in pty.c is unclear.
12Solution: Add a comment about the license.
13Files: src/pty.c
14
15
16*** ../vim-7.3.408/src/pty.c 2011-05-19 13:40:47.000000000 +0200
17--- src/pty.c 2012-01-20 21:07:56.000000000 +0100
18***************
19*** 14,19 ****
20--- 14,23 ----
21 * It has been modified to work better with Vim.
22 * The parts that are not used in Vim have been deleted.
23 * See the "screen" sources for the complete stuff.
24+ *
25+ * This specific version is distibuted under the Vim license (attribution by
26+ * Juergen Weigert), the GPL applies to the original version, see the
27+ * copyright notice below.
28 */
29
30 /* Copyright (c) 1993
31*** ../vim-7.3.408/src/version.c 2012-01-20 20:54:15.000000000 +0100
32--- src/version.c 2012-01-20 21:13:11.000000000 +0100
33***************
34*** 716,717 ****
35--- 716,719 ----
36 { /* Add new patch number below this line */
37+ /**/
38+ 409,
39 /**/
40
41--
42ARTHUR: What are you going to do. bleed on me?
43 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
44
45 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
46/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
47\\\ an exciting new programming language -- http://www.Zimbu.org ///
48 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.188831 seconds and 4 git commands to generate.