diff options
Diffstat (limited to 'scripts/update-copyrights')
-rwxr-xr-x | scripts/update-copyrights | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/update-copyrights b/scripts/update-copyrights index a56cc03..fc0f92f 100755 --- a/scripts/update-copyrights +++ b/scripts/update-copyrights @@ -1,6 +1,6 @@ #!/bin/sh # Update copyright year lists. -# Copyright (C) 2012-2024 Free Software Foundation, Inc. +# Copyright (C) 2012-2025 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -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) |