diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-11-30 21:25:25 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-11-30 21:25:25 +0000 |
commit | c0535adfeb5aad46f622f040925889602a482f29 (patch) | |
tree | 6bf59eb3c1baa57ddc5e9ddfb9858c109d01cd09 /scripts | |
parent | 1faaf7035cabda101e1d6653bff7a539f201db91 (diff) | |
download | glibc-c0535adfeb5aad46f622f040925889602a482f29.tar.gz glibc-c0535adfeb5aad46f622f040925889602a482f29.tar.xz glibc-c0535adfeb5aad46f622f040925889602a482f29.zip |
Remove scripts/update-copyrights handling of intl/plural.c.
Since this file is no longer checked in, update-copyrights no longer needs to avoid changing it. * scripts/update-copyrights: Do not handle intl/plural.c specially.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update-copyrights | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-copyrights b/scripts/update-copyrights index 1a03134dfa..d5af53add6 100755 --- a/scripts/update-copyrights +++ b/scripts/update-copyrights @@ -54,7 +54,7 @@ for f in $files; do po/*.po) # Files imported verbatim from the Translation Project. ;; - INSTALL | intl/plural.c | locale/C-translit.h \ + INSTALL | locale/C-translit.h \ | locale/programs/charmap-kw.h | locale/programs/locfile-kw.h \ | po/libc.pot | sysdeps/gnu/errlist.c) # Generated files. |