1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03: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:
Paul Eggert
2025-01-01 12:16:06 -08:00
parent 2d7029f20f
commit 6e177ca635

View File

@@ -54,6 +54,9 @@ for f in $files; do
po/*.po) po/*.po)
# Files imported verbatim from the Translation Project. # Files imported verbatim from the Translation Project.
;; ;;
support/bundled/linux/LICENSES/*)
# Files imported verbatim from Linux kernel sources.
;;
INSTALL \ INSTALL \
| locale/programs/charmap-kw.h | locale/programs/locfile-kw.h \ | locale/programs/charmap-kw.h | locale/programs/locfile-kw.h \
| po/libc.pot | sysdeps/gnu/errlist.c) | po/libc.pot | sysdeps/gnu/errlist.c)