diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-08-23 14:14:29 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-08-23 14:19:40 -0700 |
commit | 1bced8cadc82077f0201801239e89eb24b68e9aa (patch) | |
tree | 4de8e41ee1793c200102723109bf06e75b657d87 /sysdeps/unix/sysv/linux/mips | |
parent | e6855a3bdfe147c52b29b5e7d70a95a8aa22ece0 (diff) | |
download | glibc-1bced8cadc82077f0201801239e89eb24b68e9aa.tar.gz glibc-1bced8cadc82077f0201801239e89eb24b68e9aa.tar.xz glibc-1bced8cadc82077f0201801239e89eb24b68e9aa.zip |
Don't put non-ASCII into installed headers
Move non-ASCII contributor names from installed headers into contrib.texi when possible, and when it's not (the copyright notice in sysdeps/unix/sysv/linux/mips/sys/user.h) go back to ASCIIfied names. Problem reported by Joseph Myers in: https://www.sourceware.org/ml/libc-alpha/2019-08/msg00646.html
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/sys/user.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/sys/user.h b/sysdeps/unix/sysv/linux/mips/sys/user.h index ef1077da52..29a6c36785 100644 --- a/sysdeps/unix/sysv/linux/mips/sys/user.h +++ b/sysdeps/unix/sysv/linux/mips/sys/user.h @@ -41,7 +41,7 @@ * License. See the file "COPYING" in the main directory of this archive * for more details. * - * Copyright (C) 1995, 1999 by Ralf Bächle + * Copyright (C) 1995, 1999 by Ralf Baechle */ #ifndef __ASM_MIPS_REG_H #define __ASM_MIPS_REG_H @@ -110,7 +110,7 @@ * License. See the file "COPYING" in the main directory of this archive * for more details. * - * Copyright (C) 1995, 1999 Ralf Bächle + * Copyright (C) 1995, 1999 Ralf Baechle * Copyright (C) 1995, 1999 Silicon Graphics */ #ifndef _ASM_REG_H |