Eli Zaretskii wrote: >> From: Jim Meyering <[email protected]> >> Cc: Eli Zaretskii <[email protected]>, [email protected] >> Date: Wed, 28 Dec 2011 17:07:12 +0100 >> >> Finally, Eli does not yet have an assignment on file for grep. > > That must be some clerical mistake. You will see in the old > ChangeLog-2009 (btw, why is it absent from the latest distribution?)
Thanks. Patch below. > that I was contributing non-trivial code to Grep since 1997. In > particular, dosbuf.c was written by yours truly. Just because you contributed before does not guarantee that there is a copyright assignment on file for you. I checked the authoritative list on fencepost, and while you're listed for many other project, grep is not one of them. Is it possible that dosbuf.c was written by you for some other project, and then pulled into grep? Otherwise, some previous maintainer may have simply neglected to request the paperwork. >From df2a617690f28e3ddde934546ca66f8946874e44 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Wed, 28 Dec 2011 18:16:51 +0100 Subject: [PATCH] maint: distribute ChangeLog-2009 * Makefile.am (EXTRA_DIST): Add ChangeLog-2009. Spotted by Eli Zaretskii. --- Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index e9005d7..a5029e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = po lib doc src tests gnulib-tests EXTRA_DIST = \ + ChangeLog-2009 \ Makefile.boot \ README \ README-alpha \ -- 1.7.8.1.391.g2c2ad
