diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-06-29 11:46:33 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-06-29 11:46:33 +0200 |
commit | 002850940e84c399dcbf2082f08cae36cc44e7b1 (patch) | |
tree | 55e77c81f42f27ced8a99c4272de27a1d53a5e1e /src/dehqx.py | |
parent | 22189a4bd659c2b9f6766cd45bacd11915d05296 (diff) | |
download | vim-git-002850940e84c399dcbf2082f08cae36cc44e7b1.tar.gz |
updated for version 7.3.567v7.3.567
Problem: Missing copyright notice.
Solution: Add Vim copyright notice. (Taro Muraoka)
Diffstat (limited to 'src/dehqx.py')
-rw-r--r-- | src/dehqx.py | 7 |
1 files changed, 5 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 |