libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 8df85c22f894cb339f64283029999be6587f0156
parent 3e1c67a79213c685310b252c739ff43eb0481f0e
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Fri, 30 Jul 2021 10:54:31 +0300

Updated some copyrights

Diffstat:
Msrc/include/microhttpd.h | 1+
Msrc/microhttpd/connection.c | 1+
Msrc/microhttpd/daemon.c | 1+
Msrc/microhttpd/memorypool.c | 2+-
Msrc/microhttpd/response.c | 1+
5 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -1,6 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2006--2020 Christian Grothoff (and other contributing authors) + Copyright (C) 2015-2021 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 @@ -1,6 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007-2020 Daniel Pittman and Christian Grothoff + Copyright (C) 2015-2021 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/daemon.c b/src/microhttpd/daemon.c @@ -1,6 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007-2018 Daniel Pittman and Christian Grothoff + Copyright (C) 2015-2021 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.c b/src/microhttpd/memorypool.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - Copyright (C) 2007--2019 Daniel Pittman, Christian Grothoff and + Copyright (C) 2007--2021 Daniel Pittman, Christian Grothoff, and Karlson2k (Evgeny Grin) This library is free software; you can redistribute it and/or diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c @@ -1,6 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007-2021 Daniel Pittman and Christian Grothoff + Copyright (C) 2015-2021 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