]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.567 v7.3.567
authorBram Moolenaar <Bram@vim.org>
Fri, 29 Jun 2012 09:46:33 +0000 (11:46 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 29 Jun 2012 09:46:33 +0000 (11:46 +0200)
Problem:    Missing copyright notice.
Solution:   Add Vim copyright notice. (Taro Muraoka)

src/dehqx.py
src/version.c

index 9c9cefb4f86f9faa39faf68bb08b6a50917b7c51..34d9ae4b0be90bc2912d0a16b16eaff2764b299c 100644 (file)
@@ -1,7 +1,10 @@
 # Python script to get both the data and resource fork from a BinHex encoded
 # file.
-# Author: Taro Muraoka
-# Last Change: 2003 Oct 25
+# Author: MURAOKA Taro <koron.kaoriya@gmail.com>
+# Last Change: 2012 Jun 29
+#
+# Copyright (C) 2003,12 MURAOKA Taro <koron.kaoriya@gmail.com>
+# THIS FILE IS DISTRIBUTED UNDER THE VIM LICENSE.
 
 import sys
 import binhex
index 229bde5a95d93c3ce908b7a5b2919299340ea042..ace245b6d9f1404a535260c09b92c1bd9514d920 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    567,
 /**/
     566,
 /**/