[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 02/02: Updated copyright years
From: |
gnunet |
Subject: |
[libmicrohttpd] 02/02: Updated copyright years |
Date: |
Wed, 31 Jan 2024 23:29:12 +0100 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit f9461e528c5fbe1aa92d342564327c97fde88592
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Jan 31 23:28:40 2024 +0100
Updated copyright years
---
configure.ac | 2 +-
src/microhttpd/basicauth.c | 2 +-
src/microhttpd/connection.c | 2 +-
src/microhttpd/connection.h | 1 +
src/microhttpd/connection_https.c | 2 +-
src/microhttpd/daemon.c | 6 +++---
src/microhttpd/digestauth.c | 2 +-
src/microhttpd/gen_auth.c | 2 +-
src/microhttpd/internal.c | 2 +-
src/microhttpd/internal.h | 3 ++-
src/microhttpd/md5.c | 2 +-
src/microhttpd/md5_ext.c | 2 +-
src/microhttpd/md5_ext.h | 2 +-
src/microhttpd/memorypool.c | 4 ++--
src/microhttpd/memorypool.h | 4 ++--
src/microhttpd/mhd_align.h | 2 +-
src/microhttpd/mhd_assert.h | 2 +-
src/microhttpd/mhd_bithelpers.h | 8 +++++---
src/microhttpd/mhd_byteorder.h | 2 +-
src/microhttpd/mhd_compat.h | 2 +-
src/microhttpd/mhd_itc.h | 2 +-
src/microhttpd/mhd_itc_types.h | 2 +-
src/microhttpd/mhd_limits.h | 2 +-
src/microhttpd/mhd_locks.h | 2 +-
src/microhttpd/mhd_mono_clock.c | 2 +-
src/microhttpd/mhd_mono_clock.h | 2 +-
src/microhttpd/mhd_send.c | 2 +-
src/microhttpd/mhd_send.h | 2 +-
src/microhttpd/mhd_sockets.c | 2 +-
src/microhttpd/mhd_sockets.h | 2 +-
src/microhttpd/mhd_str.c | 2 +-
src/microhttpd/mhd_str.h | 2 +-
src/microhttpd/mhd_threads.c | 2 +-
src/microhttpd/mhd_threads.h | 2 +-
src/microhttpd/postprocessor.c | 3 ++-
src/microhttpd/reason_phrase.c | 3 ++-
src/microhttpd/response.c | 2 +-
src/microhttpd/sha1.c | 2 +-
src/microhttpd/sha256.c | 2 +-
src/microhttpd/sha256_ext.c | 2 +-
src/microhttpd/sha512_256.c | 2 +-
src/microhttpd/sysfdsetsize.c | 2 +-
src/microhttpd/sysfdsetsize.h | 2 +-
src/microhttpd/test_auth_parse.c | 2 +-
src/microhttpd/test_client_put_stop.c | 2 +-
45 files changed, 56 insertions(+), 50 deletions(-)
diff --git a/configure.ac b/configure.ac
index 5c415eb9..57b14535 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# This file is part of libmicrohttpd.
# (C) 2006-2021 Christian Grothoff (and other contributing authors)
-# (C) 2014-2023 Evgeny Grin (Karlson2k)
+# (C) 2014-2024 Evgeny Grin (Karlson2k)
#
# libmicrohttpd is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published
diff --git a/src/microhttpd/basicauth.c b/src/microhttpd/basicauth.c
index 78ce2c8e..64bc79fe 100644
--- a/src/microhttpd/basicauth.c
+++ b/src/microhttpd/basicauth.c
@@ -1,7 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2010, 2011, 2012 Daniel Pittman and Christian Grothoff
- Copyright (C) 2014-2022 Evgeny Grin (Karlson2k)
+ Copyright (C) 2014-2023 Evgeny Grin (Karlson2k)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index d0a06061..2bb37f7f 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -1,7 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2007-2020 Daniel Pittman and Christian Grothoff
- Copyright (C) 2015-2023 Evgeny Grin (Karlson2k)
+ Copyright (C) 2015-2024 Evgeny Grin (Karlson2k)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/connection.h b/src/microhttpd/connection.h
index 67a251a8..090ed065 100644
--- a/src/microhttpd/connection.h
+++ b/src/microhttpd/connection.h
@@ -1,6 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2007 Daniel Pittman and Christian Grothoff
+ Copyright (C) 2015-2023 Evgeny Grin (Karlson2k)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/connection_https.c
b/src/microhttpd/connection_https.c
index 5421d5b2..cecb57f1 100644
--- a/src/microhttpd/connection_https.c
+++ b/src/microhttpd/connection_https.c
@@ -1,7 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2007, 2008, 2010 Daniel Pittman and Christian Grothoff
- Copyright (C) 2015-2021 Karlson2k (Evgeny Grin)
+ Copyright (C) 2015-2022 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 567ec933..3acca120 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1,7 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2007-2018 Daniel Pittman and Christian Grothoff
- Copyright (C) 2015-2023 Evgeny Grin (Karlson2k)
+ Copyright (C) 2015-2024 Evgeny Grin (Karlson2k)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -6607,10 +6607,10 @@ parse_options_va (struct MHD_Daemon *daemon,
#ifdef HTTPS_SUPPORT
const char *pstr;
#if GNUTLS_VERSION_MAJOR >= 3
- gnutls_certificate_retrieve_function2 *pgcrf;
+ gnutls_certificate_retrieve_function2 * pgcrf;
#endif
#if GNUTLS_VERSION_NUMBER >= 0x030603
- gnutls_certificate_retrieve_function3 *pgcrf2;
+ gnutls_certificate_retrieve_function3 * pgcrf2;
#endif
#endif /* HTTPS_SUPPORT */
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index 99e9872e..277f98b1 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -1,7 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2010, 2011, 2012, 2015, 2018 Daniel Pittman and Christian
Grothoff
- Copyright (C) 2014-2023 Evgeny Grin (Karlson2k)
+ Copyright (C) 2014-2024 Evgeny Grin (Karlson2k)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/gen_auth.c b/src/microhttpd/gen_auth.c
index 0a81b167..54775dd0 100644
--- a/src/microhttpd/gen_auth.c
+++ b/src/microhttpd/gen_auth.c
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2022 Evgeny Grin (Karlson2k)
+ Copyright (C) 2022-2023 Evgeny Grin (Karlson2k)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/internal.c b/src/microhttpd/internal.c
index d7d470e8..580c7d6f 100644
--- a/src/microhttpd/internal.c
+++ b/src/microhttpd/internal.c
@@ -1,7 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2007 Daniel Pittman and Christian Grothoff
- Copyright (C) 2015-2021 Evgeny Grin (Karlson2k)
+ Copyright (C) 2015-2023 Evgeny Grin (Karlson2k)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 6a2a22df..8948d397 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1,7 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2007-2018 Daniel Pittman and Christian Grothoff
- Copyright (C) 2014-2022 Evgeny Grin (Karlson2k)
+ Copyright (C) 2014-2023 Evgeny Grin (Karlson2k)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -2921,6 +2921,7 @@ MHD_get_master (struct MHD_Daemon *const daemon)
*/
void
MHD_upgraded_connection_mark_app_closed_ (struct MHD_Connection *connection);
+
#endif /* UPGRADE_SUPPORT */
diff --git a/src/microhttpd/md5.c b/src/microhttpd/md5.c
index 911fc364..ee183541 100644
--- a/src/microhttpd/md5.c
+++ b/src/microhttpd/md5.c
@@ -1,6 +1,6 @@
/*
This file is part of GNU libmicrohttpd
- Copyright (C) 2022 Evgeny Grin (Karlson2k)
+ Copyright (C) 2022-2023 Evgeny Grin (Karlson2k)
GNU libmicrohttpd is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/md5_ext.c b/src/microhttpd/md5_ext.c
index 02cc53c9..8ab69c17 100644
--- a/src/microhttpd/md5_ext.c
+++ b/src/microhttpd/md5_ext.c
@@ -1,6 +1,6 @@
/*
This file is part of GNU libmicrohttpd
- Copyright (C) 2022 Evgeny Grin (Karlson2k)
+ Copyright (C) 2022-2023 Evgeny Grin (Karlson2k)
GNU libmicrohttpd is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/md5_ext.h b/src/microhttpd/md5_ext.h
index 9d7c40c7..27ae1751 100644
--- a/src/microhttpd/md5_ext.h
+++ b/src/microhttpd/md5_ext.h
@@ -1,6 +1,6 @@
/*
This file is part of GNU libmicrohttpd
- Copyright (C) 2022 Evgeny Grin (Karlson2k)
+ Copyright (C) 2022-2024 Evgeny Grin (Karlson2k)
GNU libmicrohttpd is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/memorypool.c b/src/microhttpd/memorypool.c
index c4a9cd5b..810251eb 100644
--- a/src/microhttpd/memorypool.c
+++ b/src/microhttpd/memorypool.c
@@ -1,7 +1,7 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2007--2021 Daniel Pittman, Christian Grothoff, and
- Karlson2k (Evgeny Grin)
+ Copyright (C) 2007--2024 Daniel Pittman and Christian Grothoff
+ Copyright (C) 2014--2024 Evgeny Grin (Karlson2k)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/memorypool.h b/src/microhttpd/memorypool.h
index a9af78a9..b7b9e932 100644
--- a/src/microhttpd/memorypool.h
+++ b/src/microhttpd/memorypool.h
@@ -1,7 +1,7 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2007--2019 Daniel Pittman, Christian Grothoff and
- Karlson2k (Evgeny Grin)
+ Copyright (C) 2007--2024 Daniel Pittman and Christian Grothoff
+ Copyright (C) 2016--2024 Evgeny Grin (Karlson2k)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/mhd_align.h b/src/microhttpd/mhd_align.h
index 46fcb0b0..37052373 100644
--- a/src/microhttpd/mhd_align.h
+++ b/src/microhttpd/mhd_align.h
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2021 Karlson2k (Evgeny Grin)
+ Copyright (C) 2021-2022 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/mhd_assert.h b/src/microhttpd/mhd_assert.h
index b24ce93d..64b290bf 100644
--- a/src/microhttpd/mhd_assert.h
+++ b/src/microhttpd/mhd_assert.h
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2017-2021 Karlson2k (Evgeny Grin)
+ Copyright (C) 2017-2022 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/mhd_bithelpers.h b/src/microhttpd/mhd_bithelpers.h
index 8c2e7eca..9b72226e 100644
--- a/src/microhttpd/mhd_bithelpers.h
+++ b/src/microhttpd/mhd_bithelpers.h
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2019-2021 Karlson2k (Evgeny Grin)
+ Copyright (C) 2019-2023 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -58,7 +58,8 @@ MHD_DATA_TRUNCATION_RUNTIME_CHECK_DISABLE_
#endif /* ! __clang__ */
#define _MHD_BYTES_SWAP32(value32) \
((uint32_t) _byteswap_ulong ((uint32_t) value32))
-#elif __has_builtin (__builtin_bswap32)
+#elif \
+ __has_builtin (__builtin_bswap32)
#define _MHD_BYTES_SWAP32(value32) \
((uint32_t) __builtin_bswap32 ((uint32_t) value32))
#else /* ! __has_builtin(__builtin_bswap32) */
@@ -80,7 +81,8 @@ MHD_DATA_TRUNCATION_RUNTIME_CHECK_DISABLE_
#endif /* ! __clang__ */
#define _MHD_BYTES_SWAP64(value64) \
((uint64_t) _byteswap_uint64 ((uint64_t) value64))
-#elif __has_builtin (__builtin_bswap64)
+#elif \
+ __has_builtin (__builtin_bswap64)
#define _MHD_BYTES_SWAP64(value64) \
((uint64_t) __builtin_bswap64 ((uint64_t) value64))
#else /* ! __has_builtin(__builtin_bswap64) */
diff --git a/src/microhttpd/mhd_byteorder.h b/src/microhttpd/mhd_byteorder.h
index 4ef095de..ffde12af 100644
--- a/src/microhttpd/mhd_byteorder.h
+++ b/src/microhttpd/mhd_byteorder.h
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2015 Karlson2k (Evgeny Grin)
+ Copyright (C) 2015-2022 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/mhd_compat.h b/src/microhttpd/mhd_compat.h
index 37b9744d..36c1e64b 100644
--- a/src/microhttpd/mhd_compat.h
+++ b/src/microhttpd/mhd_compat.h
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2014-2016 Karlson2k (Evgeny Grin)
+ Copyright (C) 2014-2021 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/mhd_itc.h b/src/microhttpd/mhd_itc.h
index 55f82664..9d609d5d 100644
--- a/src/microhttpd/mhd_itc.h
+++ b/src/microhttpd/mhd_itc.h
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2016 Karlson2k (Evgeny Grin)
+ Copyright (C) 2016-2023 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/mhd_itc_types.h b/src/microhttpd/mhd_itc_types.h
index 04d30239..60e7e260 100644
--- a/src/microhttpd/mhd_itc_types.h
+++ b/src/microhttpd/mhd_itc_types.h
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2016 Karlson2k (Evgeny Grin), Christian Grothoff
+ Copyright (C) 2016-2020 Karlson2k (Evgeny Grin), Christian Grothoff
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/mhd_limits.h b/src/microhttpd/mhd_limits.h
index b61da5f4..84551a4a 100644
--- a/src/microhttpd/mhd_limits.h
+++ b/src/microhttpd/mhd_limits.h
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2015 Karlson2k (Evgeny Grin)
+ Copyright (C) 2015-2022 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/mhd_locks.h b/src/microhttpd/mhd_locks.h
index ad9fa20e..2e86490c 100644
--- a/src/microhttpd/mhd_locks.h
+++ b/src/microhttpd/mhd_locks.h
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2016 Karlson2k (Evgeny Grin)
+ Copyright (C) 2016-2022 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/mhd_mono_clock.c b/src/microhttpd/mhd_mono_clock.c
index e6f8267c..117c5c13 100644
--- a/src/microhttpd/mhd_mono_clock.c
+++ b/src/microhttpd/mhd_mono_clock.c
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2015 Karlson2k (Evgeny Grin)
+ Copyright (C) 2015-2022 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/mhd_mono_clock.h b/src/microhttpd/mhd_mono_clock.h
index f7a3d4a8..9ac58d79 100644
--- a/src/microhttpd/mhd_mono_clock.h
+++ b/src/microhttpd/mhd_mono_clock.h
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2015 Karlson2k (Evgeny Grin)
+ Copyright (C) 2015-2021 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index eea1c2d5..db9e30fd 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2017,2020 Karlson2k (Evgeny Grin), Full re-write of buffering
and
+ Copyright (C) 2017-2023 Karlson2k (Evgeny Grin), Full re-write of buffering
and
pushing, many bugs fixes, optimisations, sendfile()
porting
Copyright (C) 2019 ng0 <ng0@n0.is>, Initial version of send() wrappers
diff --git a/src/microhttpd/mhd_send.h b/src/microhttpd/mhd_send.h
index 1b2ad6a3..c7a078ad 100644
--- a/src/microhttpd/mhd_send.h
+++ b/src/microhttpd/mhd_send.h
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2017, 2020 Karlson2k (Evgeny Grin)
+ Copyright (C) 2017-2021 Karlson2k (Evgeny Grin)
Copyright (C) 2019 ng0
This library is free software; you can redistribute it and/or
diff --git a/src/microhttpd/mhd_sockets.c b/src/microhttpd/mhd_sockets.c
index f6da7452..31c2885e 100644
--- a/src/microhttpd/mhd_sockets.c
+++ b/src/microhttpd/mhd_sockets.c
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2014-2016 Karlson2k (Evgeny Grin)
+ Copyright (C) 2014-2024 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/mhd_sockets.h b/src/microhttpd/mhd_sockets.h
index 02e3ebec..0626712f 100644
--- a/src/microhttpd/mhd_sockets.h
+++ b/src/microhttpd/mhd_sockets.h
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2014-2016 Karlson2k (Evgeny Grin)
+ Copyright (C) 2014-2023 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/mhd_str.c b/src/microhttpd/mhd_str.c
index 29c8f3f9..88933258 100644
--- a/src/microhttpd/mhd_str.c
+++ b/src/microhttpd/mhd_str.c
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2015-2023 Karlson2k (Evgeny Grin)
+ Copyright (C) 2015-2024 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h
index f7a4f79f..08872036 100644
--- a/src/microhttpd/mhd_str.h
+++ b/src/microhttpd/mhd_str.h
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2015-2022 Karlson2k (Evgeny Grin)
+ Copyright (C) 2015-2023 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/mhd_threads.c b/src/microhttpd/mhd_threads.c
index 057bf376..189704c0 100644
--- a/src/microhttpd/mhd_threads.c
+++ b/src/microhttpd/mhd_threads.c
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2016 Karlson2k (Evgeny Grin)
+ Copyright (C) 2016-2023 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/mhd_threads.h b/src/microhttpd/mhd_threads.h
index 9d9b19dd..c0bf3f13 100644
--- a/src/microhttpd/mhd_threads.h
+++ b/src/microhttpd/mhd_threads.h
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2016 Karlson2k (Evgeny Grin)
+ Copyright (C) 2016-2023 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/postprocessor.c b/src/microhttpd/postprocessor.c
index c00605c7..5f258a6b 100644
--- a/src/microhttpd/postprocessor.c
+++ b/src/microhttpd/postprocessor.c
@@ -1,6 +1,7 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2007-2021 Daniel Pittman, Christian Grothoff, and Evgeny
Grin
+ Copyright (C) 2007-2021 Daniel Pittman and Christian Grothoff
+ Copyright (C) 2014-2022 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/reason_phrase.c b/src/microhttpd/reason_phrase.c
index 669c1015..4b95a4e9 100644
--- a/src/microhttpd/reason_phrase.c
+++ b/src/microhttpd/reason_phrase.c
@@ -1,6 +1,7 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2007, 2011, 2017, 2019 Christian Grothoff, Karlson2k
(Evgeny Grin)
+ Copyright (C) 2007, 2011, 2017, 2019 Christian Grothoff
+ Copyright (C) 2017-2023 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index fb9352dc..ed1326ab 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -1,7 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2007-2021 Daniel Pittman and Christian Grothoff
- Copyright (C) 2015-2022 Evgeny Grin (Karlson2k)
+ Copyright (C) 2015-2023 Evgeny Grin (Karlson2k)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/sha1.c b/src/microhttpd/sha1.c
index be9f73ab..4d20a860 100644
--- a/src/microhttpd/sha1.c
+++ b/src/microhttpd/sha1.c
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2019-2021 Karlson2k (Evgeny Grin)
+ Copyright (C) 2019-2022 Karlson2k (Evgeny Grin)
libmicrohttpd is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/sha256.c b/src/microhttpd/sha256.c
index 917bb22b..073fa546 100644
--- a/src/microhttpd/sha256.c
+++ b/src/microhttpd/sha256.c
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2019-2022 Evgeny Grin (Karlson2k)
+ Copyright (C) 2019-2023 Evgeny Grin (Karlson2k)
libmicrohttpd is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/sha256_ext.c b/src/microhttpd/sha256_ext.c
index bcbe53a3..19543f98 100644
--- a/src/microhttpd/sha256_ext.c
+++ b/src/microhttpd/sha256_ext.c
@@ -1,6 +1,6 @@
/*
This file is part of GNU libmicrohttpd
- Copyright (C) 2022 Evgeny Grin (Karlson2k)
+ Copyright (C) 2022-2023 Evgeny Grin (Karlson2k)
GNU libmicrohttpd is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/sha512_256.c b/src/microhttpd/sha512_256.c
index 1e00e5d9..1eb6c061 100644
--- a/src/microhttpd/sha512_256.c
+++ b/src/microhttpd/sha512_256.c
@@ -1,6 +1,6 @@
/*
This file is part of GNU libmicrohttpd
- Copyright (C) 2022 Evgeny Grin (Karlson2k)
+ Copyright (C) 2022-2023 Evgeny Grin (Karlson2k)
GNU libmicrohttpd is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/sysfdsetsize.c b/src/microhttpd/sysfdsetsize.c
index 2ca634e8..1f0ba66e 100644
--- a/src/microhttpd/sysfdsetsize.c
+++ b/src/microhttpd/sysfdsetsize.c
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2015 Karlson2k (Evgeny Grin)
+ Copyright (C) 2015-2023 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/sysfdsetsize.h b/src/microhttpd/sysfdsetsize.h
index ff77e726..644e0709 100644
--- a/src/microhttpd/sysfdsetsize.h
+++ b/src/microhttpd/sysfdsetsize.h
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2015 Karlson2k (Evgeny Grin)
+ Copyright (C) 2015-2023 Karlson2k (Evgeny Grin)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/test_auth_parse.c b/src/microhttpd/test_auth_parse.c
index 27fc84a0..5c40e024 100644
--- a/src/microhttpd/test_auth_parse.c
+++ b/src/microhttpd/test_auth_parse.c
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2022 Karlson2k (Evgeny Grin)
+ Copyright (C) 2022-2023 Karlson2k (Evgeny Grin)
This test tool is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
diff --git a/src/microhttpd/test_client_put_stop.c
b/src/microhttpd/test_client_put_stop.c
index 3a6c1865..97f72f1e 100644
--- a/src/microhttpd/test_client_put_stop.c
+++ b/src/microhttpd/test_client_put_stop.c
@@ -1,6 +1,6 @@
/*
This file is part of libmicrohttpd
- Copyright (C) 2021 Evgeny Grin (Karlson2k)
+ Copyright (C) 2021-2024 Evgeny Grin (Karlson2k)
libmicrohttpd is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.