From: Paul Eggert Date: Wed, 1 Jan 2025 20:16:06 +0000 (-0800) Subject: Don't update copyright notices in Linux licenses X-Git-Tag: glibc-2.41~178 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e177ca635f5879eb35573f3c199b1c14e978ab7;p=thirdparty%2Fglibc.git 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. --- diff --git a/scripts/update-copyrights b/scripts/update-copyrights index 508be8bc43..fc0f92f10f 100755 --- a/scripts/update-copyrights +++ b/scripts/update-copyrights @@ -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)