From: Jim Meyering Date: Mon, 23 Jun 2008 12:54:33 +0000 (+0200) Subject: basename: List David MacKenzie as the author. X-Git-Tag: v7.0~156 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f4700cca8927c961ea3319b830b866f036cd990;p=platform%2Fupstream%2Fcoreutils.git basename: List David MacKenzie as the author. * src/basename.c (AUTHORS): List David as the author. * AUTHORS: Update here, too. --- diff --git a/AUTHORS b/AUTHORS index 666edc1..eab9bec 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,7 +3,7 @@ each followed by the name(s) of its author(s). arch: David MacKenzie, Karel Zak base64: Simon Josefsson -basename: FIXME unknown +basename: David MacKenzie cat: Torbjörn Granlund, Richard M. Stallman chcon: Russell Coker, Jim Meyering chgrp: David MacKenzie, Jim Meyering diff --git a/src/basename.c b/src/basename.c index 38e8879..69b708f 100644 --- a/src/basename.c +++ b/src/basename.c @@ -37,7 +37,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "basename" -#define AUTHORS proper_name ("FIXME unknown") +#define AUTHORS proper_name ("David MacKenzie") void usage (int status)