From: Niels Möller Date: Sun, 22 Jun 2025 18:54:10 +0000 (+0200) Subject: Consistently use 2025 as copyright year for hmac refactoring. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d57cab19514a827d00fd4cb0b6f257ac8b235113;p=thirdparty%2Fnettle.git Consistently use 2025 as copyright year for hmac refactoring. --- diff --git a/hmac-gosthash94.c b/hmac-gosthash94.c index 63f60541..3d4c3dc9 100644 --- a/hmac-gosthash94.c +++ b/hmac-gosthash94.c @@ -3,7 +3,7 @@ HMAC-GOSTHASH94 message authentication code. Copyright (C) 2016 Dmitry Eremin-Solenikov - Copyright (C) 2024 Niels Möller + Copyright (C) 2025 Niels Möller This file is part of GNU Nettle. diff --git a/hmac-internal.c b/hmac-internal.c index 691fc38f..2a3b2f29 100644 --- a/hmac-internal.c +++ b/hmac-internal.c @@ -1,6 +1,6 @@ /* hmac-internal.c - Copyright (C) 2024 Niels Möller + Copyright (C) 2025 Niels Möller This file is part of GNU Nettle. diff --git a/hmac-internal.h b/hmac-internal.h index 3dbb4f7f..31c5812e 100644 --- a/hmac-internal.h +++ b/hmac-internal.h @@ -1,6 +1,6 @@ /* hmac-internal.h - Copyright (C) 2024 Niels Möller + Copyright (C) 2025 Niels Möller This file is part of GNU Nettle. diff --git a/hmac-md5.c b/hmac-md5.c index 448fd83b..4b969624 100644 --- a/hmac-md5.c +++ b/hmac-md5.c @@ -2,7 +2,7 @@ HMAC-MD5 message authentication code. - Copyright (C) 2002, 2024 Niels Möller + Copyright (C) 2002, 2025 Niels Möller This file is part of GNU Nettle. diff --git a/hmac-ripemd160.c b/hmac-ripemd160.c index e65a1410..9b194e59 100644 --- a/hmac-ripemd160.c +++ b/hmac-ripemd160.c @@ -2,7 +2,7 @@ HMAC-RIPEMD160 message authentication code. - Copyright (C) 2011, 2024 Niels Möller + Copyright (C) 2011, 2025 Niels Möller This file is part of GNU Nettle. diff --git a/hmac-sha1.c b/hmac-sha1.c index ce890e05..007251b5 100644 --- a/hmac-sha1.c +++ b/hmac-sha1.c @@ -2,7 +2,7 @@ HMAC-SHA1 message authentication code. - Copyright (C) 2002, 2024 Niels Möller + Copyright (C) 2002, 2025 Niels Möller This file is part of GNU Nettle. diff --git a/hmac-sha224.c b/hmac-sha224.c index e98bab97..7ee18d3a 100644 --- a/hmac-sha224.c +++ b/hmac-sha224.c @@ -2,7 +2,7 @@ HMAC-SHA224 message authentication code. - Copyright (C) 2003, 2010 Niels Möller + Copyright (C) 2003, 2010, 2025 Niels Möller This file is part of GNU Nettle. diff --git a/hmac-sha256.c b/hmac-sha256.c index c67cae70..79285344 100644 --- a/hmac-sha256.c +++ b/hmac-sha256.c @@ -2,7 +2,7 @@ HMAC-SHA256 message authentication code. - Copyright (C) 2003, 2024 Niels Möller + Copyright (C) 2003, 2025 Niels Möller This file is part of GNU Nettle. diff --git a/hmac-sha384.c b/hmac-sha384.c index 96b77f85..7f0562f9 100644 --- a/hmac-sha384.c +++ b/hmac-sha384.c @@ -2,7 +2,7 @@ HMAC-SHA384 message authentication code. - Copyright (C) 2003, 2010, 2024 Niels Möller + Copyright (C) 2003, 2010, 2025 Niels Möller This file is part of GNU Nettle. diff --git a/hmac-sha512.c b/hmac-sha512.c index 1bc0c69b..039c8d0e 100644 --- a/hmac-sha512.c +++ b/hmac-sha512.c @@ -2,7 +2,7 @@ HMAC-SHA512 message authentication code. - Copyright (C) 2003, 2010, 2024 Niels Möller + Copyright (C) 2003, 2010, 2025 Niels Möller This file is part of GNU Nettle. diff --git a/hmac-sm3.c b/hmac-sm3.c index 49f22a04..72e74284 100644 --- a/hmac-sm3.c +++ b/hmac-sm3.c @@ -3,7 +3,7 @@ HMAC-SM3 message authentication code. Copyright (C) 2021 Tianjia Zhang - Copyright (C) 2024 Niels Möller + Copyright (C) 2025 Niels Möller This file is part of GNU Nettle. diff --git a/hmac-streebog.c b/hmac-streebog.c index 83b57140..b0b788f3 100644 --- a/hmac-streebog.c +++ b/hmac-streebog.c @@ -3,7 +3,7 @@ HMAC-Streebog message authentication code. Copyright (C) 2016 Dmitry Eremin-Solenikov - Copyright (C) 2024 Niels Möller + Copyright (C) 2025 Niels Möller This file is part of GNU Nettle. diff --git a/hmac.h b/hmac.h index e7ecc63d..c317b8cc 100644 --- a/hmac.h +++ b/hmac.h @@ -2,7 +2,7 @@ HMAC message authentication code (RFC-2104). - Copyright (C) 2001, 2002 Niels Möller + Copyright (C) 2001, 2002, 2025 Niels Möller This file is part of GNU Nettle.