1e3367
commit 2b778ceb4010c28d70de9b8eab20e8d88eed586b
1e3367
Author: Paul Eggert <eggert@cs.ucla.edu>
1e3367
Date:   Sat Jan 2 11:32:25 2021 -0800
1e3367
1e3367
    Update copyright dates with scripts/update-copyrights
1e3367
1e3367
    I used these shell commands:
1e3367
1e3367
    ../glibc/scripts/update-copyrights $PWD/../gnulib/build-aux/update-copyright
1e3367
    (cd ../glibc && git commit -am"[this commit message]")
1e3367
1e3367
    and then ignored the output, which consisted lines saying "FOO: warning:
1e3367
    copyright statement not found" for each of 6694 files FOO.
1e3367
    I then removed trailing white space from benchtests/bench-pthread-locks.c
1e3367
    and iconvdata/tst-iconv-big5-hkscs-to-2ucs4.c, to work around this
1e3367
    diagnostic from Savannah:
1e3367
    remote: *** pre-commit check failed ...
1e3367
    remote: *** error: lines with trailing whitespace found
1e3367
    remote: error: hook declined to update refs/heads/master
1e3367
1e3367
Modified to only update copyright for syscall-names.list for RHEL 8.5.0. Also
1e3367
update licenses link to use https.
1e3367
1e3367
diff -Nrup a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
1e3367
--- a/sysdeps/unix/sysv/linux/syscall-names.list	2021-03-16 14:12:27.828571456 -0400
1e3367
+++ b/sysdeps/unix/sysv/linux/syscall-names.list	2021-03-16 14:13:23.950145631 -0400
1e3367
@@ -1,5 +1,5 @@
1e3367
 # List of all known Linux system calls.
1e3367
-# Copyright (C) 2017-2018 Free Software Foundation, Inc.
1e3367
+# Copyright (C) 2017-2021 Free Software Foundation, Inc.
1e3367
 # This file is part of the GNU C Library.
1e3367
 #
1e3367
 # The GNU C Library is free software; you can redistribute it and/or
1e3367
@@ -14,7 +14,7 @@
1e3367
 #
1e3367
 # You should have received a copy of the GNU Lesser General Public
1e3367
 # License along with the GNU C Library; if not, see
1e3367
-# <http://www.gnu.org/licenses/>.
1e3367
+# <https://www.gnu.org/licenses/>.
1e3367
 
1e3367
 # This file contains the list of system call names.  It has to remain in
1e3367
 # alphabetical order.  Lines which start with # are treated as comments.