From c11d52f19a7832b6b8826bb385ce218de857c1ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Sat, 21 Dec 2024 12:17:06 +0000 Subject: [PATCH] =?utf8?q?maint:=20correct=20=C2=A9=20dates=20for=20hardwa?= =?utf8?q?re=20optimized=20crc=20routines?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * src/cksum_pclmul.c: 2021-2024. * src/cksum_avx2.c: 2024. * src/cksum_avx512.c: 2024. * src/cksum_vmull.c: 2024. --- src/cksum_avx2.c | 2 +- src/cksum_avx512.c | 2 +- src/cksum_pclmul.c | 2 +- src/cksum_vmull.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cksum_avx2.c b/src/cksum_avx2.c index 252e01d6c..0c8915866 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 5f8ff2375..60c1dd6db 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 f88f6cc01..0d21e85c6 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 c6f067584..305f737b9 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 -- 2.11.4.GIT