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