From: Pádraig Brady Date: Sat, 21 Dec 2024 12:17:06 +0000 (+0000) Subject: maint: correct © dates for hardware optimized crc routines X-Git-Tag: v9.6~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c11d52f19a7832b6b8826bb385ce218de857c1ee;p=thirdparty%2Fcoreutils.git maint: correct © dates for hardware optimized crc routines * src/cksum_pclmul.c: 2021-2024. * src/cksum_avx2.c: 2024. * src/cksum_avx512.c: 2024. * src/cksum_vmull.c: 2024. --- diff --git a/src/cksum_avx2.c b/src/cksum_avx2.c index 252e01d6c8..0c89158660 100644 --- a/src/cksum_avx2.c +++ b/src/cksum_avx2.c @@ -1,5 +1,5 @@ /* cksum -- calculate and print POSIX checksums and sizes of files - Copyright (C) 1992-2024 Free Software Foundation, Inc. + Copyright (C) 2024 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/cksum_avx512.c b/src/cksum_avx512.c index 5f8ff2375b..60c1dd6db8 100644 --- a/src/cksum_avx512.c +++ b/src/cksum_avx512.c @@ -1,5 +1,5 @@ /* cksum -- calculate and print POSIX checksums and sizes of files - Copyright (C) 1992-2024 Free Software Foundation, Inc. + Copyright (C) 2024 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/cksum_pclmul.c b/src/cksum_pclmul.c index f88f6cc016..0d21e85c69 100644 --- a/src/cksum_pclmul.c +++ b/src/cksum_pclmul.c @@ -1,5 +1,5 @@ /* cksum -- calculate and print POSIX checksums and sizes of files - Copyright (C) 1992-2024 Free Software Foundation, Inc. + Copyright (C) 2021-2024 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/cksum_vmull.c b/src/cksum_vmull.c index c6f0675842..305f737b9b 100644 --- a/src/cksum_vmull.c +++ b/src/cksum_vmull.c @@ -1,5 +1,5 @@ /* cksum -- calculate and print POSIX checksums and sizes of files - Copyright (C) 1992-2024 Free Software Foundation, Inc. + Copyright (C) 2024 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by