aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2025-01-01 12:16:06 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2025-01-01 12:16:24 -0800
commit6e177ca635f5879eb35573f3c199b1c14e978ab7 (patch)
tree25dc1292a961682cf1e00b56bf1f8618ba1b2253
parent2d7029f20fb22771f8a71a8a8f93f02a4bb27a8b (diff)
downloadglibc-6e177ca635f5879eb35573f3c199b1c14e978ab7.zip
glibc-6e177ca635f5879eb35573f3c199b1c14e978ab7.tar.gz
glibc-6e177ca635f5879eb35573f3c199b1c14e978ab7.tar.bz2
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.
-rwxr-xr-xscripts/update-copyrights3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/update-copyrights b/scripts/update-copyrights
index 508be8b..fc0f92f 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)