changeset 3614:f90bb88c2615 v7.3.567

updated for version 7.3.567 Problem: Missing copyright notice. Solution: Add Vim copyright notice. (Taro Muraoka)
author Bram Moolenaar <bram@vim.org>
date Fri, 29 Jun 2012 11:46:33 +0200
parents dbb084863466
children 3ee30b96958a
files src/dehqx.py src/version.c
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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,