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/mips | |
parent | e6855a3bdfe147c52b29b5e7d70a95a8aa22ece0 (diff) | |
download | glibc-1bced8cadc82077f0201801239e89eb24b68e9aa.zip glibc-1bced8cadc82077f0201801239e89eb24b68e9aa.tar.gz glibc-1bced8cadc82077f0201801239e89eb24b68e9aa.tar.bz2 |
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/mips')
-rw-r--r-- | sysdeps/mips/fpu_control.h | 1 | ||||
-rw-r--r-- | sysdeps/mips/regdef.h | 1 | ||||
-rw-r--r-- | sysdeps/mips/sgidefs.h | 1 | ||||
-rw-r--r-- | sysdeps/mips/sys/asm.h | 1 | ||||
-rw-r--r-- | sysdeps/mips/sys/regdef.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/mips/fpu_control.h b/sysdeps/mips/fpu_control.h index 6a68f92..f8c834a 100644 --- a/sysdeps/mips/fpu_control.h +++ b/sysdeps/mips/fpu_control.h @@ -1,7 +1,6 @@ /* FPU control word bits. Mips version. Copyright (C) 1996-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Olaf Flebbe and Ralf Bächle. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sysdeps/mips/regdef.h b/sysdeps/mips/regdef.h index 6d55f8a..6265286 100644 --- a/sysdeps/mips/regdef.h +++ b/sysdeps/mips/regdef.h @@ -1,6 +1,5 @@ /* Copyright (C) 1994-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ralf Bächle <ralf@gnu.org>. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sysdeps/mips/sgidefs.h b/sysdeps/mips/sgidefs.h index 656a7f0..ad45dce 100644 --- a/sysdeps/mips/sgidefs.h +++ b/sysdeps/mips/sgidefs.h @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ralf Bächle <ralf@gnu.org>. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sysdeps/mips/sys/asm.h b/sysdeps/mips/sys/asm.h index 8161495..3a04974 100644 --- a/sysdeps/mips/sys/asm.h +++ b/sysdeps/mips/sys/asm.h @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ralf Bächle <ralf@gnu.org>. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sysdeps/mips/sys/regdef.h b/sysdeps/mips/sys/regdef.h index 1c6be23..2b53e6d 100644 --- a/sysdeps/mips/sys/regdef.h +++ b/sysdeps/mips/sys/regdef.h @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ralf Bächle <ralf@gnu.org>. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public |