diff options
author | Joseph Myers <joseph@codesourcery.com> | 2019-01-01 00:11:28 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2019-01-01 00:11:28 +0000 |
commit | 04277e02d7f54d3582bebcf8386b317018cd5e1d (patch) | |
tree | 13727789dcfa30b2ba85939f28ff909f4bff4925 /sysdeps/i386/strchr.S | |
parent | e740e5b1f0d786bdd95898b61c4a81f8f00bb063 (diff) | |
download | glibc-04277e02d7f54d3582bebcf8386b317018cd5e1d.tar.gz glibc-04277e02d7f54d3582bebcf8386b317018cd5e1d.tar.xz glibc-04277e02d7f54d3582bebcf8386b317018cd5e1d.zip |
Update copyright dates with scripts/update-copyrights.
* All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
Diffstat (limited to 'sysdeps/i386/strchr.S')
-rw-r--r-- | sysdeps/i386/strchr.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/strchr.S b/sysdeps/i386/strchr.S index ce0ece1106..ad135ad87f 100644 --- a/sysdeps/i386/strchr.S +++ b/sysdeps/i386/strchr.S @@ -1,6 +1,6 @@ /* strchr (str, ch) -- Return pointer to first occurrence of CH in STR. For Intel 80x86, x>=3. - Copyright (C) 1994-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> Some optimisations by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au> |