diff options
Diffstat (limited to 'src/cp.c')
| -rw-r--r-- | src/cp.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -52,7 +52,9 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "cp" -#define AUTHORS "Torbjorn Granlund", "David MacKenzie", "Jim Meyering" +#define AUTHORS \ + proper_name_utf8 ("Torbjorn Granlund", "Torbj\303\266rn Granlund"), \ + "David MacKenzie", "Jim Meyering" /* Used by do_copy, make_dir_parents_private, and re_protect to keep a list of leading directories whose protections |
