1
0
forked from aniani/vim

patch 7.4.804

Problem:    Xxd doesn't have a license notice.
Solution:   Add license as indicated by Juergen.
This commit is contained in:
Bram Moolenaar
2015-08-04 17:29:07 +02:00
parent f7bb86dc59
commit 43fe32900c
2 changed files with 5 additions and 0 deletions

View File

@@ -741,6 +741,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 */
/**/
804,
/**/ /**/
803, 803,
/**/ /**/

View File

@@ -55,6 +55,9 @@
* *
* (c) 1990-1998 by Juergen Weigert (jnweiger@informatik.uni-erlangen.de) * (c) 1990-1998 by Juergen Weigert (jnweiger@informatik.uni-erlangen.de)
* *
* I hereby grant permission to distribute and use xxd
* under X11-MIT or GPL-2.0 (at the user's choice).
*
* Small changes made afterwards by Bram Moolenaar et al. * Small changes made afterwards by Bram Moolenaar et al.
* *
* Distribute freely and credit me, * Distribute freely and credit me,