libmicrohttpd

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

commit 30ef790c1ab073d4b341100a59084c0786850d95
parent 96ff40d7ea22d9ad72469a8c156095aa2d67326b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sat,  1 Oct 2022 17:36:51 +0300

testcurl: updated copyright year in updated files

Diffstat:
Msrc/testcurl/perf_get.c | 2+-
Msrc/testcurl/perf_get_concurrent.c | 2+-
Msrc/testcurl/test_add_conn.c | 2+-
Msrc/testcurl/test_callback.c | 2+-
Msrc/testcurl/test_concurrent_stop.c | 2+-
Msrc/testcurl/test_delete.c | 2+-
Msrc/testcurl/test_digestauth_sha256.c | 2+-
Msrc/testcurl/test_digestauth_with_arguments.c | 2+-
Msrc/testcurl/test_get.c | 2+-
Msrc/testcurl/test_get_chunked.c | 2+-
Msrc/testcurl/test_get_close_keep_alive.c | 2+-
Msrc/testcurl/test_get_empty.c | 2+-
Msrc/testcurl/test_get_iovec.c | 2+-
Msrc/testcurl/test_get_response_cleanup.c | 2+-
Msrc/testcurl/test_get_sendfile.c | 2+-
Msrc/testcurl/test_get_wait.c | 2+-
Msrc/testcurl/test_iplimit.c | 2+-
Msrc/testcurl/test_large_put.c | 2+-
Msrc/testcurl/test_long_header.c | 2+-
Msrc/testcurl/test_parse_cookies.c | 2+-
Msrc/testcurl/test_patch.c | 2+-
Msrc/testcurl/test_post.c | 2+-
Msrc/testcurl/test_post_loop.c | 2+-
Msrc/testcurl/test_postform.c | 2+-
Msrc/testcurl/test_process_arguments.c | 2+-
Msrc/testcurl/test_process_headers.c | 2+-
Msrc/testcurl/test_put.c | 2+-
Msrc/testcurl/test_put_chunked.c | 2+-
Msrc/testcurl/test_quiesce_stream.c | 2+-
Msrc/testcurl/test_termination.c | 2+-
Msrc/testcurl/test_timeout.c | 2+-
Msrc/testcurl/test_toolarge.c | 2+-
Msrc/testcurl/test_tricky.c | 2+-
Msrc/testcurl/test_urlparse.c | 2+-
34 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/src/testcurl/perf_get.c b/src/testcurl/perf_get.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007, 2009, 2011 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/perf_get_concurrent.c b/src/testcurl/perf_get_concurrent.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007, 2009, 2011 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_add_conn.c b/src/testcurl/test_add_conn.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007, 2009, 2011 Christian Grothoff - Copyright (C) 2014-2020 Evgeny Grin (Karlson2k) - large rework, + Copyright (C) 2014-2022 Evgeny Grin (Karlson2k) - large rework, multithreading. libmicrohttpd is free software; you can redistribute it and/or modify diff --git a/src/testcurl/test_callback.c b/src/testcurl/test_callback.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007, 2009, 2011 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_concurrent_stop.c b/src/testcurl/test_concurrent_stop.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007, 2009, 2011, 2015, 2016 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_delete.c b/src/testcurl/test_delete.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007, 2016 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_digestauth_sha256.c b/src/testcurl/test_digestauth_sha256.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2010, 2018 Christian Grothoff - Copyright (C) 2019-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2019-2022 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/testcurl/test_digestauth_with_arguments.c b/src/testcurl/test_digestauth_with_arguments.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2010, 2012 Christian Grothoff - Copyright (C) 2016-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2016-2022 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/testcurl/test_get.c b/src/testcurl/test_get.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007, 2009, 2011 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_get_chunked.c b/src/testcurl/test_get_chunked.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_get_close_keep_alive.c b/src/testcurl/test_get_close_keep_alive.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 Evgeny Grin (Karlson2k) Copyright (C) 2007, 2009, 2011 Christian Grothoff libmicrohttpd is free software; you can redistribute it and/or modify diff --git a/src/testcurl/test_get_empty.c b/src/testcurl/test_get_empty.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007, 2009, 2011, 2019 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_get_iovec.c b/src/testcurl/test_get_iovec.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007-2021 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin + Copyright (C) 2014-2022 Evgeny Grin 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/testcurl/test_get_response_cleanup.c b/src/testcurl/test_get_response_cleanup.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007, 2009 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_get_sendfile.c b/src/testcurl/test_get_sendfile.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007, 2009 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_get_wait.c b/src/testcurl/test_get_wait.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007, 2009, 2011 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_iplimit.c b/src/testcurl/test_iplimit.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_large_put.c b/src/testcurl/test_large_put.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007, 2008 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_long_header.c b/src/testcurl/test_long_header.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff - Copyright (C) 2016-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2016-2022 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/testcurl/test_parse_cookies.c b/src/testcurl/test_parse_cookies.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_patch.c b/src/testcurl/test_patch.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2020 Christian Grothoff - Copyright (C) 2016-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2016-2022 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/testcurl/test_post.c b/src/testcurl/test_post.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_post_loop.c b/src/testcurl/test_post_loop.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_postform.c b/src/testcurl/test_postform.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_process_arguments.c b/src/testcurl/test_process_arguments.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007, 2013 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_process_headers.c b/src/testcurl/test_process_headers.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_put.c b/src/testcurl/test_put.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_put_chunked.c b/src/testcurl/test_put_chunked.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_quiesce_stream.c b/src/testcurl/test_quiesce_stream.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2016 Christian Grothoff - Copyright (C) 2016-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2016-2022 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/testcurl/test_termination.c b/src/testcurl/test_termination.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2009 Christian Grothoff - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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/testcurl/test_timeout.c b/src/testcurl/test_timeout.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff - Copyright (C) 2016-2019 Evgeny Grin (Karlson2k) + Copyright (C) 2016-2022 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/testcurl/test_toolarge.c b/src/testcurl/test_toolarge.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 Evgeny Grin (Karlson2k) Copyright (C) 2007, 2009, 2011 Christian Grothoff libmicrohttpd is free software; you can redistribute it and/or modify diff --git a/src/testcurl/test_tricky.c b/src/testcurl/test_tricky.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - Copyright (C) 2014-2021 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 Evgeny Grin (Karlson2k) Copyright (C) 2007, 2009, 2011 Christian Grothoff libmicrohttpd is free software; you can redistribute it and/or modify diff --git a/src/testcurl/test_urlparse.c b/src/testcurl/test_urlparse.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007, 2009, 2011 Christian Grothoff - Copyright (C) 2014-2019 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 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