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
+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"