summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-06-29 11:46:33 +0200
committerBram Moolenaar <Bram@vim.org>2012-06-29 11:46:33 +0200
commit002850940e84c399dcbf2082f08cae36cc44e7b1 (patch)
tree55e77c81f42f27ced8a99c4272de27a1d53a5e1e
parent22189a4bd659c2b9f6766cd45bacd11915d05296 (diff)
downloadvim-git-002850940e84c399dcbf2082f08cae36cc44e7b1.tar.gz
updated for version 7.3.567v7.3.567
Problem: Missing copyright notice. Solution: Add Vim copyright notice. (Taro Muraoka)
-rw-r--r--src/dehqx.py7
-rw-r--r--src/version.c2
2 files changed, 7 insertions, 2 deletions
diff --git a/src/dehqx.py b/src/dehqx.py
index 9c9cefb4f..34d9ae4b0 100644
--- a/src/dehqx.py
+++ b/src/dehqx.py
@@ -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
diff --git a/src/version.c b/src/version.c
index 229bde5a9..ace245b6d 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 */
/**/
+ 567,
+/**/
566,
/**/
565,