aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/examples/authorization_example.c2
-rw-r--r--src/examples/benchmark.c2
-rw-r--r--src/examples/benchmark_https.c2
-rw-r--r--src/examples/chunked_example.c2
-rw-r--r--src/examples/demo.c2
-rw-r--r--src/examples/digest_auth_example.c2
-rw-r--r--src/examples/dual_stack_example.c2
-rw-r--r--src/examples/fileserver_example.c2
-rw-r--r--src/examples/fileserver_example_dirs.c2
-rw-r--r--src/examples/fileserver_example_external_select.c2
-rw-r--r--src/examples/https_fileserver_example.c2
-rw-r--r--src/examples/mhd2spdy.c2
-rw-r--r--src/examples/mhd2spdy_http.c2
-rw-r--r--src/examples/mhd2spdy_http.h2
-rw-r--r--src/examples/mhd2spdy_spdy.h2
-rw-r--r--src/examples/mhd2spdy_structures.c2
-rw-r--r--src/examples/mhd2spdy_structures.h2
-rw-r--r--src/examples/minimal_example.c2
-rw-r--r--src/examples/minimal_example_comet.c2
-rw-r--r--src/examples/post_example.c2
-rw-r--r--src/examples/querystring_example.c2
-rw-r--r--src/examples/refuse_post_example.c2
-rw-r--r--src/examples/spdy_event_loop.c2
-rw-r--r--src/examples/spdy_fileserver.c2
-rw-r--r--src/examples/spdy_response_with_callback.c2
-rw-r--r--src/include/autoinit_funcs.h2
-rw-r--r--src/include/microhttpd.h2
-rw-r--r--src/include/microspdy.h2
-rw-r--r--src/include/platform.h2
-rw-r--r--src/include/platform_interface.h2
-rw-r--r--src/include/w32functions.h2
-rw-r--r--src/microhttpd/basicauth.c2
-rw-r--r--src/microhttpd/connection.c2
-rw-r--r--src/microhttpd/connection.h2
-rw-r--r--src/microhttpd/connection_https.c2
-rw-r--r--src/microhttpd/connection_https.h2
-rw-r--r--src/microhttpd/daemon.c2
-rw-r--r--src/microhttpd/digestauth.c2
-rw-r--r--src/microhttpd/internal.c2
-rw-r--r--src/microhttpd/internal.h2
-rw-r--r--src/microhttpd/memorypool.c2
-rw-r--r--src/microhttpd/memorypool.h2
-rw-r--r--src/microhttpd/postprocessor.c2
-rw-r--r--src/microhttpd/reason_phrase.c2
-rw-r--r--src/microhttpd/reason_phrase.h2
-rw-r--r--src/microhttpd/response.c2
-rw-r--r--src/microhttpd/response.h2
-rw-r--r--src/microhttpd/test_daemon.c2
-rw-r--r--src/microhttpd/test_postprocessor.c2
-rw-r--r--src/microhttpd/test_postprocessor_large.c2
-rw-r--r--src/microspdy/alstructures.c2
-rw-r--r--src/microspdy/alstructures.h2
-rw-r--r--src/microspdy/applicationlayer.c2
-rw-r--r--src/microspdy/applicationlayer.h2
-rw-r--r--src/microspdy/compression.c2
-rw-r--r--src/microspdy/compression.h2
-rw-r--r--src/microspdy/daemon.c2
-rw-r--r--src/microspdy/daemon.h2
-rw-r--r--src/microspdy/internal.c2
-rw-r--r--src/microspdy/internal.h2
-rw-r--r--src/microspdy/io.c2
-rw-r--r--src/microspdy/io.h2
-rw-r--r--src/microspdy/io_openssl.c2
-rw-r--r--src/microspdy/io_openssl.h2
-rw-r--r--src/microspdy/io_raw.c2
-rw-r--r--src/microspdy/io_raw.h2
-rw-r--r--src/microspdy/session.c2
-rw-r--r--src/microspdy/session.h2
-rw-r--r--src/microspdy/stream.c2
-rw-r--r--src/microspdy/stream.h2
-rw-r--r--src/microspdy/structures.c2
-rw-r--r--src/microspdy/structures.h2
-rw-r--r--src/platform/w32functions.c2
-rw-r--r--src/spdy2http/proxy.c2
-rw-r--r--src/testcurl/curl_version_check.c2
-rw-r--r--src/testcurl/https/test_empty_response.c2
-rw-r--r--src/testcurl/https/test_https_get.c2
-rw-r--r--src/testcurl/https/test_https_get_parallel.c2
-rw-r--r--src/testcurl/https/test_https_get_parallel_threads.c2
-rw-r--r--src/testcurl/https/test_https_get_select.c2
-rw-r--r--src/testcurl/https/test_https_multi_daemon.c2
-rw-r--r--src/testcurl/https/test_https_session_info.c2
-rw-r--r--src/testcurl/https/test_https_sni.c2
-rw-r--r--src/testcurl/https/test_https_time_out.c2
-rw-r--r--src/testcurl/https/test_tls_authentication.c2
-rw-r--r--src/testcurl/https/test_tls_extensions.c2
-rw-r--r--src/testcurl/https/test_tls_options.c2
-rw-r--r--src/testcurl/https/tls_test_common.c2
-rw-r--r--src/testcurl/https/tls_test_common.h2
-rw-r--r--src/testcurl/https/tls_test_keys.h2
-rw-r--r--src/testcurl/perf_get.c2
-rw-r--r--src/testcurl/perf_get_concurrent.c2
-rw-r--r--src/testcurl/test_callback.c2
-rw-r--r--src/testcurl/test_digestauth.c2
-rw-r--r--src/testcurl/test_digestauth_with_arguments.c2
-rw-r--r--src/testcurl/test_get.c2
-rw-r--r--src/testcurl/test_get_chunked.c2
-rw-r--r--src/testcurl/test_get_response_cleanup.c2
-rw-r--r--src/testcurl/test_get_sendfile.c2
-rw-r--r--src/testcurl/test_iplimit.c2
-rw-r--r--src/testcurl/test_large_put.c2
-rw-r--r--src/testcurl/test_long_header.c2
-rw-r--r--src/testcurl/test_options.c2
-rw-r--r--src/testcurl/test_parse_cookies.c2
-rw-r--r--src/testcurl/test_post.c2
-rw-r--r--src/testcurl/test_post_loop.c2
-rw-r--r--src/testcurl/test_postform.c2
-rw-r--r--src/testcurl/test_process_arguments.c2
-rw-r--r--src/testcurl/test_process_headers.c2
-rw-r--r--src/testcurl/test_put.c2
-rw-r--r--src/testcurl/test_put_chunked.c2
-rw-r--r--src/testcurl/test_quiesce.c2
-rw-r--r--src/testcurl/test_start_stop.c2
-rw-r--r--src/testcurl/test_termination.c2
-rw-r--r--src/testcurl/test_timeout.c2
-rw-r--r--src/testcurl/test_urlparse.c2
-rw-r--r--src/testspdy/common.c2
-rw-r--r--src/testspdy/common.h2
-rw-r--r--src/testspdy/test_daemon_start_stop.c2
-rw-r--r--src/testspdy/test_daemon_start_stop_many.c2
-rw-r--r--src/testspdy/test_misc.c2
-rw-r--r--src/testspdy/test_new_connection.c2
-rw-r--r--src/testspdy/test_notls.c2
-rw-r--r--src/testspdy/test_proxies.c2
-rw-r--r--src/testspdy/test_request_response.c2
-rw-r--r--src/testspdy/test_request_response_with_callback.c2
-rw-r--r--src/testspdy/test_requests_with_assets.c2
-rw-r--r--src/testspdy/test_session_timeout.c2
-rw-r--r--src/testspdy/test_struct_namevalue.c2
-rw-r--r--src/testzzuf/socat.c2
-rw-r--r--src/testzzuf/test_get.c2
-rw-r--r--src/testzzuf/test_get_chunked.c2
-rw-r--r--src/testzzuf/test_long_header.c2
-rw-r--r--src/testzzuf/test_post.c2
-rw-r--r--src/testzzuf/test_post_form.c2
-rw-r--r--src/testzzuf/test_put.c2
-rw-r--r--src/testzzuf/test_put_chunked.c2
-rw-r--r--src/testzzuf/test_put_large.c2
138 files changed, 138 insertions, 138 deletions
diff --git a/src/examples/authorization_example.c b/src/examples/authorization_example.c
index 39dd3966..e6e69ad1 100644
--- a/src/examples/authorization_example.c
+++ b/src/examples/authorization_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2008 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2008 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/benchmark.c b/src/examples/benchmark.c
index 4cea24fa..d287b2fe 100644
--- a/src/examples/benchmark.c
+++ b/src/examples/benchmark.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007, 2013 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index f4b5a33a..735a913e 100644
--- a/src/examples/benchmark_https.c
+++ b/src/examples/benchmark_https.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007, 2013 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index eb054e4b..08bb82d5 100644
--- a/src/examples/chunked_example.c
+++ b/src/examples/chunked_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2015 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2015 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/demo.c b/src/examples/demo.c
index 10890ebe..80ca09c1 100644
--- a/src/examples/demo.c
+++ b/src/examples/demo.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2013 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index a35fa8e5..62c99cfa 100644
--- a/src/examples/digest_auth_example.c
+++ b/src/examples/digest_auth_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2010 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2010 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index 0436cbb3..12d50f45 100644
--- a/src/examples/dual_stack_example.c
+++ b/src/examples/dual_stack_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007, 2012 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index 4441ac49..8f5223ab 100644
--- a/src/examples/fileserver_example.c
+++ b/src/examples/fileserver_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index d5be6e2d..9d4a1935 100644
--- a/src/examples/fileserver_example_dirs.c
+++ b/src/examples/fileserver_example_dirs.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index 1a91f719..7a270613 100644
--- a/src/examples/fileserver_example_external_select.c
+++ b/src/examples/fileserver_example_external_select.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007, 2008 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index a732d8c8..fe0c2de7 100644
--- a/src/examples/https_fileserver_example.c
+++ b/src/examples/https_fileserver_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007, 2008 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/mhd2spdy.c b/src/examples/mhd2spdy.c
index 915ec603..a2275087 100644
--- a/src/examples/mhd2spdy.c
+++ b/src/examples/mhd2spdy.c
@@ -1,5 +1,5 @@
1/* 1/*
2 Copyright (C) 2013 Andrey Uzunov 2 Copyright Copyright (C) 2013 Andrey Uzunov
3 3
4 This program is free software: you can redistribute it and/or modify 4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 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
index 8d0482ba..895f07fa 100644
--- a/src/examples/mhd2spdy_http.c
+++ b/src/examples/mhd2spdy_http.c
@@ -1,5 +1,5 @@
1/* 1/*
2 Copyright (C) 2013 Andrey Uzunov 2 Copyright Copyright (C) 2013 Andrey Uzunov
3 3
4 This program is free software: you can redistribute it and/or modify 4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 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
index 7abfb14c..89d38897 100644
--- a/src/examples/mhd2spdy_http.h
+++ b/src/examples/mhd2spdy_http.h
@@ -1,5 +1,5 @@
1/* 1/*
2 Copyright (C) 2013 Andrey Uzunov 2 Copyright Copyright (C) 2013 Andrey Uzunov
3 3
4 This program is free software: you can redistribute it and/or modify 4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 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
index 13e850b9..4207c622 100644
--- a/src/examples/mhd2spdy_spdy.h
+++ b/src/examples/mhd2spdy_spdy.h
@@ -1,5 +1,5 @@
1/* 1/*
2 Copyright (C) 2013 Andrey Uzunov 2 Copyright Copyright (C) 2013 Andrey Uzunov
3 3
4 This program is free software: you can redistribute it and/or modify 4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 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
index 0cfb7806..6d4a4076 100644
--- a/src/examples/mhd2spdy_structures.c
+++ b/src/examples/mhd2spdy_structures.c
@@ -1,5 +1,5 @@
1/* 1/*
2 Copyright (C) 2013 Andrey Uzunov 2 Copyright Copyright (C) 2013 Andrey Uzunov
3 3
4 This program is free software: you can redistribute it and/or modify 4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 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
index 8022d5ba..f5679341 100644
--- a/src/examples/mhd2spdy_structures.h
+++ b/src/examples/mhd2spdy_structures.h
@@ -1,5 +1,5 @@
1/* 1/*
2 Copyright (C) 2013 Andrey Uzunov 2 Copyright Copyright (C) 2013 Andrey Uzunov
3 3
4 This program is free software: you can redistribute it and/or modify 4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 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
index 5bf63444..313651c7 100644
--- a/src/examples/minimal_example.c
+++ b/src/examples/minimal_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index 83493243..0c9d264b 100644
--- a/src/examples/minimal_example_comet.c
+++ b/src/examples/minimal_example_comet.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007, 2008 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index b0aecaac..d8d13f99 100644
--- a/src/examples/post_example.c
+++ b/src/examples/post_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2011 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index 533fc8e5..24f8ae4c 100644
--- a/src/examples/querystring_example.c
+++ b/src/examples/querystring_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007, 2008 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index 0c389bb0..846546c4 100644
--- a/src/examples/refuse_post_example.c
+++ b/src/examples/refuse_post_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007, 2008 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index 8d4bfa80..6b7192c3 100644
--- a/src/examples/spdy_event_loop.c
+++ b/src/examples/spdy_event_loop.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 9f4351b9..0a0254ff 100644
--- a/src/examples/spdy_fileserver.c
+++ b/src/examples/spdy_fileserver.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2013 Andrey Uzunov 3 Copyright Copyright (C) 2013 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index e3233802..5bd452d2 100644
--- a/src/examples/spdy_response_with_callback.c
+++ b/src/examples/spdy_response_with_callback.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2013 Andrey Uzunov 3 Copyright Copyright (C) 2013 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index dfc54616..2f309e18 100644
--- a/src/include/autoinit_funcs.h
+++ b/src/include/autoinit_funcs.h
@@ -1,6 +1,6 @@
1/* 1/*
2 * AutoinitFuncs: Automatic Initialization and Deinitialization Functions 2 * AutoinitFuncs: Automatic Initialization and Deinitialization Functions
3 * Copyright(C) 2014 Karlson2k (Evgeny Grin) 3 * CopyrightCopyright (C) 2014 Karlson2k (Evgeny Grin)
4 * 4 *
5 * This header is free software; you can redistribute it and / or 5 * This header is free software; you can redistribute it and / or
6 * modify it under the terms of the GNU Lesser General Public 6 * modify it under the terms of the GNU Lesser General Public
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 65664daa..2a6d0ba4 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2006-2014 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2006-2014 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/include/microspdy.h b/src/include/microspdy.h
index 8b372fc4..7da5fbe6 100644
--- a/src/include/microspdy.h
+++ b/src/include/microspdy.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012, 2013 Christian Grothoff 3 Copyright Copyright (C) 2012, 2013 Christian Grothoff
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 61e47899..22dddddf 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2008 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2008 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index cdeb3dbf..fc68120f 100644
--- a/src/include/platform_interface.h
+++ b/src/include/platform_interface.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2014 Karlson2k (Evgeny Grin) 3 Copyright (C) 2014 Karlson2k (Evgeny Grin)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/include/w32functions.h b/src/include/w32functions.h
index d2bf7e13..a86c4b25 100644
--- a/src/include/w32functions.h
+++ b/src/include/w32functions.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2014 Karlson2k (Evgeny Grin) 3 Copyright (C) 2014 Karlson2k (Evgeny Grin)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/basicauth.c b/src/microhttpd/basicauth.c
index 24bafc31..cbe0fc70 100644
--- a/src/microhttpd/basicauth.c
+++ b/src/microhttpd/basicauth.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2010, 2011, 2012 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2010, 2011, 2012 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index b54567f1..e346b99f 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007-2013 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2007-2013 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/connection.h b/src/microhttpd/connection.h
index 4b87c3ef..07feec26 100644
--- a/src/microhttpd/connection.h
+++ b/src/microhttpd/connection.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2007 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index 0d7d5980..834d52e0 100644
--- a/src/microhttpd/connection_https.c
+++ b/src/microhttpd/connection_https.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008, 2010 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2007, 2008, 2010 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index fe7e7b0f..02ffb52e 100644
--- a/src/microhttpd/connection_https.h
+++ b/src/microhttpd/connection_https.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2008 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2008 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index ac420df1..c5539581 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007-2014 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2007-2014 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index 18a6c5f9..9c3fe8c5 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2010, 2011, 2012 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2010, 2011, 2012 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/internal.c b/src/microhttpd/internal.c
index 5039c32d..6a9188fd 100644
--- a/src/microhttpd/internal.c
+++ b/src/microhttpd/internal.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2007 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 4a729dce..da3a976b 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007-2013 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2007-2013 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/memorypool.c b/src/microhttpd/memorypool.c
index 3cd70871..2f399319 100644
--- a/src/microhttpd/memorypool.c
+++ b/src/microhttpd/memorypool.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2009, 2010 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2007, 2009, 2010 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/memorypool.h b/src/microhttpd/memorypool.h
index bf929d2f..4db952a4 100644
--- a/src/microhttpd/memorypool.h
+++ b/src/microhttpd/memorypool.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2009 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2007, 2009 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/postprocessor.c b/src/microhttpd/postprocessor.c
index c3814926..d371f3d0 100644
--- a/src/microhttpd/postprocessor.c
+++ b/src/microhttpd/postprocessor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007-2013 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2007-2013 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index c809fdd2..3afe8af8 100644
--- a/src/microhttpd/reason_phrase.c
+++ b/src/microhttpd/reason_phrase.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2011 Christian Grothoff 3 Copyright (C) 2007, 2011 Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index 20c11d52..e4422329 100644
--- a/src/microhttpd/reason_phrase.h
+++ b/src/microhttpd/reason_phrase.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Lymba 3 Copyright (C) 2007 Lymba
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index 5a8be360..47a439e4 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2009, 2010 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2007, 2009, 2010 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/microhttpd/response.h b/src/microhttpd/response.h
index dcf19350..5785ec96 100644
--- a/src/microhttpd/response.h
+++ b/src/microhttpd/response.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2007 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index 4382111f..13450ba8 100644
--- a/src/microhttpd/test_daemon.c
+++ b/src/microhttpd/test_daemon.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index ab309090..66bab81e 100644
--- a/src/microhttpd/test_postprocessor.c
+++ b/src/microhttpd/test_postprocessor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007,2013 Christian Grothoff 3 Copyright (C) 2007,2013 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index e798c80b..0af4ab99 100644
--- a/src/microhttpd/test_postprocessor_large.c
+++ b/src/microhttpd/test_postprocessor_large.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2008 Christian Grothoff 3 Copyright (C) 2008 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/microspdy/alstructures.c b/src/microspdy/alstructures.c
index 3495b052..b588a1c8 100644
--- a/src/microspdy/alstructures.c
+++ b/src/microspdy/alstructures.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 61eb8cb6..2eb36e82 100644
--- a/src/microspdy/alstructures.h
+++ b/src/microspdy/alstructures.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 50960a09..bf16b785 100644
--- a/src/microspdy/applicationlayer.c
+++ b/src/microspdy/applicationlayer.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 53e3be0a..a36760fe 100644
--- a/src/microspdy/applicationlayer.h
+++ b/src/microspdy/applicationlayer.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 19237450..532ab64a 100644
--- a/src/microspdy/compression.c
+++ b/src/microspdy/compression.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index ac37f115..40746e78 100644
--- a/src/microspdy/compression.h
+++ b/src/microspdy/compression.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 93cda875..32285ae7 100644
--- a/src/microspdy/daemon.c
+++ b/src/microspdy/daemon.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 1be6ce56..cb3ed5fa 100644
--- a/src/microspdy/daemon.h
+++ b/src/microspdy/daemon.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 647be05b..f0d2fc11 100644
--- a/src/microspdy/internal.c
+++ b/src/microspdy/internal.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 7876c785..e618a5a7 100644
--- a/src/microspdy/internal.h
+++ b/src/microspdy/internal.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 4d57ec2d..c333c89a 100644
--- a/src/microspdy/io.c
+++ b/src/microspdy/io.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2013 Andrey Uzunov 3 Copyright Copyright (C) 2013 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index ae13890b..c28ba21b 100644
--- a/src/microspdy/io.h
+++ b/src/microspdy/io.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2013 Andrey Uzunov 3 Copyright Copyright (C) 2013 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 1eef6b0d..f71a9230 100644
--- a/src/microspdy/io_openssl.c
+++ b/src/microspdy/io_openssl.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 5b64a115..a4e94293 100644
--- a/src/microspdy/io_openssl.h
+++ b/src/microspdy/io_openssl.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 357e7d84..722f347e 100644
--- a/src/microspdy/io_raw.c
+++ b/src/microspdy/io_raw.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2013 Andrey Uzunov 3 Copyright Copyright (C) 2013 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 9d0198b5..8ca830bf 100644
--- a/src/microspdy/io_raw.h
+++ b/src/microspdy/io_raw.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2013 Andrey Uzunov 3 Copyright Copyright (C) 2013 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 578b5e1e..3714c25f 100644
--- a/src/microspdy/session.c
+++ b/src/microspdy/session.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 7d8a1fe2..29ab550f 100644
--- a/src/microspdy/session.h
+++ b/src/microspdy/session.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 42666960..9b6dc08d 100644
--- a/src/microspdy/stream.c
+++ b/src/microspdy/stream.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index de51077a..220231f4 100644
--- a/src/microspdy/stream.h
+++ b/src/microspdy/stream.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 87648c59..f00806bc 100644
--- a/src/microspdy/structures.c
+++ b/src/microspdy/structures.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 8a94dcd3..e1f8797a 100644
--- a/src/microspdy/structures.h
+++ b/src/microspdy/structures.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 72bb9f4d..bc42fef4 100644
--- a/src/platform/w32functions.c
+++ b/src/platform/w32functions.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2014 Karlson2k (Evgeny Grin) 3 Copyright (C) 2014 Karlson2k (Evgeny Grin)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/spdy2http/proxy.c b/src/spdy2http/proxy.c
index b089084c..02144ad9 100644
--- a/src/spdy2http/proxy.c
+++ b/src/spdy2http/proxy.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2013 Andrey Uzunov 3 Copyright Copyright (C) 2013 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 978ca83d..518cb867 100644
--- a/src/testcurl/curl_version_check.c
+++ b/src/testcurl/curl_version_check.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 024a7dea..c67fd221 100644
--- a/src/testcurl/https/test_empty_response.c
+++ b/src/testcurl/https/test_empty_response.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2013 Christian Grothoff 3 Copyright (C) 2013 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 7023f656..6cbe1d70 100644
--- a/src/testcurl/https/test_https_get.c
+++ b/src/testcurl/https/test_https_get.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 2165930c..166e400f 100644
--- a/src/testcurl/https/test_https_get_parallel.c
+++ b/src/testcurl/https/test_https_get_parallel.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index a327e9d8..4cb2128e 100644
--- a/src/testcurl/https/test_https_get_parallel_threads.c
+++ b/src/testcurl/https/test_https_get_parallel_threads.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 1631c2a7..dca9d166 100644
--- a/src/testcurl/https/test_https_get_select.c
+++ b/src/testcurl/https/test_https_get_select.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index e25513d1..27614f91 100644
--- a/src/testcurl/https/test_https_multi_daemon.c
+++ b/src/testcurl/https/test_https_multi_daemon.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index cc590227..ac4c5aba 100644
--- a/src/testcurl/https/test_https_session_info.c
+++ b/src/testcurl/https/test_https_session_info.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index ed51697b..8c4dea66 100644
--- a/src/testcurl/https/test_https_sni.c
+++ b/src/testcurl/https/test_https_sni.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2013 Christian Grothoff 3 Copyright (C) 2013 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 1c8d0f5d..124a2804 100644
--- a/src/testcurl/https/test_https_time_out.c
+++ b/src/testcurl/https/test_https_time_out.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 17942cf6..cc9c76d7 100644
--- a/src/testcurl/https/test_tls_authentication.c
+++ b/src/testcurl/https/test_tls_authentication.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 9e3a9506..d18af37e 100644
--- a/src/testcurl/https/test_tls_extensions.c
+++ b/src/testcurl/https/test_tls_extensions.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index d3e4e917..edf32d94 100644
--- a/src/testcurl/https/test_tls_options.c
+++ b/src/testcurl/https/test_tls_options.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2010 Christian Grothoff 3 Copyright (C) 2007, 2010 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 03992ea3..f9175828 100644
--- a/src/testcurl/https/tls_test_common.c
+++ b/src/testcurl/https/tls_test_common.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index bf5fc580..20198f7b 100644
--- a/src/testcurl/https/tls_test_common.h
+++ b/src/testcurl/https/tls_test_common.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 8ad8ca35..b6e37eec 100644
--- a/src/testcurl/https/tls_test_keys.h
+++ b/src/testcurl/https/tls_test_keys.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2006, 2007, 2008 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2006, 2007, 2008 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 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
index 5554000a..fc856be5 100644
--- a/src/testcurl/perf_get.c
+++ b/src/testcurl/perf_get.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2009, 2011 Christian Grothoff 3 Copyright (C) 2007, 2009, 2011 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 82f240d7..17e5e614 100644
--- a/src/testcurl/perf_get_concurrent.c
+++ b/src/testcurl/perf_get_concurrent.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2009, 2011 Christian Grothoff 3 Copyright (C) 2007, 2009, 2011 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 86eb7dbc..83233e66 100644
--- a/src/testcurl/test_callback.c
+++ b/src/testcurl/test_callback.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2009, 2011 Christian Grothoff 3 Copyright (C) 2007, 2009, 2011 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 425b3a61..255e086a 100644
--- a/src/testcurl/test_digestauth.c
+++ b/src/testcurl/test_digestauth.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2010 Christian Grothoff 3 Copyright (C) 2010 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 947b9e00..51868abd 100644
--- a/src/testcurl/test_digestauth_with_arguments.c
+++ b/src/testcurl/test_digestauth_with_arguments.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2010, 2012 Christian Grothoff 3 Copyright (C) 2010, 2012 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index df70893e..0717685a 100644
--- a/src/testcurl/test_get.c
+++ b/src/testcurl/test_get.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2009, 2011 Christian Grothoff 3 Copyright (C) 2007, 2009, 2011 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index a720ace7..3b8bf397 100644
--- a/src/testcurl/test_get_chunked.c
+++ b/src/testcurl/test_get_chunked.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 32c24ae3..65e4abc9 100644
--- a/src/testcurl/test_get_response_cleanup.c
+++ b/src/testcurl/test_get_response_cleanup.c
@@ -1,7 +1,7 @@
1/* DO NOT CHANGE THIS LINE */ 1/* DO NOT CHANGE THIS LINE */
2/* 2/*
3 This file is part of libmicrohttpd 3 This file is part of libmicrohttpd
4 (C) 2007, 2009 Christian Grothoff 4 Copyright (C) 2007, 2009 Christian Grothoff
5 5
6 libmicrohttpd is free software; you can redistribute it and/or modify 6 libmicrohttpd is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published 7 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
index ded4de60..b00918e7 100644
--- a/src/testcurl/test_get_sendfile.c
+++ b/src/testcurl/test_get_sendfile.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2009 Christian Grothoff 3 Copyright (C) 2007, 2009 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 0a96a3ba..05d61c08 100644
--- a/src/testcurl/test_iplimit.c
+++ b/src/testcurl/test_iplimit.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 0baa9087..2875939a 100644
--- a/src/testcurl/test_large_put.c
+++ b/src/testcurl/test_large_put.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff 3 Copyright (C) 2007, 2008 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 4df2c6da..9969354f 100644
--- a/src/testcurl/test_long_header.c
+++ b/src/testcurl/test_long_header.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 717e188b..4afe3d43 100644
--- a/src/testcurl/test_options.c
+++ b/src/testcurl/test_options.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 6a14dce9..9e645919 100644
--- a/src/testcurl/test_parse_cookies.c
+++ b/src/testcurl/test_parse_cookies.c
@@ -1,7 +1,7 @@
1 1
2/* 2/*
3 This file is part of libmicrohttpd 3 This file is part of libmicrohttpd
4 (C) 2007 Christian Grothoff 4 Copyright (C) 2007 Christian Grothoff
5 5
6 libmicrohttpd is free software; you can redistribute it and/or modify 6 libmicrohttpd is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published 7 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
index f6f79935..d2f4d332 100644
--- a/src/testcurl/test_post.c
+++ b/src/testcurl/test_post.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index c3b70687..3e1d2005 100644
--- a/src/testcurl/test_post_loop.c
+++ b/src/testcurl/test_post_loop.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 9efacb4d..beee1f9f 100644
--- a/src/testcurl/test_postform.c
+++ b/src/testcurl/test_postform.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 96da81eb..d2d994f8 100644
--- a/src/testcurl/test_process_arguments.c
+++ b/src/testcurl/test_process_arguments.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2013 Christian Grothoff 3 Copyright (C) 2007, 2013 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index b838bc74..1703a275 100644
--- a/src/testcurl/test_process_headers.c
+++ b/src/testcurl/test_process_headers.c
@@ -1,7 +1,7 @@
1 1
2/* 2/*
3 This file is part of libmicrohttpd 3 This file is part of libmicrohttpd
4 (C) 2007 Christian Grothoff 4 Copyright (C) 2007 Christian Grothoff
5 5
6 libmicrohttpd is free software; you can redistribute it and/or modify 6 libmicrohttpd is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published 7 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
index bf3e5a2a..06a0ec3b 100644
--- a/src/testcurl/test_put.c
+++ b/src/testcurl/test_put.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 56af894a..b2fa3229 100644
--- a/src/testcurl/test_put_chunked.c
+++ b/src/testcurl/test_put_chunked.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 1ed6d4b9..49a70a6e 100644
--- a/src/testcurl/test_quiesce.c
+++ b/src/testcurl/test_quiesce.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2013 Christian Grothoff 3 Copyright (C) 2013 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 9089f3a3..ecec854d 100644
--- a/src/testcurl/test_start_stop.c
+++ b/src/testcurl/test_start_stop.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2011 Christian Grothoff 3 Copyright (C) 2011 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 5af907a0..25f9e61c 100644
--- a/src/testcurl/test_termination.c
+++ b/src/testcurl/test_termination.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2009 Christian Grothoff 3 Copyright (C) 2009 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 4a65edd9..e4e1ccff 100644
--- a/src/testcurl/test_timeout.c
+++ b/src/testcurl/test_timeout.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 Copyright (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 0f87ac4d..07ddce9b 100644
--- a/src/testcurl/test_urlparse.c
+++ b/src/testcurl/test_urlparse.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2009, 2011 Christian Grothoff 3 Copyright (C) 2007, 2009, 2011 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/testspdy/common.c b/src/testspdy/common.c
index 98c2d674..e150209e 100644
--- a/src/testspdy/common.c
+++ b/src/testspdy/common.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2013 Andrey Uzunov 3 Copyright Copyright (C) 2013 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 1ff7de1a..70ee2614 100644
--- a/src/testspdy/common.h
+++ b/src/testspdy/common.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2013 Andrey Uzunov 3 Copyright Copyright (C) 2013 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 8f572762..d3aec6a1 100644
--- a/src/testspdy/test_daemon_start_stop.c
+++ b/src/testspdy/test_daemon_start_stop.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index c5db6050..b8788def 100644
--- a/src/testspdy/test_daemon_start_stop_many.c
+++ b/src/testspdy/test_daemon_start_stop_many.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 2387f2c0..39b672b4 100644
--- a/src/testspdy/test_misc.c
+++ b/src/testspdy/test_misc.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2013 Andrey Uzunov 3 Copyright Copyright (C) 2013 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index c955b41b..b8485724 100644
--- a/src/testspdy/test_new_connection.c
+++ b/src/testspdy/test_new_connection.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index eb4ff516..3f44d965 100644
--- a/src/testspdy/test_notls.c
+++ b/src/testspdy/test_notls.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index d8bc8d84..44a0c1bd 100644
--- a/src/testspdy/test_proxies.c
+++ b/src/testspdy/test_proxies.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2013 Andrey Uzunov 3 Copyright Copyright (C) 2013 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index de918984..093da03f 100644
--- a/src/testspdy/test_request_response.c
+++ b/src/testspdy/test_request_response.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 7cc4f7ac..95fc263d 100644
--- a/src/testspdy/test_request_response_with_callback.c
+++ b/src/testspdy/test_request_response_with_callback.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2013 Andrey Uzunov 3 Copyright Copyright (C) 2013 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 90869278..16d09214 100644
--- a/src/testspdy/test_requests_with_assets.c
+++ b/src/testspdy/test_requests_with_assets.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 7d42d2f9..ec1eced5 100644
--- a/src/testspdy/test_session_timeout.c
+++ b/src/testspdy/test_session_timeout.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2013 Andrey Uzunov 3 Copyright Copyright (C) 2013 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 4135e4cf..54e79349 100644
--- a/src/testspdy/test_struct_namevalue.c
+++ b/src/testspdy/test_struct_namevalue.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 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
index 9b351197..8743dc9b 100644
--- a/src/testzzuf/socat.c
+++ b/src/testzzuf/socat.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2008 Christian Grothoff 3 Copyright (C) 2008 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 4aed7fb5..50fcb2c1 100644
--- a/src/testzzuf/test_get.c
+++ b/src/testzzuf/test_get.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff 3 Copyright (C) 2007, 2008 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 35eed49d..faa2632f 100644
--- a/src/testzzuf/test_get_chunked.c
+++ b/src/testzzuf/test_get_chunked.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff 3 Copyright (C) 2007, 2008 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index d285768f..94088d00 100644
--- a/src/testzzuf/test_long_header.c
+++ b/src/testzzuf/test_long_header.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff 3 Copyright (C) 2007, 2008 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 9bc3c604..22701f09 100644
--- a/src/testzzuf/test_post.c
+++ b/src/testzzuf/test_post.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff 3 Copyright (C) 2007, 2008 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 34bc0114..b03c4c81 100644
--- a/src/testzzuf/test_post_form.c
+++ b/src/testzzuf/test_post_form.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff 3 Copyright (C) 2007, 2008 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index c658c39c..d93b50e6 100644
--- a/src/testzzuf/test_put.c
+++ b/src/testzzuf/test_put.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff 3 Copyright (C) 2007, 2008 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 47d0f0ba..c023c5ee 100644
--- a/src/testzzuf/test_put_chunked.c
+++ b/src/testzzuf/test_put_chunked.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff 3 Copyright (C) 2007, 2008 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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
index 10fc8b06..ae95ef03 100644
--- a/src/testzzuf/test_put_large.c
+++ b/src/testzzuf/test_put_large.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff 3 Copyright (C) 2007, 2008 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published