libmicrohttpd

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

commit 10cf14317ca1edf694319794cc39ca6e45b64169
parent 7f0a04de96ac133f16458830dcab6ad0a1223db3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  7 Feb 2015 23:12:45 +0000

-bringing copyright tags up to FSF standard

Diffstat:
Msrc/examples/authorization_example.c | 2+-
Msrc/examples/benchmark.c | 2+-
Msrc/examples/benchmark_https.c | 2+-
Msrc/examples/chunked_example.c | 2+-
Msrc/examples/demo.c | 2+-
Msrc/examples/digest_auth_example.c | 2+-
Msrc/examples/dual_stack_example.c | 2+-
Msrc/examples/fileserver_example.c | 2+-
Msrc/examples/fileserver_example_dirs.c | 2+-
Msrc/examples/fileserver_example_external_select.c | 2+-
Msrc/examples/https_fileserver_example.c | 2+-
Msrc/examples/mhd2spdy.c | 2+-
Msrc/examples/mhd2spdy_http.c | 2+-
Msrc/examples/mhd2spdy_http.h | 2+-
Msrc/examples/mhd2spdy_spdy.h | 2+-
Msrc/examples/mhd2spdy_structures.c | 2+-
Msrc/examples/mhd2spdy_structures.h | 2+-
Msrc/examples/minimal_example.c | 2+-
Msrc/examples/minimal_example_comet.c | 2+-
Msrc/examples/post_example.c | 2+-
Msrc/examples/querystring_example.c | 2+-
Msrc/examples/refuse_post_example.c | 2+-
Msrc/examples/spdy_event_loop.c | 2+-
Msrc/examples/spdy_fileserver.c | 2+-
Msrc/examples/spdy_response_with_callback.c | 2+-
Msrc/include/autoinit_funcs.h | 2+-
Msrc/include/microhttpd.h | 2+-
Msrc/include/microspdy.h | 2+-
Msrc/include/platform.h | 2+-
Msrc/include/platform_interface.h | 2+-
Msrc/include/w32functions.h | 2+-
Msrc/microhttpd/basicauth.c | 2+-
Msrc/microhttpd/connection.c | 2+-
Msrc/microhttpd/connection.h | 2+-
Msrc/microhttpd/connection_https.c | 2+-
Msrc/microhttpd/connection_https.h | 2+-
Msrc/microhttpd/daemon.c | 2+-
Msrc/microhttpd/digestauth.c | 2+-
Msrc/microhttpd/internal.c | 2+-
Msrc/microhttpd/internal.h | 2+-
Msrc/microhttpd/memorypool.c | 2+-
Msrc/microhttpd/memorypool.h | 2+-
Msrc/microhttpd/postprocessor.c | 2+-
Msrc/microhttpd/reason_phrase.c | 2+-
Msrc/microhttpd/reason_phrase.h | 2+-
Msrc/microhttpd/response.c | 2+-
Msrc/microhttpd/response.h | 2+-
Msrc/microhttpd/test_daemon.c | 2+-
Msrc/microhttpd/test_postprocessor.c | 2+-
Msrc/microhttpd/test_postprocessor_large.c | 2+-
Msrc/microspdy/alstructures.c | 2+-
Msrc/microspdy/alstructures.h | 2+-
Msrc/microspdy/applicationlayer.c | 2+-
Msrc/microspdy/applicationlayer.h | 2+-
Msrc/microspdy/compression.c | 2+-
Msrc/microspdy/compression.h | 2+-
Msrc/microspdy/daemon.c | 2+-
Msrc/microspdy/daemon.h | 2+-
Msrc/microspdy/internal.c | 2+-
Msrc/microspdy/internal.h | 2+-
Msrc/microspdy/io.c | 2+-
Msrc/microspdy/io.h | 2+-
Msrc/microspdy/io_openssl.c | 2+-
Msrc/microspdy/io_openssl.h | 2+-
Msrc/microspdy/io_raw.c | 2+-
Msrc/microspdy/io_raw.h | 2+-
Msrc/microspdy/session.c | 2+-
Msrc/microspdy/session.h | 2+-
Msrc/microspdy/stream.c | 2+-
Msrc/microspdy/stream.h | 2+-
Msrc/microspdy/structures.c | 2+-
Msrc/microspdy/structures.h | 2+-
Msrc/platform/w32functions.c | 2+-
Msrc/spdy2http/proxy.c | 2+-
Msrc/testcurl/curl_version_check.c | 2+-
Msrc/testcurl/https/test_empty_response.c | 2+-
Msrc/testcurl/https/test_https_get.c | 2+-
Msrc/testcurl/https/test_https_get_parallel.c | 2+-
Msrc/testcurl/https/test_https_get_parallel_threads.c | 2+-
Msrc/testcurl/https/test_https_get_select.c | 2+-
Msrc/testcurl/https/test_https_multi_daemon.c | 2+-
Msrc/testcurl/https/test_https_session_info.c | 2+-
Msrc/testcurl/https/test_https_sni.c | 2+-
Msrc/testcurl/https/test_https_time_out.c | 2+-
Msrc/testcurl/https/test_tls_authentication.c | 2+-
Msrc/testcurl/https/test_tls_extensions.c | 2+-
Msrc/testcurl/https/test_tls_options.c | 2+-
Msrc/testcurl/https/tls_test_common.c | 2+-
Msrc/testcurl/https/tls_test_common.h | 2+-
Msrc/testcurl/https/tls_test_keys.h | 2+-
Msrc/testcurl/perf_get.c | 2+-
Msrc/testcurl/perf_get_concurrent.c | 2+-
Msrc/testcurl/test_callback.c | 2+-
Msrc/testcurl/test_digestauth.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_response_cleanup.c | 2+-
Msrc/testcurl/test_get_sendfile.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_options.c | 2+-
Msrc/testcurl/test_parse_cookies.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.c | 2+-
Msrc/testcurl/test_start_stop.c | 2+-
Msrc/testcurl/test_termination.c | 2+-
Msrc/testcurl/test_timeout.c | 2+-
Msrc/testcurl/test_urlparse.c | 2+-
Msrc/testspdy/common.c | 2+-
Msrc/testspdy/common.h | 2+-
Msrc/testspdy/test_daemon_start_stop.c | 2+-
Msrc/testspdy/test_daemon_start_stop_many.c | 2+-
Msrc/testspdy/test_misc.c | 2+-
Msrc/testspdy/test_new_connection.c | 2+-
Msrc/testspdy/test_notls.c | 2+-
Msrc/testspdy/test_proxies.c | 2+-
Msrc/testspdy/test_request_response.c | 2+-
Msrc/testspdy/test_request_response_with_callback.c | 2+-
Msrc/testspdy/test_requests_with_assets.c | 2+-
Msrc/testspdy/test_session_timeout.c | 2+-
Msrc/testspdy/test_struct_namevalue.c | 2+-
Msrc/testzzuf/socat.c | 2+-
Msrc/testzzuf/test_get.c | 2+-
Msrc/testzzuf/test_get_chunked.c | 2+-
Msrc/testzzuf/test_long_header.c | 2+-
Msrc/testzzuf/test_post.c | 2+-
Msrc/testzzuf/test_post_form.c | 2+-
Msrc/testzzuf/test_put.c | 2+-
Msrc/testzzuf/test_put_chunked.c | 2+-
Msrc/testzzuf/test_put_large.c | 2+-
138 files changed, 138 insertions(+), 138 deletions(-)

