From 971aebfacc6d8f95207ce359235df63c0720537d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 18 Sep 2021 09:30:53 -0700 Subject: [PATCH] =?utf8?q?cksum:=20list=20P=C3=A1draig=20as=20coauthor?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * src/digest.c (AUTHORS) [HASH_ALGO_CKSUM]: Add Pádraig as cksum coauthor. * AUTHORS: Likewise. --- AUTHORS | 2 +- src/digest.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 46948d5fd8..0a11ce87e3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,7 +13,7 @@ chgrp: David MacKenzie, Jim Meyering chmod: David MacKenzie, Jim Meyering chown: David MacKenzie, Jim Meyering chroot: Roland McGrath -cksum: Q. Frank Xia +cksum: Padraig Brady, Q. Frank Xia comm: Richard M. Stallman, David MacKenzie coreutils: Alex Deymo cp: Torbjorn Granlund, David MacKenzie, Jim Meyering diff --git a/src/digest.c b/src/digest.c index c7bb02b6a6..122b75d8fc 100644 --- a/src/digest.c +++ b/src/digest.c @@ -135,7 +135,9 @@ proper_name ("Kayvan Aghaiepour"), \ proper_name ("David MacKenzie") #elif HASH_ALGO_CKSUM -# define AUTHORS proper_name ("Q. Frank Xia") +# define AUTHORS \ + proper_name ("Padraig Brady"), \ + proper_name ("Q. Frank Xia") #elif HASH_ALGO_BLAKE2 # define AUTHORS \ proper_name ("Padraig Brady"), \ -- 2.47.2