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