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:
Paul Eggert 2025-01-01 12:16:06 -08:00
parent 2d7029f20f
commit 6e177ca635
1 changed files with 3 additions and 0 deletions

View File

@ -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)