]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Don't update copyright notices in Linux licenses
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Jan 2025 20:16:06 +0000 (12:16 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Jan 2025 20:16:24 +0000 (12:16 -0800)
* 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

index 508be8bc4305699597b80969084e72a0373de1c9..fc0f92f10f469c8b83816cbb3b96e0fc423fa2e5 100755 (executable)
@@ -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)