diff options
Diffstat (limited to 'src/microhttpd/memorypool.h')
-rw-r--r-- | src/microhttpd/memorypool.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/microhttpd/memorypool.h b/src/microhttpd/memorypool.h index 36136af8..69b7e851 100644 --- a/src/microhttpd/memorypool.h +++ b/src/microhttpd/memorypool.h @@ -1,6 +1,7 @@ /* This file is part of libmicrohttpd - Copyright (C) 2007, 2009 Daniel Pittman and Christian Grothoff + Copyright (C) 2007--2019 Daniel Pittman, Christian Grothoff and + 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 @@ -23,6 +24,7 @@ * for each connection and bounding memory use for each * request * @author Christian Grothoff + * @author Karlson2k (Evgeny Grin) */ #ifndef MEMORYPOOL_H |