testcurl/https: updated copyright year in modified files, fixed some doxy

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-10-10 13:45:36 +03:00
parent 95e6662960
commit c930fe1ae3
15 changed files with 33 additions and 12 deletions
+2
View File
@@ -1,6 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2013 Christian Grothoff
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
@@ -22,6 +23,7 @@
* @file test_empty_response.c
* @brief Testcase for libmicrohttpd HTTPS GET operations with empty reply
* @author Christian Grothoff
* @author Karlson2k (Evgeny Grin)
*/
#include "platform.h"
#include "microhttpd.h"
+2
View File
@@ -1,6 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2007 Christian Grothoff
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
@@ -22,6 +23,7 @@
* @file test_https_get.c
* @brief Testcase for libmicrohttpd HTTPS GET operations
* @author Sagie Amir
* @author Karlson2k (Evgeny Grin)
*/
#include "platform.h"
+1 -1
View File
@@ -1,7 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2007-2021 Christian Grothoff
Copyright (C) 2016-2021 Evgeny Grin
Copyright (C) 2016-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
+4 -1
View File
@@ -1,6 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2007 Christian Grothoff
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
@@ -20,9 +21,11 @@
/**
* @file test_https_get_parallel.c
* @brief Testcase for libmicrohttpd HTTPS GET operations
* @brief Testcase for libmicrohttpd HTTPS GET operations with single-threaded
* MHD daemon and several clients working in parallel
* @author Sagie Amir
* @author Christian Grothoff
* @author Karlson2k (Evgeny Grin)
*/
#include "platform.h"
@@ -1,6 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2007 Christian Grothoff
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
@@ -19,10 +20,12 @@
*/
/**
* @file tls_thread_mode_test.c
* @brief Testcase for libmicrohttpd HTTPS GET operations
* @file test_https_get_parallel_threads.c
* @brief Testcase for libmicrohttpd HTTPS GET operations with multi-threaded
* MHD daemon and several clients working in parallel
* @author Sagie Amir
* @author Christian Grothoff
* @author Karlson2k (Evgeny Grin)
*
* TODO: add test for external select!
*/
+3 -1
View File
@@ -1,6 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2007 Christian Grothoff
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
@@ -20,8 +21,9 @@
/**
* @file test_https_get_select.c
* @brief Testcase for libmicrohttpd HTTPS GET operations
* @brief Testcase for libmicrohttpd HTTPS GET operations using external select
* @author Sagie Amir
* @author Karlson2k (Evgeny Grin)
*/
#include "platform.h"
+3 -1
View File
@@ -1,6 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2007 Christian Grothoff
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
@@ -19,9 +20,10 @@
*/
/**
* @file mhds_multi_daemon_test.c
* @file test_https_multi_daemon.c
* @brief Testcase for libmicrohttpd multiple HTTPS daemon scenario
* @author Sagie Amir
* @author Karlson2k (Evgeny Grin)
*/
#include "platform.h"
+1 -1
View File
@@ -20,7 +20,7 @@
*/
/**
* @file mhds_session_info_test.c
* @file test_https_session_info.c
* @brief Testcase for libmicrohttpd HTTPS connection querying operations
* @author Sagie Amir
* @author Karlson2k (Evgeny Grin)
+2
View File
@@ -1,6 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2013, 2016 Christian Grothoff
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
@@ -22,6 +23,7 @@
* @file test_https_sni.c
* @brief Testcase for libmicrohttpd HTTPS with SNI operations
* @author Christian Grothoff
* @author Karlson2k (Evgeny Grin)
*/
#include "platform.h"
#include "microhttpd.h"
+2 -2
View File
@@ -1,7 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2007 Christian Grothoff
Copyright (C) 2014-2021 Karlson2k (Evgeny Grin)
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
@@ -21,7 +21,7 @@
/**
* @file test_https_time_out.c
* @brief: daemon TLS alert response test-case
* @brief: daemon TLS timeout test
*
* @author Sagie Amir
* @author Karlson2k (Evgeny Grin)
+4 -2
View File
@@ -1,6 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2007 Christian Grothoff
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
@@ -19,9 +20,10 @@
*/
/**
* @file tls_authentication_test.c
* @brief Testcase for libmicrohttpd HTTPS GET operations
* @file test_tls_authentication.c
* @brief Testcase for libmicrohttpd HTTPS GET operations with CA-signed TLS server certificate
* @author Sagie Amir
* @author Karlson2k (Evgeny Grin)
*/
#include "platform.h"
+1 -1
View File
@@ -1,7 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2007, 2016 Christian Grothoff
Copyright (C) 2016-2022 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
+1
View File
@@ -1,6 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2007 Christian Grothoff
Copyright (C) 2017-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
+1
View File
@@ -1,6 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2007 Christian Grothoff
Copyright (C) 2017-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
+1
View File
@@ -1,6 +1,7 @@
/*
This file is part of libmicrohttpd
Copyright (C) 2006, 2007, 2008 Christian Grothoff (and other contributing authors)
Copyright (C) 2021-2022 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