mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.3.567
Problem: Missing copyright notice. Solution: Add Vim copyright notice. (Taro Muraoka)
This commit is contained in:
parent
22189a4bd6
commit
002850940e
@ -1,7 +1,10 @@
|
|||||||
# Python script to get both the data and resource fork from a BinHex encoded
|
# Python script to get both the data and resource fork from a BinHex encoded
|
||||||
# file.
|
# file.
|
||||||
# Author: Taro Muraoka
|
# Author: MURAOKA Taro <koron.kaoriya@gmail.com>
|
||||||
# Last Change: 2003 Oct 25
|
# 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 sys
|
||||||
import binhex
|
import binhex
|
||||||
|
@ -714,6 +714,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
567,
|
||||||
/**/
|
/**/
|
||||||
566,
|
566,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user