From 6e177ca635f5879eb35573f3c199b1c14e978ab7 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 1 Jan 2025 12:16:06 -0800 Subject: [PATCH] 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. --- scripts/update-copyrights | 3 +++ 1 file changed, 3 insertions(+) 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)