# HG changeset patch # User Bram Moolenaar # Date 1340963193 -7200 # Node ID f90bb88c261582fef85c16009f19168b38debd74 # Parent dbb0848634660e9283189f21ea97bcfcb8d44f69 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 --- 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 --- 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,