From: Bram Moolenaar Date: Fri, 29 Jun 2012 09:46:33 +0000 (+0200) Subject: updated for version 7.3.567 X-Git-Tag: v7.3.567 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=002850940e84c399dcbf2082f08cae36cc44e7b1;p=thirdparty%2Fvim.git updated for version 7.3.567 Problem: Missing copyright notice. Solution: Add Vim copyright notice. (Taro Muraoka) --- diff --git a/src/dehqx.py b/src/dehqx.py index 9c9cefb4f8..34d9ae4b0b 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 +# Last Change: 2012 Jun 29 +# +# Copyright (C) 2003,12 MURAOKA Taro +# THIS FILE IS DISTRIBUTED UNDER THE VIM LICENSE. import sys import binhex diff --git a/src/version.c b/src/version.c index 229bde5a95..ace245b6d9 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 567, /**/ 566, /**/