From b69b4cca953a9a0a13edf026ea104d13dc956bd3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 19 May 2008 16:24:27 +0200 Subject: convert single-author programs to use proper_name g grep -E -l 'define AUTHORS "[^,]+"$'|xargs perl -pi -e \ 's/(define AUTHORS) ("[^,]+")$/$1 proper_name ($2)/' --- src/stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stat.c') diff --git a/src/stat.c b/src/stat.c index 0f25df4e9..2129dce12 100644 --- a/src/stat.c +++ b/src/stat.c @@ -150,7 +150,7 @@ statfs (char const *filename, struct fs_info *buf) #define PROGRAM_NAME "stat" -#define AUTHORS "Michael Meskes" +#define AUTHORS proper_name ("Michael Meskes") enum { -- cgit v1.2.3