diff options
author | Joseph Myers <joseph@codesourcery.com> | 2023-01-06 21:08:04 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2023-01-06 21:14:39 +0000 |
commit | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f (patch) | |
tree | c438ee7cd04a7ccd4cafe2449ac5173bcd17718b /sysdeps/powerpc/powerpc64/fpu | |
parent | 728ada505aca44f768675b3aa1ab34bae96a2656 (diff) | |
download | glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar.gz glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar.xz glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.zip |
Update copyright dates with scripts/update-copyrights
Diffstat (limited to 'sysdeps/powerpc/powerpc64/fpu')
-rw-r--r-- | sysdeps/powerpc/powerpc64/fpu/s_llrint.c | 2 | ||||
-rw-r--r-- | sysdeps/powerpc/powerpc64/fpu/s_llround.c | 2 | ||||
-rw-r--r-- | sysdeps/powerpc/powerpc64/fpu/s_llroundf.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/powerpc/powerpc64/fpu/s_llrint.c b/sysdeps/powerpc/powerpc64/fpu/s_llrint.c index 27267afea5..7ab1c52b59 100644 --- a/sysdeps/powerpc/powerpc64/fpu/s_llrint.c +++ b/sysdeps/powerpc/powerpc64/fpu/s_llrint.c @@ -1,5 +1,5 @@ /* Round to nearest integer. PowerPC64 version. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 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/powerpc/powerpc64/fpu/s_llround.c b/sysdeps/powerpc/powerpc64/fpu/s_llround.c index cb4b1b7a45..8a1cbc30ba 100644 --- a/sysdeps/powerpc/powerpc64/fpu/s_llround.c +++ b/sysdeps/powerpc/powerpc64/fpu/s_llround.c @@ -1,5 +1,5 @@ /* Round to nearest integer. PowerPC64 version. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 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/powerpc/powerpc64/fpu/s_llroundf.c b/sysdeps/powerpc/powerpc64/fpu/s_llroundf.c index 574f8356e1..ff545154ed 100644 --- a/sysdeps/powerpc/powerpc64/fpu/s_llroundf.c +++ b/sysdeps/powerpc/powerpc64/fpu/s_llroundf.c @@ -1,5 +1,5 @@ /* Round to nearest integer. PowerPC64 version. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 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 |