diff --git a/src/examples/authorization_example.c b/src/examples/authorization_example.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2008 Christian Grothoff (and other contributing authors) + Copyright (C) 2008 Christian Grothoff (and other contributing authors) 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/examples/benchmark.c b/src/examples/benchmark.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2013 Christian Grothoff (and other contributing authors) + Copyright (C) 2007, 2013 Christian Grothoff (and other contributing authors) 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/examples/benchmark_https.c b/src/examples/benchmark_https.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2013 Christian Grothoff (and other contributing authors) + Copyright (C) 2007, 2013 Christian Grothoff (and other contributing authors) 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/examples/chunked_example.c b/src/examples/chunked_example.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2015 Christian Grothoff (and other contributing authors) + Copyright (C) 2015 Christian Grothoff (and other contributing authors) 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/examples/demo.c b/src/examples/demo.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2013 Christian Grothoff (and other contributing authors) + Copyright (C) 2013 Christian Grothoff (and other contributing authors) 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/examples/digest_auth_example.c b/src/examples/digest_auth_example.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2010 Christian Grothoff (and other contributing authors) + Copyright (C) 2010 Christian Grothoff (and other contributing authors) 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/examples/dual_stack_example.c b/src/examples/dual_stack_example.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2012 Christian Grothoff (and other contributing authors) + Copyright (C) 2007, 2012 Christian Grothoff (and other contributing authors) 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/examples/fileserver_example.c b/src/examples/fileserver_example.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff (and other contributing authors) + Copyright (C) 2007 Christian Grothoff (and other contributing authors) 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/examples/fileserver_example_dirs.c b/src/examples/fileserver_example_dirs.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff (and other contributing authors) + Copyright (C) 2007 Christian Grothoff (and other contributing authors) 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/examples/fileserver_example_external_select.c b/src/examples/fileserver_example_external_select.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2008 Christian Grothoff (and other contributing authors) + Copyright (C) 2007, 2008 Christian Grothoff (and other contributing authors) 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/examples/https_fileserver_example.c b/src/examples/https_fileserver_example.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2008 Christian Grothoff (and other contributing authors) + Copyright (C) 2007, 2008 Christian Grothoff (and other contributing authors) 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/examples/mhd2spdy.c b/src/examples/mhd2spdy.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/examples/mhd2spdy_http.c b/src/examples/mhd2spdy_http.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/examples/mhd2spdy_http.h b/src/examples/mhd2spdy_http.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/examples/mhd2spdy_spdy.h b/src/examples/mhd2spdy_spdy.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/examples/mhd2spdy_structures.c b/src/examples/mhd2spdy_structures.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/examples/mhd2spdy_structures.h b/src/examples/mhd2spdy_structures.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/examples/minimal_example.c b/src/examples/minimal_example.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff (and other contributing authors) + Copyright (C) 2007 Christian Grothoff (and other contributing authors) 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/examples/minimal_example_comet.c b/src/examples/minimal_example_comet.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2008 Christian Grothoff (and other contributing authors) + Copyright (C) 2007, 2008 Christian Grothoff (and other contributing authors) 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/examples/post_example.c b/src/examples/post_example.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2011 Christian Grothoff (and other contributing authors) + Copyright (C) 2011 Christian Grothoff (and other contributing authors) 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/examples/querystring_example.c b/src/examples/querystring_example.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2008 Christian Grothoff (and other contributing authors) + Copyright (C) 2007, 2008 Christian Grothoff (and other contributing authors) 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/examples/refuse_post_example.c b/src/examples/refuse_post_example.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2008 Christian Grothoff (and other contributing authors) + Copyright (C) 2007, 2008 Christian Grothoff (and other contributing authors) 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/examples/spdy_event_loop.c b/src/examples/spdy_event_loop.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/examples/spdy_fileserver.c b/src/examples/spdy_fileserver.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/examples/spdy_response_with_callback.c b/src/examples/spdy_response_with_callback.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/include/autoinit_funcs.h b/src/include/autoinit_funcs.h @@ -1,6 +1,6 @@ /* * AutoinitFuncs: Automatic Initialization and Deinitialization Functions - * Copyright(C) 2014 Karlson2k (Evgeny Grin) + * CopyrightCopyright (C) 2014 Karlson2k (Evgeny Grin) * * This header is free software; you can redistribute it and / or * modify it under the terms of the GNU Lesser General Public diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2006-2014 Christian Grothoff (and other contributing authors) + Copyright (C) 2006-2014 Christian Grothoff (and other contributing authors) 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/include/microspdy.h b/src/include/microspdy.h @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012, 2013 Christian Grothoff + Copyright Copyright (C) 2012, 2013 Christian Grothoff This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/include/platform.h b/src/include/platform.h @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2008 Christian Grothoff (and other contributing authors) + Copyright (C) 2008 Christian Grothoff (and other contributing authors) 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/include/platform_interface.h b/src/include/platform_interface.h @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2014 Karlson2k (Evgeny Grin) + Copyright (C) 2014 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 diff --git a/src/include/w32functions.h b/src/include/w32functions.h @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2014 Karlson2k (Evgeny Grin) + Copyright (C) 2014 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 diff --git a/src/microhttpd/basicauth.c b/src/microhttpd/basicauth.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2010, 2011, 2012 Daniel Pittman and Christian Grothoff + Copyright (C) 2010, 2011, 2012 Daniel Pittman and Christian Grothoff 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,6 @@ /* This file is part of libmicrohttpd - (C) 2007-2013 Daniel Pittman and Christian Grothoff + Copyright (C) 2007-2013 Daniel Pittman and Christian Grothoff 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.h b/src/microhttpd/connection.h @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Daniel Pittman and Christian Grothoff + Copyright (C) 2007 Daniel Pittman and Christian Grothoff 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_https.c b/src/microhttpd/connection_https.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2008, 2010 Daniel Pittman and Christian Grothoff + Copyright (C) 2007, 2008, 2010 Daniel Pittman and Christian Grothoff 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_https.h b/src/microhttpd/connection_https.h @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2008 Daniel Pittman and Christian Grothoff + Copyright (C) 2008 Daniel Pittman and Christian Grothoff 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,6 @@ /* This file is part of libmicrohttpd - (C) 2007-2014 Daniel Pittman and Christian Grothoff + Copyright (C) 2007-2014 Daniel Pittman and Christian Grothoff 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/digestauth.c b/src/microhttpd/digestauth.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2010, 2011, 2012 Daniel Pittman and Christian Grothoff + Copyright (C) 2010, 2011, 2012 Daniel Pittman and Christian Grothoff 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/internal.c b/src/microhttpd/internal.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Daniel Pittman and Christian Grothoff + Copyright (C) 2007 Daniel Pittman and Christian Grothoff 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/internal.h b/src/microhttpd/internal.h @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007-2013 Daniel Pittman and Christian Grothoff + Copyright (C) 2007-2013 Daniel Pittman and Christian Grothoff 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 - (C) 2007, 2009, 2010 Daniel Pittman and Christian Grothoff + Copyright (C) 2007, 2009, 2010 Daniel Pittman and Christian Grothoff 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.h b/src/microhttpd/memorypool.h @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2009 Daniel Pittman and Christian Grothoff + Copyright (C) 2007, 2009 Daniel Pittman and Christian Grothoff 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/postprocessor.c b/src/microhttpd/postprocessor.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007-2013 Daniel Pittman and Christian Grothoff + Copyright (C) 2007-2013 Daniel Pittman and Christian Grothoff 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/reason_phrase.c b/src/microhttpd/reason_phrase.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2011 Christian Grothoff + Copyright (C) 2007, 2011 Christian Grothoff 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/reason_phrase.h b/src/microhttpd/reason_phrase.h @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Lymba + Copyright (C) 2007 Lymba 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/response.c b/src/microhttpd/response.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2009, 2010 Daniel Pittman and Christian Grothoff + Copyright (C) 2007, 2009, 2010 Daniel Pittman and Christian Grothoff 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/response.h b/src/microhttpd/response.h @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Daniel Pittman and Christian Grothoff + Copyright (C) 2007 Daniel Pittman and Christian Grothoff 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/test_daemon.c b/src/microhttpd/test_daemon.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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/microhttpd/test_postprocessor.c b/src/microhttpd/test_postprocessor.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007,2013 Christian Grothoff + Copyright (C) 2007,2013 Christian Grothoff 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/microhttpd/test_postprocessor_large.c b/src/microhttpd/test_postprocessor_large.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2008 Christian Grothoff + Copyright (C) 2008 Christian Grothoff 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/microspdy/alstructures.c b/src/microspdy/alstructures.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/alstructures.h b/src/microspdy/alstructures.h @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/applicationlayer.c b/src/microspdy/applicationlayer.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/applicationlayer.h b/src/microspdy/applicationlayer.h @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/compression.c b/src/microspdy/compression.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/compression.h b/src/microspdy/compression.h @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/daemon.c b/src/microspdy/daemon.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/daemon.h b/src/microspdy/daemon.h @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/internal.c b/src/microspdy/internal.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/internal.h b/src/microspdy/internal.h @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/io.c b/src/microspdy/io.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/io.h b/src/microspdy/io.h @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/io_openssl.c b/src/microspdy/io_openssl.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/io_openssl.h b/src/microspdy/io_openssl.h @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/io_raw.c b/src/microspdy/io_raw.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/io_raw.h b/src/microspdy/io_raw.h @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/session.c b/src/microspdy/session.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/session.h b/src/microspdy/session.h @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/stream.c b/src/microspdy/stream.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/stream.h b/src/microspdy/stream.h @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/structures.c b/src/microspdy/structures.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/microspdy/structures.h b/src/microspdy/structures.h @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/platform/w32functions.c b/src/platform/w32functions.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2014 Karlson2k (Evgeny Grin) + Copyright (C) 2014 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 diff --git a/src/spdy2http/proxy.c b/src/spdy2http/proxy.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/testcurl/curl_version_check.c b/src/testcurl/curl_version_check.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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/https/test_empty_response.c b/src/testcurl/https/test_empty_response.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2013 Christian Grothoff + Copyright (C) 2013 Christian Grothoff 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/https/test_https_get.c b/src/testcurl/https/test_https_get.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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/https/test_https_get_parallel.c b/src/testcurl/https/test_https_get_parallel.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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/https/test_https_get_parallel_threads.c b/src/testcurl/https/test_https_get_parallel_threads.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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/https/test_https_get_select.c b/src/testcurl/https/test_https_get_select.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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/https/test_https_multi_daemon.c b/src/testcurl/https/test_https_multi_daemon.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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/https/test_https_session_info.c b/src/testcurl/https/test_https_session_info.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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/https/test_https_sni.c b/src/testcurl/https/test_https_sni.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2013 Christian Grothoff + Copyright (C) 2013 Christian Grothoff 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/https/test_https_time_out.c b/src/testcurl/https/test_https_time_out.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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/https/test_tls_authentication.c b/src/testcurl/https/test_tls_authentication.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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/https/test_tls_extensions.c b/src/testcurl/https/test_tls_extensions.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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/https/test_tls_options.c b/src/testcurl/https/test_tls_options.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2010 Christian Grothoff + Copyright (C) 2007, 2010 Christian Grothoff 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/https/tls_test_common.c b/src/testcurl/https/tls_test_common.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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/https/tls_test_common.h b/src/testcurl/https/tls_test_common.h @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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/https/tls_test_keys.h b/src/testcurl/https/tls_test_keys.h @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2006, 2007, 2008 Christian Grothoff (and other contributing authors) + Copyright (C) 2006, 2007, 2008 Christian Grothoff (and other contributing authors) 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/testcurl/perf_get.c b/src/testcurl/perf_get.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2009, 2011 Christian Grothoff + Copyright (C) 2007, 2009, 2011 Christian Grothoff 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,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2009, 2011 Christian Grothoff + Copyright (C) 2007, 2009, 2011 Christian Grothoff 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_callback.c b/src/testcurl/test_callback.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2009, 2011 Christian Grothoff + Copyright (C) 2007, 2009, 2011 Christian Grothoff 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.c b/src/testcurl/test_digestauth.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2010 Christian Grothoff + Copyright (C) 2010 Christian Grothoff 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,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2010, 2012 Christian Grothoff + Copyright (C) 2010, 2012 Christian Grothoff 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,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2009, 2011 Christian Grothoff + Copyright (C) 2007, 2009, 2011 Christian Grothoff 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,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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 @@ /* DO NOT CHANGE THIS LINE */ /* This file is part of libmicrohttpd - (C) 2007, 2009 Christian Grothoff + Copyright (C) 2007, 2009 Christian Grothoff 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,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2009 Christian Grothoff + Copyright (C) 2007, 2009 Christian Grothoff 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,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2008 Christian Grothoff + Copyright (C) 2007, 2008 Christian Grothoff 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,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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_options.c b/src/testcurl/test_options.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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 - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2013 Christian Grothoff + Copyright (C) 2007, 2013 Christian Grothoff 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 - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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.c b/src/testcurl/test_quiesce.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2013 Christian Grothoff + Copyright (C) 2013 Christian Grothoff 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_start_stop.c b/src/testcurl/test_start_stop.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2011 Christian Grothoff + Copyright (C) 2011 Christian Grothoff 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,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2009 Christian Grothoff + Copyright (C) 2009 Christian Grothoff 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,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Christian Grothoff + Copyright (C) 2007 Christian Grothoff 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_urlparse.c b/src/testcurl/test_urlparse.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2009, 2011 Christian Grothoff + Copyright (C) 2007, 2009, 2011 Christian Grothoff 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/testspdy/common.c b/src/testspdy/common.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/testspdy/common.h b/src/testspdy/common.h @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/testspdy/test_daemon_start_stop.c b/src/testspdy/test_daemon_start_stop.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/testspdy/test_daemon_start_stop_many.c b/src/testspdy/test_daemon_start_stop_many.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/testspdy/test_misc.c b/src/testspdy/test_misc.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/testspdy/test_new_connection.c b/src/testspdy/test_new_connection.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/testspdy/test_notls.c b/src/testspdy/test_notls.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/testspdy/test_proxies.c b/src/testspdy/test_proxies.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/testspdy/test_request_response.c b/src/testspdy/test_request_response.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/testspdy/test_request_response_with_callback.c b/src/testspdy/test_request_response_with_callback.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/testspdy/test_requests_with_assets.c b/src/testspdy/test_requests_with_assets.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/testspdy/test_session_timeout.c b/src/testspdy/test_session_timeout.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2013 Andrey Uzunov + Copyright Copyright (C) 2013 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/testspdy/test_struct_namevalue.c b/src/testspdy/test_struct_namevalue.c @@ -1,6 +1,6 @@ /* This file is part of libmicrospdy - Copyright (C) 2012 Andrey Uzunov + Copyright Copyright (C) 2012 Andrey Uzunov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/testzzuf/socat.c b/src/testzzuf/socat.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2008 Christian Grothoff + Copyright (C) 2008 Christian Grothoff 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/testzzuf/test_get.c b/src/testzzuf/test_get.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2008 Christian Grothoff + Copyright (C) 2007, 2008 Christian Grothoff 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/testzzuf/test_get_chunked.c b/src/testzzuf/test_get_chunked.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2008 Christian Grothoff + Copyright (C) 2007, 2008 Christian Grothoff 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/testzzuf/test_long_header.c b/src/testzzuf/test_long_header.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2008 Christian Grothoff + Copyright (C) 2007, 2008 Christian Grothoff 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/testzzuf/test_post.c b/src/testzzuf/test_post.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2008 Christian Grothoff + Copyright (C) 2007, 2008 Christian Grothoff 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/testzzuf/test_post_form.c b/src/testzzuf/test_post_form.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2008 Christian Grothoff + Copyright (C) 2007, 2008 Christian Grothoff 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/testzzuf/test_put.c b/src/testzzuf/test_put.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2008 Christian Grothoff + Copyright (C) 2007, 2008 Christian Grothoff 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/testzzuf/test_put_chunked.c b/src/testzzuf/test_put_chunked.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2008 Christian Grothoff + Copyright (C) 2007, 2008 Christian Grothoff 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/testzzuf/test_put_large.c b/src/testzzuf/test_put_large.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007, 2008 Christian Grothoff + Copyright (C) 2007, 2008 Christian Grothoff libmicrohttpd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published