|
Karsten Hopp |
ce7e20 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
ce7e20 |
Subject: Patch 7.3.567
|
|
Karsten Hopp |
ce7e20 |
Fcc: outbox
|
|
Karsten Hopp |
ce7e20 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
ce7e20 |
Mime-Version: 1.0
|
|
Karsten Hopp |
ce7e20 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
ce7e20 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
ce7e20 |
------------
|
|
Karsten Hopp |
ce7e20 |
|
|
Karsten Hopp |
ce7e20 |
Patch 7.3.567
|
|
Karsten Hopp |
ce7e20 |
Problem: Missing copyright notice.
|
|
Karsten Hopp |
ce7e20 |
Solution: Add Vim copyright notice. (Taro Muraoka)
|
|
Karsten Hopp |
ce7e20 |
Files: src/dehqx.py
|
|
Karsten Hopp |
ce7e20 |
|
|
Karsten Hopp |
ce7e20 |
|
|
Karsten Hopp |
ce7e20 |
*** ../vim-7.3.566/src/dehqx.py 2010-08-15 21:57:32.000000000 +0200
|
|
Karsten Hopp |
ce7e20 |
--- src/dehqx.py 2012-06-29 11:27:41.000000000 +0200
|
|
Karsten Hopp |
ce7e20 |
***************
|
|
Karsten Hopp |
ce7e20 |
*** 1,7 ****
|
|
Karsten Hopp |
ce7e20 |
# Python script to get both the data and resource fork from a BinHex encoded
|
|
Karsten Hopp |
ce7e20 |
# file.
|
|
Karsten Hopp |
ce7e20 |
! # Author: Taro Muraoka
|
|
Karsten Hopp |
ce7e20 |
! # Last Change: 2003 Oct 25
|
|
Karsten Hopp |
ce7e20 |
|
|
Karsten Hopp |
ce7e20 |
import sys
|
|
Karsten Hopp |
ce7e20 |
import binhex
|
|
Karsten Hopp |
ce7e20 |
--- 1,10 ----
|
|
Karsten Hopp |
ce7e20 |
# Python script to get both the data and resource fork from a BinHex encoded
|
|
Karsten Hopp |
ce7e20 |
# file.
|
|
Karsten Hopp |
ce7e20 |
! # Author: MURAOKA Taro <koron.kaoriya@gmail.com>
|
|
Karsten Hopp |
ce7e20 |
! # Last Change: 2012 Jun 29
|
|
Karsten Hopp |
ce7e20 |
! #
|
|
Karsten Hopp |
ce7e20 |
! # Copyright (C) 2003,12 MURAOKA Taro <koron.kaoriya@gmail.com>
|
|
Karsten Hopp |
ce7e20 |
! # THIS FILE IS DISTRIBUTED UNDER THE VIM LICENSE.
|
|
Karsten Hopp |
ce7e20 |
|
|
Karsten Hopp |
ce7e20 |
import sys
|
|
Karsten Hopp |
ce7e20 |
import binhex
|
|
Karsten Hopp |
ce7e20 |
*** ../vim-7.3.566/src/version.c 2012-06-20 22:55:56.000000000 +0200
|
|
Karsten Hopp |
ce7e20 |
--- src/version.c 2012-06-29 11:45:36.000000000 +0200
|
|
Karsten Hopp |
ce7e20 |
***************
|
|
Karsten Hopp |
ce7e20 |
*** 716,717 ****
|
|
Karsten Hopp |
ce7e20 |
--- 716,719 ----
|
|
Karsten Hopp |
ce7e20 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
ce7e20 |
+ /**/
|
|
Karsten Hopp |
ce7e20 |
+ 567,
|
|
Karsten Hopp |
ce7e20 |
/**/
|
|
Karsten Hopp |
ce7e20 |
|
|
Karsten Hopp |
ce7e20 |
--
|
|
Karsten Hopp |
ce7e20 |
hundred-and-one symptoms of being an internet addict:
|
|
Karsten Hopp |
ce7e20 |
66. You create a homepage with the impression to cure the afflicted...but
|
|
Karsten Hopp |
ce7e20 |
your hidden agenda is to receive more e-mail.
|
|
Karsten Hopp |
ce7e20 |
|
|
Karsten Hopp |
ce7e20 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
ce7e20 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
ce7e20 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
ce7e20 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|