mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08:00
Don't update copyright notices in Linux licenses
* scripts/update-copyrights: Do not update copyright notices in licenses imported from the Linux kernel. This should prevent glitches such as those fixed in my recent commit.
This commit is contained in:
parent
2d7029f20f
commit
6e177ca635
@ -54,6 +54,9 @@ for f in $files; do
|
||||
po/*.po)
|
||||
# Files imported verbatim from the Translation Project.
|
||||
;;
|
||||
support/bundled/linux/LICENSES/*)
|
||||
# Files imported verbatim from Linux kernel sources.
|
||||
;;
|
||||
INSTALL \
|
||||
| locale/programs/charmap-kw.h | locale/programs/locfile-kw.h \
|
||||
| po/libc.pot | sysdeps/gnu/errlist.c)
|
||||
|
Loading…
x
Reference in New Issue
Block a user