]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: correct © dates for hardware optimized crc routines
authorPádraig Brady <P@draigBrady.com>
Sat, 21 Dec 2024 12:17:06 +0000 (12:17 +0000)
committerPádraig Brady <P@draigBrady.com>
Sat, 21 Dec 2024 12:20:03 +0000 (12:20 +0000)
* 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
src/cksum_avx512.c
src/cksum_pclmul.c
src/cksum_vmull.c

index 252e01d6c8fc1c2ce50e62647ddeb00bd16a7597..0c891586603924a895698c32b7952137b311fae3 100644 (file)
@@ -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
index 5f8ff2375b4330fc636ddff8b0ffb1f46fa4f08d..60c1dd6db8ee62fb706388cfcdc76220de39e4c8 100644 (file)
@@ -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
index f88f6cc01693d7c25abb57d2bc8420f5d8495163..0d21e85c699c57a77021728971f6f540086d97f3 100644 (file)
@@ -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
index c6f0675842b3bf2bcff4fbb73720b73e0a93ddd3..305f737b9b068c344ed0d1854717b9519875e6ba 100644 (file)
@@ -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