about summary refs log tree commit diff
path: root/sysdeps/csky
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-01-02 11:32:25 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-01-02 12:17:34 -0800
commit2b778ceb4010c28d70de9b8eab20e8d88eed586b (patch)
tree3bcf21bcaccb5b09b1859e63f3baf9b5f0105ed7 /sysdeps/csky
parent45b1e17e9150dbd9ac2d578579063fbfa8e1b327 (diff)
downloadglibc-2b778ceb4010c28d70de9b8eab20e8d88eed586b.tar.gz
glibc-2b778ceb4010c28d70de9b8eab20e8d88eed586b.tar.xz
glibc-2b778ceb4010c28d70de9b8eab20e8d88eed586b.zip
Update copyright dates with scripts/update-copyrights
I used these shell commands:

../glibc/scripts/update-copyrights $PWD/../gnulib/build-aux/update-copyright
(cd ../glibc && git commit -am"[this commit message]")

and then ignored the output, which consisted lines saying "FOO: warning:
copyright statement not found" for each of 6694 files FOO.
I then removed trailing white space from benchtests/bench-pthread-locks.c
and iconvdata/tst-iconv-big5-hkscs-to-2ucs4.c, to work around this
diagnostic from Savannah:
remote: *** pre-commit check failed ...
remote: *** error: lines with trailing whitespace found
remote: error: hook declined to update refs/heads/master
Diffstat (limited to 'sysdeps/csky')
-rw-r--r--sysdeps/csky/abiv2/__longjmp.S2
-rw-r--r--sysdeps/csky/abiv2/csky-mcount.S2
-rw-r--r--sysdeps/csky/abiv2/dl-trampoline.S2
-rw-r--r--sysdeps/csky/abiv2/memcmp.S2
-rw-r--r--sysdeps/csky/abiv2/memcpy.S2
-rw-r--r--sysdeps/csky/abiv2/memset.S2
-rw-r--r--sysdeps/csky/abiv2/setjmp.S2
-rw-r--r--sysdeps/csky/abiv2/start.S2
-rw-r--r--sysdeps/csky/abiv2/strcmp.S2
-rw-r--r--sysdeps/csky/abiv2/strcpy.S2
-rw-r--r--sysdeps/csky/abiv2/strlen.S2
-rw-r--r--sysdeps/csky/abiv2/tls-macros.h2
-rw-r--r--sysdeps/csky/atomic-machine.h2
-rw-r--r--sysdeps/csky/bits/fenv.h2
-rw-r--r--sysdeps/csky/bits/link.h2
-rw-r--r--sysdeps/csky/bits/setjmp.h2
-rw-r--r--sysdeps/csky/dl-machine.h2
-rw-r--r--sysdeps/csky/dl-procinfo.c2
-rw-r--r--sysdeps/csky/dl-procinfo.h2
-rw-r--r--sysdeps/csky/dl-sysdep.h2
-rw-r--r--sysdeps/csky/dl-tls.h2
-rw-r--r--sysdeps/csky/fpu/fclrexcpt.c2
-rw-r--r--sysdeps/csky/fpu/fedisblxcpt.c2
-rw-r--r--sysdeps/csky/fpu/feenablxcpt.c2
-rw-r--r--sysdeps/csky/fpu/fegetenv.c2
-rw-r--r--sysdeps/csky/fpu/fegetexcept.c2
-rw-r--r--sysdeps/csky/fpu/fegetmode.c2
-rw-r--r--sysdeps/csky/fpu/fegetround.c2
-rw-r--r--sysdeps/csky/fpu/feholdexcpt.c2
-rw-r--r--sysdeps/csky/fpu/fenv_libc.h2
-rw-r--r--sysdeps/csky/fpu/fenv_private.h2
-rw-r--r--sysdeps/csky/fpu/fesetenv.c2
-rw-r--r--sysdeps/csky/fpu/fesetexcept.c2
-rw-r--r--sysdeps/csky/fpu/fesetmode.c2
-rw-r--r--sysdeps/csky/fpu/fesetround.c2
-rw-r--r--sysdeps/csky/fpu/feupdateenv.c2
-rw-r--r--sysdeps/csky/fpu/fgetexcptflg.c2
-rw-r--r--sysdeps/csky/fpu/fix-fp-int-convert-overflow.h2
-rw-r--r--sysdeps/csky/fpu/fraiseexcpt.c2
-rw-r--r--sysdeps/csky/fpu/fsetexcptflg.c2
-rw-r--r--sysdeps/csky/fpu/ftestexcept.c2
-rw-r--r--sysdeps/csky/fpu_control.h2
-rw-r--r--sysdeps/csky/gccframe.h2
-rw-r--r--sysdeps/csky/jmpbuf-unwind.h2
-rw-r--r--sysdeps/csky/ldsodefs.h2
-rw-r--r--sysdeps/csky/libc-tls.c2
-rw-r--r--sysdeps/csky/machine-gmon.h2
-rw-r--r--sysdeps/csky/memusage.h2
-rw-r--r--sysdeps/csky/nptl/Makefile2
-rw-r--r--sysdeps/csky/nptl/pthreaddef.h2
-rw-r--r--sysdeps/csky/nptl/tls.h2
-rw-r--r--sysdeps/csky/sotruss-lib.c2
-rw-r--r--sysdeps/csky/stackinfo.h2
-rw-r--r--sysdeps/csky/sysdep.h2
-rw-r--r--sysdeps/csky/tst-audit.h2
55 files changed, 55 insertions, 55 deletions
diff --git a/sysdeps/csky/abiv2/__longjmp.S b/sysdeps/csky/abiv2/__longjmp.S
index f7c658251a..ca6ed33c58 100644
--- a/sysdeps/csky/abiv2/__longjmp.S
+++ b/sysdeps/csky/abiv2/__longjmp.S
@@ -1,5 +1,5 @@
 /* longjmp for C-SKY ABIV2.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/abiv2/csky-mcount.S b/sysdeps/csky/abiv2/csky-mcount.S
index 80ba82e619..54b9b80e37 100644
--- a/sysdeps/csky/abiv2/csky-mcount.S
+++ b/sysdeps/csky/abiv2/csky-mcount.S
@@ -1,5 +1,5 @@
 /* Implementation of profiling support.  C-SKY ABIV2 version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/abiv2/dl-trampoline.S b/sysdeps/csky/abiv2/dl-trampoline.S
index 86797b6b63..89daa28450 100644
--- a/sysdeps/csky/abiv2/dl-trampoline.S
+++ b/sysdeps/csky/abiv2/dl-trampoline.S
@@ -1,5 +1,5 @@
 /* PLT trampolines.  C-SKY ABIV2 version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/abiv2/memcmp.S b/sysdeps/csky/abiv2/memcmp.S
index 38660853b5..1560387618 100644
--- a/sysdeps/csky/abiv2/memcmp.S
+++ b/sysdeps/csky/abiv2/memcmp.S
@@ -1,5 +1,5 @@
 /* The assembly function for memory compare.  C-SKY ABIV2 version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/abiv2/memcpy.S b/sysdeps/csky/abiv2/memcpy.S
index daa06ff6e8..da42c6f050 100644
--- a/sysdeps/csky/abiv2/memcpy.S
+++ b/sysdeps/csky/abiv2/memcpy.S
@@ -1,5 +1,5 @@
 /* The assembly function for memcpy.  C-SKY ABIV2 version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/abiv2/memset.S b/sysdeps/csky/abiv2/memset.S
index 35452b96f8..28af39953a 100644
--- a/sysdeps/csky/abiv2/memset.S
+++ b/sysdeps/csky/abiv2/memset.S
@@ -1,5 +1,5 @@
 /* The assembly function for memset.  C-SKY ABIV2 version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/abiv2/setjmp.S b/sysdeps/csky/abiv2/setjmp.S
index e00632e917..2902596df9 100644
--- a/sysdeps/csky/abiv2/setjmp.S
+++ b/sysdeps/csky/abiv2/setjmp.S
@@ -1,5 +1,5 @@
 /* setjmp for C-SKY ABIV2.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/abiv2/start.S b/sysdeps/csky/abiv2/start.S
index dd14d4421e..d65e37e61b 100644
--- a/sysdeps/csky/abiv2/start.S
+++ b/sysdeps/csky/abiv2/start.S
@@ -1,5 +1,5 @@
 /* Startup code compliant to the ELF C-SKY ABIV2.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/abiv2/strcmp.S b/sysdeps/csky/abiv2/strcmp.S
index b616ed6d99..8d766a3e6a 100644
--- a/sysdeps/csky/abiv2/strcmp.S
+++ b/sysdeps/csky/abiv2/strcmp.S
@@ -1,5 +1,5 @@
 /* The assembly function for string compare.  C-SKY ABIV2 version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/abiv2/strcpy.S b/sysdeps/csky/abiv2/strcpy.S
index 6bc0b603f2..4e768f2694 100644
--- a/sysdeps/csky/abiv2/strcpy.S
+++ b/sysdeps/csky/abiv2/strcpy.S
@@ -1,5 +1,5 @@
 /* The assembly function for string copy.  C-SKY ABIV2 version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/abiv2/strlen.S b/sysdeps/csky/abiv2/strlen.S
index 9115c64c7f..9bee703e00 100644
--- a/sysdeps/csky/abiv2/strlen.S
+++ b/sysdeps/csky/abiv2/strlen.S
@@ -1,5 +1,5 @@
 /* The assembly function for string length.  C-SKY ABIV2 version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/abiv2/tls-macros.h b/sysdeps/csky/abiv2/tls-macros.h
index 47435e3ede..57ed1e74c6 100644
--- a/sysdeps/csky/abiv2/tls-macros.h
+++ b/sysdeps/csky/abiv2/tls-macros.h
@@ -1,5 +1,5 @@
 /* Macros for accessing thread-local storage.  C-SKY ABIV2 version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/atomic-machine.h b/sysdeps/csky/atomic-machine.h
index a2318703b1..7544c50413 100644
--- a/sysdeps/csky/atomic-machine.h
+++ b/sysdeps/csky/atomic-machine.h
@@ -1,5 +1,5 @@
 /* Atomic operations.  C-SKY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/bits/fenv.h b/sysdeps/csky/bits/fenv.h
index 226eb484d1..5ee68b2053 100644
--- a/sysdeps/csky/bits/fenv.h
+++ b/sysdeps/csky/bits/fenv.h
@@ -1,5 +1,5 @@
 /* Floating point environment.  C-SKY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/bits/link.h b/sysdeps/csky/bits/link.h
index b1c739e1c8..fc3e07983c 100644
--- a/sysdeps/csky/bits/link.h
+++ b/sysdeps/csky/bits/link.h
@@ -1,5 +1,5 @@
 /* Machine-specific declarations for dynamic linker interface.  C-SKY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/bits/setjmp.h b/sysdeps/csky/bits/setjmp.h
index 788c241a45..40bd4812ef 100644
--- a/sysdeps/csky/bits/setjmp.h
+++ b/sysdeps/csky/bits/setjmp.h
@@ -1,5 +1,5 @@
 /* Define the machine-dependent type `jmp_buf'.  C-SKY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/dl-machine.h b/sysdeps/csky/dl-machine.h
index 6988a34336..b08f06d74c 100644
--- a/sysdeps/csky/dl-machine.h
+++ b/sysdeps/csky/dl-machine.h
@@ -1,5 +1,5 @@
 /* Machine-dependent ELF dynamic relocation inline functions.  C-SKY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/dl-procinfo.c b/sysdeps/csky/dl-procinfo.c
index e432a6d859..ab45388c5b 100644
--- a/sysdeps/csky/dl-procinfo.c
+++ b/sysdeps/csky/dl-procinfo.c
@@ -1,5 +1,5 @@
 /* Data for C-SKY version of processor capability information.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/dl-procinfo.h b/sysdeps/csky/dl-procinfo.h
index bca95efe8d..89b353f2af 100644
--- a/sysdeps/csky/dl-procinfo.h
+++ b/sysdeps/csky/dl-procinfo.h
@@ -1,5 +1,5 @@
 /* C-SKY version of processor capability information handling macros.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/dl-sysdep.h b/sysdeps/csky/dl-sysdep.h
index 14891d1c36..02d206780f 100644
--- a/sysdeps/csky/dl-sysdep.h
+++ b/sysdeps/csky/dl-sysdep.h
@@ -1,5 +1,5 @@
 /* System-specific settings for dynamic linker code.  C-SKY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/dl-tls.h b/sysdeps/csky/dl-tls.h
index 4f2d34f9a8..a1b8004431 100644
--- a/sysdeps/csky/dl-tls.h
+++ b/sysdeps/csky/dl-tls.h
@@ -1,5 +1,5 @@
 /* Thread-local storage handling in the ELF dynamic linker.  C-SKY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/fclrexcpt.c b/sysdeps/csky/fpu/fclrexcpt.c
index 01705d5428..9424d1d5ba 100644
--- a/sysdeps/csky/fpu/fclrexcpt.c
+++ b/sysdeps/csky/fpu/fclrexcpt.c
@@ -1,5 +1,5 @@
 /* Clear given exceptions in current floating-point environment.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/fedisblxcpt.c b/sysdeps/csky/fpu/fedisblxcpt.c
index 11480d8414..1c15e1fdc2 100644
--- a/sysdeps/csky/fpu/fedisblxcpt.c
+++ b/sysdeps/csky/fpu/fedisblxcpt.c
@@ -1,5 +1,5 @@
 /* Disable floating-point exceptions.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/feenablxcpt.c b/sysdeps/csky/fpu/feenablxcpt.c
index 635c029d0b..2f2b52053a 100644
--- a/sysdeps/csky/fpu/feenablxcpt.c
+++ b/sysdeps/csky/fpu/feenablxcpt.c
@@ -1,5 +1,5 @@
 /* Enable floating-point exceptions.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/fegetenv.c b/sysdeps/csky/fpu/fegetenv.c
index afed1c3981..ceba5f17d1 100644
--- a/sysdeps/csky/fpu/fegetenv.c
+++ b/sysdeps/csky/fpu/fegetenv.c
@@ -1,5 +1,5 @@
 /* Store current floating-point environment.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/fegetexcept.c b/sysdeps/csky/fpu/fegetexcept.c
index f5fe4568f2..410979f9d2 100644
--- a/sysdeps/csky/fpu/fegetexcept.c
+++ b/sysdeps/csky/fpu/fegetexcept.c
@@ -1,5 +1,5 @@
 /* Get enabled floating-point exceptions.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/fegetmode.c b/sysdeps/csky/fpu/fegetmode.c
index 189e2ce0e3..24afcccc48 100644
--- a/sysdeps/csky/fpu/fegetmode.c
+++ b/sysdeps/csky/fpu/fegetmode.c
@@ -1,5 +1,5 @@
 /* Store current floating-point control modes.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/fegetround.c b/sysdeps/csky/fpu/fegetround.c
index 215deb3c57..4b1851a49d 100644
--- a/sysdeps/csky/fpu/fegetround.c
+++ b/sysdeps/csky/fpu/fegetround.c
@@ -1,5 +1,5 @@
 /* Return current rounding direction.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/feholdexcpt.c b/sysdeps/csky/fpu/feholdexcpt.c
index db51f9f89c..a1a47f3c8c 100644
--- a/sysdeps/csky/fpu/feholdexcpt.c
+++ b/sysdeps/csky/fpu/feholdexcpt.c
@@ -1,5 +1,5 @@
 /* Store current floating-point environment and clear exceptions.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/fenv_libc.h b/sysdeps/csky/fpu/fenv_libc.h
index 7d6c93e3a2..5d0894ef89 100644
--- a/sysdeps/csky/fpu/fenv_libc.h
+++ b/sysdeps/csky/fpu/fenv_libc.h
@@ -1,5 +1,5 @@
 /* fpu registers environment.  C-SKY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/fenv_private.h b/sysdeps/csky/fpu/fenv_private.h
index d2987708e9..81ca6ef832 100644
--- a/sysdeps/csky/fpu/fenv_private.h
+++ b/sysdeps/csky/fpu/fenv_private.h
@@ -1,5 +1,5 @@
 /* Private floating point rounding and exceptions handling.  C-SKY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/fesetenv.c b/sysdeps/csky/fpu/fesetenv.c
index cc5aa1a1b3..fb4bddbd4a 100644
--- a/sysdeps/csky/fpu/fesetenv.c
+++ b/sysdeps/csky/fpu/fesetenv.c
@@ -1,5 +1,5 @@
 /* Install given floating-point environment.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/fesetexcept.c b/sysdeps/csky/fpu/fesetexcept.c
index 56dcb49cb9..fc4fea86a7 100644
--- a/sysdeps/csky/fpu/fesetexcept.c
+++ b/sysdeps/csky/fpu/fesetexcept.c
@@ -1,5 +1,5 @@
 /* Set given exception flags.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/fesetmode.c b/sysdeps/csky/fpu/fesetmode.c
index acdba6e8e6..0a0062cbb0 100644
--- a/sysdeps/csky/fpu/fesetmode.c
+++ b/sysdeps/csky/fpu/fesetmode.c
@@ -1,5 +1,5 @@
 /* Install given floating-point control modes.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/fesetround.c b/sysdeps/csky/fpu/fesetround.c
index 8969b7d7b0..c30df4adce 100644
--- a/sysdeps/csky/fpu/fesetround.c
+++ b/sysdeps/csky/fpu/fesetround.c
@@ -1,5 +1,5 @@
 /* Set current rounding direction.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/feupdateenv.c b/sysdeps/csky/fpu/feupdateenv.c
index c75082d86a..5ade7aa502 100644
--- a/sysdeps/csky/fpu/feupdateenv.c
+++ b/sysdeps/csky/fpu/feupdateenv.c
@@ -1,5 +1,5 @@
 /* Install given floating-point environment and raise exceptions.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/fgetexcptflg.c b/sysdeps/csky/fpu/fgetexcptflg.c
index c4b6268e38..5b81667b63 100644
--- a/sysdeps/csky/fpu/fgetexcptflg.c
+++ b/sysdeps/csky/fpu/fgetexcptflg.c
@@ -1,5 +1,5 @@
 /* Store current representation for exceptions.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/fix-fp-int-convert-overflow.h b/sysdeps/csky/fpu/fix-fp-int-convert-overflow.h
index 29a09d3c05..8a23e0d91b 100644
--- a/sysdeps/csky/fpu/fix-fp-int-convert-overflow.h
+++ b/sysdeps/csky/fpu/fix-fp-int-convert-overflow.h
@@ -1,5 +1,5 @@
 /* Fix for conversion of floating point to integer overflow.  C-SKY version.
-   Copyright (C) 2015-2020 Free Software Foundation, Inc.
+   Copyright (C) 2015-2021 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
diff --git a/sysdeps/csky/fpu/fraiseexcpt.c b/sysdeps/csky/fpu/fraiseexcpt.c
index cc948086e2..c3e8d95b94 100644
--- a/sysdeps/csky/fpu/fraiseexcpt.c
+++ b/sysdeps/csky/fpu/fraiseexcpt.c
@@ -1,5 +1,5 @@
 /* Raise given exceptions.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/fsetexcptflg.c b/sysdeps/csky/fpu/fsetexcptflg.c
index f6c6dc7c3c..2c5547114f 100644
--- a/sysdeps/csky/fpu/fsetexcptflg.c
+++ b/sysdeps/csky/fpu/fsetexcptflg.c
@@ -1,5 +1,5 @@
 /* Set floating-point environment exception handling.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu/ftestexcept.c b/sysdeps/csky/fpu/ftestexcept.c
index dc23c8b18a..c83aef054d 100644
--- a/sysdeps/csky/fpu/ftestexcept.c
+++ b/sysdeps/csky/fpu/ftestexcept.c
@@ -1,5 +1,5 @@
 /* Test exception in current environment.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/fpu_control.h b/sysdeps/csky/fpu_control.h
index 26f9076bab..73f62bcd8b 100644
--- a/sysdeps/csky/fpu_control.h
+++ b/sysdeps/csky/fpu_control.h
@@ -1,5 +1,5 @@
 /* FPU control word bits.  C-SKY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/gccframe.h b/sysdeps/csky/gccframe.h
index 78747a2ddf..728554ab7e 100644
--- a/sysdeps/csky/gccframe.h
+++ b/sysdeps/csky/gccframe.h
@@ -1,5 +1,5 @@
 /* Definition of object in frame unwind info.  C-SKY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/jmpbuf-unwind.h b/sysdeps/csky/jmpbuf-unwind.h
index 02954c173f..45606eef9b 100644
--- a/sysdeps/csky/jmpbuf-unwind.h
+++ b/sysdeps/csky/jmpbuf-unwind.h
@@ -1,5 +1,5 @@
 /* Examine __jmp_buf for unwinding frames.  C-SkY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/ldsodefs.h b/sysdeps/csky/ldsodefs.h
index dd107d2acf..70a78c931d 100644
--- a/sysdeps/csky/ldsodefs.h
+++ b/sysdeps/csky/ldsodefs.h
@@ -1,5 +1,5 @@
 /* Run-time dynamic linker data structures for loaded ELF shared objects.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/libc-tls.c b/sysdeps/csky/libc-tls.c
index 11734088f3..b1b324070b 100644
--- a/sysdeps/csky/libc-tls.c
+++ b/sysdeps/csky/libc-tls.c
@@ -1,5 +1,5 @@
 /* Thread-local storage handling in the ELF dynamic linker.  C-SKY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/machine-gmon.h b/sysdeps/csky/machine-gmon.h
index f605fe9bb8..585349e37a 100644
--- a/sysdeps/csky/machine-gmon.h
+++ b/sysdeps/csky/machine-gmon.h
@@ -1,5 +1,5 @@
 /* Machine-dependent definitions for profiling support.  C-SKY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/memusage.h b/sysdeps/csky/memusage.h
index de6faac78c..392682e12b 100644
--- a/sysdeps/csky/memusage.h
+++ b/sysdeps/csky/memusage.h
@@ -1,5 +1,5 @@
 /* Machine-specific definitions for memory usage profiling, C-SKY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/nptl/Makefile b/sysdeps/csky/nptl/Makefile
index 725dae0d5c..a16a8b63ca 100644
--- a/sysdeps/csky/nptl/Makefile
+++ b/sysdeps/csky/nptl/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/nptl/pthreaddef.h b/sysdeps/csky/nptl/pthreaddef.h
index f4b0b4c847..e78bc0016b 100644
--- a/sysdeps/csky/nptl/pthreaddef.h
+++ b/sysdeps/csky/nptl/pthreaddef.h
@@ -1,5 +1,5 @@
 /* pthread machine parameter definitions.  C-SKY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/nptl/tls.h b/sysdeps/csky/nptl/tls.h
index f308773d40..7a234041ed 100644
--- a/sysdeps/csky/nptl/tls.h
+++ b/sysdeps/csky/nptl/tls.h
@@ -1,5 +1,5 @@
 /* Definitions for thread-local data handling.  NPTL/C-SKY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/sotruss-lib.c b/sysdeps/csky/sotruss-lib.c
index c11505c108..47e9dcf9ff 100644
--- a/sysdeps/csky/sotruss-lib.c
+++ b/sysdeps/csky/sotruss-lib.c
@@ -1,5 +1,5 @@
 /* Override generic sotruss-lib.c to define actual functions for C-SKY.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/stackinfo.h b/sysdeps/csky/stackinfo.h
index 64a25739e9..e1472ecf7a 100644
--- a/sysdeps/csky/stackinfo.h
+++ b/sysdeps/csky/stackinfo.h
@@ -1,5 +1,5 @@
 /* Stack environment definitions.  C-SKY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/sysdep.h b/sysdeps/csky/sysdep.h
index cff0ead958..fbd09aa088 100644
--- a/sysdeps/csky/sysdep.h
+++ b/sysdeps/csky/sysdep.h
@@ -1,5 +1,5 @@
 /* Assembler macros for C-SKY.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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
diff --git a/sysdeps/csky/tst-audit.h b/sysdeps/csky/tst-audit.h
index dfcf6ce542..9323c50eb6 100644
--- a/sysdeps/csky/tst-audit.h
+++ b/sysdeps/csky/tst-audit.h
@@ -1,5 +1,5 @@
 /* Definitions for testing PLT entry/exit auditing.  C-SKY version.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 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