gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35137 - in libmicrohttpd/src: examples include microhttpd


From: gnunet
Subject: [GNUnet-SVN] r35137 - in libmicrohttpd/src: examples include microhttpd microspdy platform spdy2http testcurl testcurl/https testspdy testzzuf
Date: Sun, 8 Feb 2015 00:12:45 +0100

Author: grothoff
Date: 2015-02-08 00:12:45 +0100 (Sun, 08 Feb 2015)
New Revision: 35137

Modified:
   libmicrohttpd/src/examples/authorization_example.c
   libmicrohttpd/src/examples/benchmark.c
   libmicrohttpd/src/examples/benchmark_https.c
   libmicrohttpd/src/examples/chunked_example.c
   libmicrohttpd/src/examples/demo.c
   libmicrohttpd/src/examples/digest_auth_example.c
   libmicrohttpd/src/examples/dual_stack_example.c
   libmicrohttpd/src/examples/fileserver_example.c
   libmicrohttpd/src/examples/fileserver_example_dirs.c
   libmicrohttpd/src/examples/fileserver_example_external_select.c
   libmicrohttpd/src/examples/https_fileserver_example.c
   libmicrohttpd/src/examples/mhd2spdy.c
   libmicrohttpd/src/examples/mhd2spdy_http.c
   libmicrohttpd/src/examples/mhd2spdy_http.h
   libmicrohttpd/src/examples/mhd2spdy_spdy.h
   libmicrohttpd/src/examples/mhd2spdy_structures.c
   libmicrohttpd/src/examples/mhd2spdy_structures.h
   libmicrohttpd/src/examples/minimal_example.c
   libmicrohttpd/src/examples/minimal_example_comet.c
   libmicrohttpd/src/examples/post_example.c
   libmicrohttpd/src/examples/querystring_example.c
   libmicrohttpd/src/examples/refuse_post_example.c
   libmicrohttpd/src/examples/spdy_event_loop.c
   libmicrohttpd/src/examples/spdy_fileserver.c
   libmicrohttpd/src/examples/spdy_response_with_callback.c
   libmicrohttpd/src/include/autoinit_funcs.h
   libmicrohttpd/src/include/microhttpd.h
   libmicrohttpd/src/include/microspdy.h
   libmicrohttpd/src/include/platform.h
   libmicrohttpd/src/include/platform_interface.h
   libmicrohttpd/src/include/w32functions.h
   libmicrohttpd/src/microhttpd/basicauth.c
   libmicrohttpd/src/microhttpd/connection.c
   libmicrohttpd/src/microhttpd/connection.h
   libmicrohttpd/src/microhttpd/connection_https.c
   libmicrohttpd/src/microhttpd/connection_https.h
   libmicrohttpd/src/microhttpd/daemon.c
   libmicrohttpd/src/microhttpd/digestauth.c
   libmicrohttpd/src/microhttpd/internal.c
   libmicrohttpd/src/microhttpd/internal.h
   libmicrohttpd/src/microhttpd/memorypool.c
   libmicrohttpd/src/microhttpd/memorypool.h
   libmicrohttpd/src/microhttpd/postprocessor.c
   libmicrohttpd/src/microhttpd/reason_phrase.c
   libmicrohttpd/src/microhttpd/reason_phrase.h
   libmicrohttpd/src/microhttpd/response.c
   libmicrohttpd/src/microhttpd/response.h
   libmicrohttpd/src/microhttpd/test_daemon.c
   libmicrohttpd/src/microhttpd/test_postprocessor.c
   libmicrohttpd/src/microhttpd/test_postprocessor_large.c
   libmicrohttpd/src/microspdy/alstructures.c
   libmicrohttpd/src/microspdy/alstructures.h
   libmicrohttpd/src/microspdy/applicationlayer.c
   libmicrohttpd/src/microspdy/applicationlayer.h
   libmicrohttpd/src/microspdy/compression.c
   libmicrohttpd/src/microspdy/compression.h
   libmicrohttpd/src/microspdy/daemon.c
   libmicrohttpd/src/microspdy/daemon.h
   libmicrohttpd/src/microspdy/internal.c
   libmicrohttpd/src/microspdy/internal.h
   libmicrohttpd/src/microspdy/io.c
   libmicrohttpd/src/microspdy/io.h
   libmicrohttpd/src/microspdy/io_openssl.c
   libmicrohttpd/src/microspdy/io_openssl.h
   libmicrohttpd/src/microspdy/io_raw.c
   libmicrohttpd/src/microspdy/io_raw.h
   libmicrohttpd/src/microspdy/session.c
   libmicrohttpd/src/microspdy/session.h
   libmicrohttpd/src/microspdy/stream.c
   libmicrohttpd/src/microspdy/stream.h
   libmicrohttpd/src/microspdy/structures.c
   libmicrohttpd/src/microspdy/structures.h
   libmicrohttpd/src/platform/w32functions.c
   libmicrohttpd/src/spdy2http/proxy.c
   libmicrohttpd/src/testcurl/curl_version_check.c
   libmicrohttpd/src/testcurl/https/test_empty_response.c
   libmicrohttpd/src/testcurl/https/test_https_get.c
   libmicrohttpd/src/testcurl/https/test_https_get_parallel.c
   libmicrohttpd/src/testcurl/https/test_https_get_parallel_threads.c
   libmicrohttpd/src/testcurl/https/test_https_get_select.c
   libmicrohttpd/src/testcurl/https/test_https_multi_daemon.c
   libmicrohttpd/src/testcurl/https/test_https_session_info.c
   libmicrohttpd/src/testcurl/https/test_https_sni.c
   libmicrohttpd/src/testcurl/https/test_https_time_out.c
   libmicrohttpd/src/testcurl/https/test_tls_authentication.c
   libmicrohttpd/src/testcurl/https/test_tls_extensions.c
   libmicrohttpd/src/testcurl/https/test_tls_options.c
   libmicrohttpd/src/testcurl/https/tls_test_common.c
   libmicrohttpd/src/testcurl/https/tls_test_common.h
   libmicrohttpd/src/testcurl/https/tls_test_keys.h
   libmicrohttpd/src/testcurl/perf_get.c
   libmicrohttpd/src/testcurl/perf_get_concurrent.c
   libmicrohttpd/src/testcurl/test_callback.c
   libmicrohttpd/src/testcurl/test_digestauth.c
   libmicrohttpd/src/testcurl/test_digestauth_with_arguments.c
   libmicrohttpd/src/testcurl/test_get.c
   libmicrohttpd/src/testcurl/test_get_chunked.c
   libmicrohttpd/src/testcurl/test_get_response_cleanup.c
   libmicrohttpd/src/testcurl/test_get_sendfile.c
   libmicrohttpd/src/testcurl/test_iplimit.c
   libmicrohttpd/src/testcurl/test_large_put.c
   libmicrohttpd/src/testcurl/test_long_header.c
   libmicrohttpd/src/testcurl/test_options.c
   libmicrohttpd/src/testcurl/test_parse_cookies.c
   libmicrohttpd/src/testcurl/test_post.c
   libmicrohttpd/src/testcurl/test_post_loop.c
   libmicrohttpd/src/testcurl/test_postform.c
   libmicrohttpd/src/testcurl/test_process_arguments.c
   libmicrohttpd/src/testcurl/test_process_headers.c
   libmicrohttpd/src/testcurl/test_put.c
   libmicrohttpd/src/testcurl/test_put_chunked.c
   libmicrohttpd/src/testcurl/test_quiesce.c
   libmicrohttpd/src/testcurl/test_start_stop.c
   libmicrohttpd/src/testcurl/test_termination.c
   libmicrohttpd/src/testcurl/test_timeout.c
   libmicrohttpd/src/testcurl/test_urlparse.c
   libmicrohttpd/src/testspdy/common.c
   libmicrohttpd/src/testspdy/common.h
   libmicrohttpd/src/testspdy/test_daemon_start_stop.c
   libmicrohttpd/src/testspdy/test_daemon_start_stop_many.c
   libmicrohttpd/src/testspdy/test_misc.c
   libmicrohttpd/src/testspdy/test_new_connection.c
   libmicrohttpd/src/testspdy/test_notls.c
   libmicrohttpd/src/testspdy/test_proxies.c
   libmicrohttpd/src/testspdy/test_request_response.c
   libmicrohttpd/src/testspdy/test_request_response_with_callback.c
   libmicrohttpd/src/testspdy/test_requests_with_assets.c
   libmicrohttpd/src/testspdy/test_session_timeout.c
   libmicrohttpd/src/testspdy/test_struct_namevalue.c
   libmicrohttpd/src/testzzuf/socat.c
   libmicrohttpd/src/testzzuf/test_get.c
   libmicrohttpd/src/testzzuf/test_get_chunked.c
   libmicrohttpd/src/testzzuf/test_long_header.c
   libmicrohttpd/src/testzzuf/test_post.c
   libmicrohttpd/src/testzzuf/test_post_form.c
   libmicrohttpd/src/testzzuf/test_put.c
   libmicrohttpd/src/testzzuf/test_put_chunked.c
   libmicrohttpd/src/testzzuf/test_put_large.c
Log:
-bringing copyright tags up to FSF standard

Modified: libmicrohttpd/src/examples/authorization_example.c
===================================================================
--- libmicrohttpd/src/examples/authorization_example.c  2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/examples/authorization_example.c  2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2008 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2008 Christian Grothoff (and other contributing authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/examples/benchmark.c
===================================================================
--- libmicrohttpd/src/examples/benchmark.c      2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/examples/benchmark.c      2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2007, 2013 Christian Grothoff (and other contributing 
authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/examples/benchmark_https.c
===================================================================
--- libmicrohttpd/src/examples/benchmark_https.c        2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/examples/benchmark_https.c        2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2007, 2013 Christian Grothoff (and other contributing 
authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/examples/chunked_example.c
===================================================================
--- libmicrohttpd/src/examples/chunked_example.c        2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/examples/chunked_example.c        2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2015 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2015 Christian Grothoff (and other contributing authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/examples/demo.c
===================================================================
--- libmicrohttpd/src/examples/demo.c   2015-02-07 23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/examples/demo.c   2015-02-07 23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2013 Christian Grothoff (and other contributing authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/examples/digest_auth_example.c
===================================================================
--- libmicrohttpd/src/examples/digest_auth_example.c    2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/examples/digest_auth_example.c    2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2010 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010 Christian Grothoff (and other contributing authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/examples/dual_stack_example.c
===================================================================
--- libmicrohttpd/src/examples/dual_stack_example.c     2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/examples/dual_stack_example.c     2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2012 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2007, 2012 Christian Grothoff (and other contributing 
authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/examples/fileserver_example.c
===================================================================
--- libmicrohttpd/src/examples/fileserver_example.c     2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/examples/fileserver_example.c     2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2007 Christian Grothoff (and other contributing authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/examples/fileserver_example_dirs.c
===================================================================
--- libmicrohttpd/src/examples/fileserver_example_dirs.c        2015-02-07 
23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/examples/fileserver_example_dirs.c        2015-02-07 
23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2007 Christian Grothoff (and other contributing authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/examples/fileserver_example_external_select.c
===================================================================
--- libmicrohttpd/src/examples/fileserver_example_external_select.c     
2015-02-07 23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/examples/fileserver_example_external_select.c     
2015-02-07 23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2008 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2007, 2008 Christian Grothoff (and other contributing 
authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/examples/https_fileserver_example.c
===================================================================
--- libmicrohttpd/src/examples/https_fileserver_example.c       2015-02-07 
23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/examples/https_fileserver_example.c       2015-02-07 
23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2008 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2007, 2008 Christian Grothoff (and other contributing 
authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/examples/mhd2spdy.c
===================================================================
--- libmicrohttpd/src/examples/mhd2spdy.c       2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/examples/mhd2spdy.c       2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/examples/mhd2spdy_http.c
===================================================================
--- libmicrohttpd/src/examples/mhd2spdy_http.c  2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/examples/mhd2spdy_http.c  2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/examples/mhd2spdy_http.h
===================================================================
--- libmicrohttpd/src/examples/mhd2spdy_http.h  2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/examples/mhd2spdy_http.h  2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/examples/mhd2spdy_spdy.h
===================================================================
--- libmicrohttpd/src/examples/mhd2spdy_spdy.h  2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/examples/mhd2spdy_spdy.h  2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/examples/mhd2spdy_structures.c
===================================================================
--- libmicrohttpd/src/examples/mhd2spdy_structures.c    2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/examples/mhd2spdy_structures.c    2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/examples/mhd2spdy_structures.h
===================================================================
--- libmicrohttpd/src/examples/mhd2spdy_structures.h    2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/examples/mhd2spdy_structures.h    2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/examples/minimal_example.c
===================================================================
--- libmicrohttpd/src/examples/minimal_example.c        2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/examples/minimal_example.c        2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2007 Christian Grothoff (and other contributing authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/examples/minimal_example_comet.c
===================================================================
--- libmicrohttpd/src/examples/minimal_example_comet.c  2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/examples/minimal_example_comet.c  2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2008 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2007, 2008 Christian Grothoff (and other contributing 
authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/examples/post_example.c
===================================================================
--- libmicrohttpd/src/examples/post_example.c   2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/examples/post_example.c   2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 Christian Grothoff (and other contributing authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/examples/querystring_example.c
===================================================================
--- libmicrohttpd/src/examples/querystring_example.c    2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/examples/querystring_example.c    2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2008 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2007, 2008 Christian Grothoff (and other contributing 
authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/examples/refuse_post_example.c
===================================================================
--- libmicrohttpd/src/examples/refuse_post_example.c    2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/examples/refuse_post_example.c    2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2008 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2007, 2008 Christian Grothoff (and other contributing 
authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/examples/spdy_event_loop.c
===================================================================
--- libmicrohttpd/src/examples/spdy_event_loop.c        2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/examples/spdy_event_loop.c        2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/examples/spdy_fileserver.c
===================================================================
--- libmicrohttpd/src/examples/spdy_fileserver.c        2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/examples/spdy_fileserver.c        2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/examples/spdy_response_with_callback.c
===================================================================
--- libmicrohttpd/src/examples/spdy_response_with_callback.c    2015-02-07 
23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/examples/spdy_response_with_callback.c    2015-02-07 
23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/include/autoinit_funcs.h
===================================================================
--- libmicrohttpd/src/include/autoinit_funcs.h  2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/include/autoinit_funcs.h  2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
  *  AutoinitFuncs: Automatic Initialization and Deinitialization Functions
- *  Copyright(C) 2014  Karlson2k (Evgeny Grin)
+ *  CopyrightCopyright (C) 2014  Karlson2k (Evgeny Grin)
  *
  *  This header is free software; you can redistribute it and / or
  *  modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/include/microhttpd.h      2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2006-2014 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2006-2014 Christian Grothoff (and other contributing 
authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/include/microspdy.h
===================================================================
--- libmicrohttpd/src/include/microspdy.h       2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/include/microspdy.h       2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012, 2013 Christian Grothoff
+    Copyright Copyright (C) 2012, 2013 Christian Grothoff
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/include/platform.h
===================================================================
--- libmicrohttpd/src/include/platform.h        2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/include/platform.h        2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2008 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2008 Christian Grothoff (and other contributing authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/include/platform_interface.h
===================================================================
--- libmicrohttpd/src/include/platform_interface.h      2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/include/platform_interface.h      2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
   This file is part of libmicrohttpd
-  (C) 2014 Karlson2k (Evgeny Grin)
+  Copyright (C) 2014 Karlson2k (Evgeny Grin)
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/include/w32functions.h
===================================================================
--- libmicrohttpd/src/include/w32functions.h    2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/include/w32functions.h    2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
   This file is part of libmicrohttpd
-  (C) 2014 Karlson2k (Evgeny Grin)
+  Copyright (C) 2014 Karlson2k (Evgeny Grin)
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/microhttpd/basicauth.c
===================================================================
--- libmicrohttpd/src/microhttpd/basicauth.c    2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microhttpd/basicauth.c    2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2010, 2011, 2012 Daniel Pittman and Christian Grothoff
+     Copyright (C) 2010, 2011, 2012 Daniel Pittman and Christian Grothoff
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/microhttpd/connection.c
===================================================================
--- libmicrohttpd/src/microhttpd/connection.c   2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microhttpd/connection.c   2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrohttpd
-     (C) 2007-2013 Daniel Pittman and Christian Grothoff
+     Copyright (C) 2007-2013 Daniel Pittman and Christian Grothoff
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/microhttpd/connection.h
===================================================================
--- libmicrohttpd/src/microhttpd/connection.h   2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microhttpd/connection.h   2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Daniel Pittman and Christian Grothoff
+     Copyright (C) 2007 Daniel Pittman and Christian Grothoff
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/microhttpd/connection_https.c
===================================================================
--- libmicrohttpd/src/microhttpd/connection_https.c     2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/microhttpd/connection_https.c     2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2008, 2010 Daniel Pittman and Christian Grothoff
+     Copyright (C) 2007, 2008, 2010 Daniel Pittman and Christian Grothoff
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/microhttpd/connection_https.h
===================================================================
--- libmicrohttpd/src/microhttpd/connection_https.h     2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/microhttpd/connection_https.h     2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2008 Daniel Pittman and Christian Grothoff
+     Copyright (C) 2008 Daniel Pittman and Christian Grothoff
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/microhttpd/daemon.c
===================================================================
--- libmicrohttpd/src/microhttpd/daemon.c       2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microhttpd/daemon.c       2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
   This file is part of libmicrohttpd
-  (C) 2007-2014 Daniel Pittman and Christian Grothoff
+  Copyright (C) 2007-2014 Daniel Pittman and Christian Grothoff
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/microhttpd/digestauth.c
===================================================================
--- libmicrohttpd/src/microhttpd/digestauth.c   2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microhttpd/digestauth.c   2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2010, 2011, 2012 Daniel Pittman and Christian Grothoff
+     Copyright (C) 2010, 2011, 2012 Daniel Pittman and Christian Grothoff
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/microhttpd/internal.c
===================================================================
--- libmicrohttpd/src/microhttpd/internal.c     2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microhttpd/internal.c     2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Daniel Pittman and Christian Grothoff
+     Copyright (C) 2007 Daniel Pittman and Christian Grothoff
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/microhttpd/internal.h
===================================================================
--- libmicrohttpd/src/microhttpd/internal.h     2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microhttpd/internal.h     2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
   This file is part of libmicrohttpd
-  (C) 2007-2013 Daniel Pittman and Christian Grothoff
+  Copyright (C) 2007-2013 Daniel Pittman and Christian Grothoff
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/microhttpd/memorypool.c
===================================================================
--- libmicrohttpd/src/microhttpd/memorypool.c   2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microhttpd/memorypool.c   2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2009, 2010 Daniel Pittman and Christian Grothoff
+     Copyright (C) 2007, 2009, 2010 Daniel Pittman and Christian Grothoff
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/microhttpd/memorypool.h
===================================================================
--- libmicrohttpd/src/microhttpd/memorypool.h   2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microhttpd/memorypool.h   2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2009 Daniel Pittman and Christian Grothoff
+     Copyright (C) 2007, 2009 Daniel Pittman and Christian Grothoff
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/microhttpd/postprocessor.c
===================================================================
--- libmicrohttpd/src/microhttpd/postprocessor.c        2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/microhttpd/postprocessor.c        2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007-2013 Daniel Pittman and Christian Grothoff
+     Copyright (C) 2007-2013 Daniel Pittman and Christian Grothoff
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/microhttpd/reason_phrase.c
===================================================================
--- libmicrohttpd/src/microhttpd/reason_phrase.c        2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/microhttpd/reason_phrase.c        2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2011 Christian Grothoff
+     Copyright (C) 2007, 2011 Christian Grothoff
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/microhttpd/reason_phrase.h
===================================================================
--- libmicrohttpd/src/microhttpd/reason_phrase.h        2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/microhttpd/reason_phrase.h        2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Lymba
+     Copyright (C) 2007 Lymba
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/microhttpd/response.c
===================================================================
--- libmicrohttpd/src/microhttpd/response.c     2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microhttpd/response.c     2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2009, 2010 Daniel Pittman and Christian Grothoff
+     Copyright (C) 2007, 2009, 2010 Daniel Pittman and Christian Grothoff
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/microhttpd/response.h
===================================================================
--- libmicrohttpd/src/microhttpd/response.h     2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microhttpd/response.h     2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Daniel Pittman and Christian Grothoff
+     Copyright (C) 2007 Daniel Pittman and Christian Grothoff
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/microhttpd/test_daemon.c
===================================================================
--- libmicrohttpd/src/microhttpd/test_daemon.c  2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microhttpd/test_daemon.c  2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Christian Grothoff
+     Copyright (C) 2007 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/microhttpd/test_postprocessor.c
===================================================================
--- libmicrohttpd/src/microhttpd/test_postprocessor.c   2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/microhttpd/test_postprocessor.c   2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007,2013 Christian Grothoff
+     Copyright (C) 2007,2013 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/microhttpd/test_postprocessor_large.c
===================================================================
--- libmicrohttpd/src/microhttpd/test_postprocessor_large.c     2015-02-07 
23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/microhttpd/test_postprocessor_large.c     2015-02-07 
23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2008 Christian Grothoff
+     Copyright (C) 2008 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/microspdy/alstructures.c
===================================================================
--- libmicrohttpd/src/microspdy/alstructures.c  2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microspdy/alstructures.c  2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/alstructures.h
===================================================================
--- libmicrohttpd/src/microspdy/alstructures.h  2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microspdy/alstructures.h  2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/applicationlayer.c
===================================================================
--- libmicrohttpd/src/microspdy/applicationlayer.c      2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/microspdy/applicationlayer.c      2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/applicationlayer.h
===================================================================
--- libmicrohttpd/src/microspdy/applicationlayer.h      2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/microspdy/applicationlayer.h      2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/compression.c
===================================================================
--- libmicrohttpd/src/microspdy/compression.c   2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microspdy/compression.c   2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/compression.h
===================================================================
--- libmicrohttpd/src/microspdy/compression.h   2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microspdy/compression.h   2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/daemon.c
===================================================================
--- libmicrohttpd/src/microspdy/daemon.c        2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microspdy/daemon.c        2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/daemon.h
===================================================================
--- libmicrohttpd/src/microspdy/daemon.h        2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microspdy/daemon.h        2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/internal.c
===================================================================
--- libmicrohttpd/src/microspdy/internal.c      2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microspdy/internal.c      2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/internal.h
===================================================================
--- libmicrohttpd/src/microspdy/internal.h      2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microspdy/internal.h      2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/io.c
===================================================================
--- libmicrohttpd/src/microspdy/io.c    2015-02-07 23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/microspdy/io.c    2015-02-07 23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/io.h
===================================================================
--- libmicrohttpd/src/microspdy/io.h    2015-02-07 23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/microspdy/io.h    2015-02-07 23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/io_openssl.c
===================================================================
--- libmicrohttpd/src/microspdy/io_openssl.c    2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microspdy/io_openssl.c    2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/io_openssl.h
===================================================================
--- libmicrohttpd/src/microspdy/io_openssl.h    2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microspdy/io_openssl.h    2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/io_raw.c
===================================================================
--- libmicrohttpd/src/microspdy/io_raw.c        2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microspdy/io_raw.c        2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/io_raw.h
===================================================================
--- libmicrohttpd/src/microspdy/io_raw.h        2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microspdy/io_raw.h        2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/session.c
===================================================================
--- libmicrohttpd/src/microspdy/session.c       2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microspdy/session.c       2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/session.h
===================================================================
--- libmicrohttpd/src/microspdy/session.h       2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microspdy/session.h       2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/stream.c
===================================================================
--- libmicrohttpd/src/microspdy/stream.c        2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microspdy/stream.c        2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/stream.h
===================================================================
--- libmicrohttpd/src/microspdy/stream.h        2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microspdy/stream.h        2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/structures.c
===================================================================
--- libmicrohttpd/src/microspdy/structures.c    2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microspdy/structures.c    2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/microspdy/structures.h
===================================================================
--- libmicrohttpd/src/microspdy/structures.h    2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/microspdy/structures.h    2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/platform/w32functions.c
===================================================================
--- libmicrohttpd/src/platform/w32functions.c   2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/platform/w32functions.c   2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
   This file is part of libmicrohttpd
-  (C) 2014 Karlson2k (Evgeny Grin)
+  Copyright (C) 2014 Karlson2k (Evgeny Grin)
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/spdy2http/proxy.c
===================================================================
--- libmicrohttpd/src/spdy2http/proxy.c 2015-02-07 23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/spdy2http/proxy.c 2015-02-07 23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/testcurl/curl_version_check.c
===================================================================
--- libmicrohttpd/src/testcurl/curl_version_check.c     2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testcurl/curl_version_check.c     2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Christian Grothoff
+     Copyright (C) 2007 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/https/test_empty_response.c
===================================================================
--- libmicrohttpd/src/testcurl/https/test_empty_response.c      2015-02-07 
23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/testcurl/https/test_empty_response.c      2015-02-07 
23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
  This file is part of libmicrohttpd
- (C) 2013 Christian Grothoff
+ Copyright (C) 2013 Christian Grothoff
 
  libmicrohttpd is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/https/test_https_get.c
===================================================================
--- libmicrohttpd/src/testcurl/https/test_https_get.c   2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testcurl/https/test_https_get.c   2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
   This file is part of libmicrohttpd
-  (C) 2007 Christian Grothoff
+  Copyright (C) 2007 Christian Grothoff
 
   libmicrohttpd is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/https/test_https_get_parallel.c
===================================================================
--- libmicrohttpd/src/testcurl/https/test_https_get_parallel.c  2015-02-07 
23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/testcurl/https/test_https_get_parallel.c  2015-02-07 
23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
   This file is part of libmicrohttpd
-  (C) 2007 Christian Grothoff
+  Copyright (C) 2007 Christian Grothoff
 
   libmicrohttpd is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/https/test_https_get_parallel_threads.c
===================================================================
--- libmicrohttpd/src/testcurl/https/test_https_get_parallel_threads.c  
2015-02-07 23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/testcurl/https/test_https_get_parallel_threads.c  
2015-02-07 23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
   This file is part of libmicrohttpd
-  (C) 2007 Christian Grothoff
+  Copyright (C) 2007 Christian Grothoff
 
   libmicrohttpd is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/https/test_https_get_select.c
===================================================================
--- libmicrohttpd/src/testcurl/https/test_https_get_select.c    2015-02-07 
23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/testcurl/https/test_https_get_select.c    2015-02-07 
23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
  This file is part of libmicrohttpd
- (C) 2007 Christian Grothoff
+ Copyright (C) 2007 Christian Grothoff
 
  libmicrohttpd is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/https/test_https_multi_daemon.c
===================================================================
--- libmicrohttpd/src/testcurl/https/test_https_multi_daemon.c  2015-02-07 
23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/testcurl/https/test_https_multi_daemon.c  2015-02-07 
23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
  This file is part of libmicrohttpd
- (C) 2007 Christian Grothoff
+ Copyright (C) 2007 Christian Grothoff
 
  libmicrohttpd is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/https/test_https_session_info.c
===================================================================
--- libmicrohttpd/src/testcurl/https/test_https_session_info.c  2015-02-07 
23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/testcurl/https/test_https_session_info.c  2015-02-07 
23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
  This file is part of libmicrohttpd
- (C) 2007 Christian Grothoff
+ Copyright (C) 2007 Christian Grothoff
 
  libmicrohttpd is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/https/test_https_sni.c
===================================================================
--- libmicrohttpd/src/testcurl/https/test_https_sni.c   2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testcurl/https/test_https_sni.c   2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
   This file is part of libmicrohttpd
-  (C) 2013 Christian Grothoff
+  Copyright (C) 2013 Christian Grothoff
 
   libmicrohttpd is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/https/test_https_time_out.c
===================================================================
--- libmicrohttpd/src/testcurl/https/test_https_time_out.c      2015-02-07 
23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/testcurl/https/test_https_time_out.c      2015-02-07 
23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
  This file is part of libmicrohttpd
- (C) 2007 Christian Grothoff
+ Copyright (C) 2007 Christian Grothoff
 
  libmicrohttpd is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/https/test_tls_authentication.c
===================================================================
--- libmicrohttpd/src/testcurl/https/test_tls_authentication.c  2015-02-07 
23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/testcurl/https/test_tls_authentication.c  2015-02-07 
23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
  This file is part of libmicrohttpd
- (C) 2007 Christian Grothoff
+ Copyright (C) 2007 Christian Grothoff
 
  libmicrohttpd is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/https/test_tls_extensions.c
===================================================================
--- libmicrohttpd/src/testcurl/https/test_tls_extensions.c      2015-02-07 
23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/testcurl/https/test_tls_extensions.c      2015-02-07 
23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
  This file is part of libmicrohttpd
- (C) 2007 Christian Grothoff
+ Copyright (C) 2007 Christian Grothoff
 
  libmicrohttpd is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/https/test_tls_options.c
===================================================================
--- libmicrohttpd/src/testcurl/https/test_tls_options.c 2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testcurl/https/test_tls_options.c 2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
   This file is part of libmicrohttpd
-  (C) 2007, 2010 Christian Grothoff
+  Copyright (C) 2007, 2010 Christian Grothoff
   
   libmicrohttpd is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/https/tls_test_common.c
===================================================================
--- libmicrohttpd/src/testcurl/https/tls_test_common.c  2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testcurl/https/tls_test_common.c  2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
  This file is part of libmicrohttpd
- (C) 2007 Christian Grothoff
+ Copyright (C) 2007 Christian Grothoff
 
  libmicrohttpd is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/https/tls_test_common.h
===================================================================
--- libmicrohttpd/src/testcurl/https/tls_test_common.h  2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testcurl/https/tls_test_common.h  2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
  This file is part of libmicrohttpd
- (C) 2007 Christian Grothoff
+ Copyright (C) 2007 Christian Grothoff
 
  libmicrohttpd is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/https/tls_test_keys.h
===================================================================
--- libmicrohttpd/src/testcurl/https/tls_test_keys.h    2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testcurl/https/tls_test_keys.h    2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2006, 2007, 2008 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2006, 2007, 2008 Christian Grothoff (and other contributing 
authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public

Modified: libmicrohttpd/src/testcurl/perf_get.c
===================================================================
--- libmicrohttpd/src/testcurl/perf_get.c       2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testcurl/perf_get.c       2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2009, 2011 Christian Grothoff
+     Copyright (C) 2007, 2009, 2011 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/perf_get_concurrent.c
===================================================================
--- libmicrohttpd/src/testcurl/perf_get_concurrent.c    2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testcurl/perf_get_concurrent.c    2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2009, 2011 Christian Grothoff
+     Copyright (C) 2007, 2009, 2011 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_callback.c
===================================================================
--- libmicrohttpd/src/testcurl/test_callback.c  2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testcurl/test_callback.c  2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2009, 2011 Christian Grothoff
+     Copyright (C) 2007, 2009, 2011 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_digestauth.c
===================================================================
--- libmicrohttpd/src/testcurl/test_digestauth.c        2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testcurl/test_digestauth.c        2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2010 Christian Grothoff
+     Copyright (C) 2010 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_digestauth_with_arguments.c
===================================================================
--- libmicrohttpd/src/testcurl/test_digestauth_with_arguments.c 2015-02-07 
23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/testcurl/test_digestauth_with_arguments.c 2015-02-07 
23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2010, 2012 Christian Grothoff
+     Copyright (C) 2010, 2012 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_get.c
===================================================================
--- libmicrohttpd/src/testcurl/test_get.c       2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testcurl/test_get.c       2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2009, 2011 Christian Grothoff
+     Copyright (C) 2007, 2009, 2011 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_get_chunked.c
===================================================================
--- libmicrohttpd/src/testcurl/test_get_chunked.c       2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testcurl/test_get_chunked.c       2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Christian Grothoff
+     Copyright (C) 2007 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_get_response_cleanup.c
===================================================================
--- libmicrohttpd/src/testcurl/test_get_response_cleanup.c      2015-02-07 
23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/testcurl/test_get_response_cleanup.c      2015-02-07 
23:12:45 UTC (rev 35137)
@@ -1,7 +1,7 @@
 /* DO NOT CHANGE THIS LINE */
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2009 Christian Grothoff
+     Copyright (C) 2007, 2009 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_get_sendfile.c
===================================================================
--- libmicrohttpd/src/testcurl/test_get_sendfile.c      2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testcurl/test_get_sendfile.c      2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2009 Christian Grothoff
+     Copyright (C) 2007, 2009 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_iplimit.c
===================================================================
--- libmicrohttpd/src/testcurl/test_iplimit.c   2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testcurl/test_iplimit.c   2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Christian Grothoff
+     Copyright (C) 2007 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_large_put.c
===================================================================
--- libmicrohttpd/src/testcurl/test_large_put.c 2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testcurl/test_large_put.c 2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2008 Christian Grothoff
+     Copyright (C) 2007, 2008 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_long_header.c
===================================================================
--- libmicrohttpd/src/testcurl/test_long_header.c       2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testcurl/test_long_header.c       2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Christian Grothoff
+     Copyright (C) 2007 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_options.c
===================================================================
--- libmicrohttpd/src/testcurl/test_options.c   2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testcurl/test_options.c   2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
  This file is part of libmicrohttpd
- (C) 2007 Christian Grothoff
+ Copyright (C) 2007 Christian Grothoff
 
  libmicrohttpd is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_parse_cookies.c
===================================================================
--- libmicrohttpd/src/testcurl/test_parse_cookies.c     2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testcurl/test_parse_cookies.c     2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,7 +1,7 @@
 
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Christian Grothoff
+     Copyright (C) 2007 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_post.c
===================================================================
--- libmicrohttpd/src/testcurl/test_post.c      2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testcurl/test_post.c      2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Christian Grothoff
+     Copyright (C) 2007 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_post_loop.c
===================================================================
--- libmicrohttpd/src/testcurl/test_post_loop.c 2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testcurl/test_post_loop.c 2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Christian Grothoff
+     Copyright (C) 2007 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_postform.c
===================================================================
--- libmicrohttpd/src/testcurl/test_postform.c  2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testcurl/test_postform.c  2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Christian Grothoff
+     Copyright (C) 2007 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_process_arguments.c
===================================================================
--- libmicrohttpd/src/testcurl/test_process_arguments.c 2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testcurl/test_process_arguments.c 2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2013 Christian Grothoff
+     Copyright (C) 2007, 2013 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_process_headers.c
===================================================================
--- libmicrohttpd/src/testcurl/test_process_headers.c   2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testcurl/test_process_headers.c   2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,7 +1,7 @@
 
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Christian Grothoff
+     Copyright (C) 2007 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_put.c
===================================================================
--- libmicrohttpd/src/testcurl/test_put.c       2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testcurl/test_put.c       2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Christian Grothoff
+     Copyright (C) 2007 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_put_chunked.c
===================================================================
--- libmicrohttpd/src/testcurl/test_put_chunked.c       2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testcurl/test_put_chunked.c       2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Christian Grothoff
+     Copyright (C) 2007 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_quiesce.c
===================================================================
--- libmicrohttpd/src/testcurl/test_quiesce.c   2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testcurl/test_quiesce.c   2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2013 Christian Grothoff
+     Copyright (C) 2013 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_start_stop.c
===================================================================
--- libmicrohttpd/src/testcurl/test_start_stop.c        2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testcurl/test_start_stop.c        2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2011 Christian Grothoff
+     Copyright (C) 2011 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_termination.c
===================================================================
--- libmicrohttpd/src/testcurl/test_termination.c       2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testcurl/test_termination.c       2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2009 Christian Grothoff
+     Copyright (C) 2009 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_timeout.c
===================================================================
--- libmicrohttpd/src/testcurl/test_timeout.c   2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testcurl/test_timeout.c   2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007 Christian Grothoff
+     Copyright (C) 2007 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testcurl/test_urlparse.c
===================================================================
--- libmicrohttpd/src/testcurl/test_urlparse.c  2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testcurl/test_urlparse.c  2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2009, 2011 Christian Grothoff
+     Copyright (C) 2007, 2009, 2011 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testspdy/common.c
===================================================================
--- libmicrohttpd/src/testspdy/common.c 2015-02-07 23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/testspdy/common.c 2015-02-07 23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/testspdy/common.h
===================================================================
--- libmicrohttpd/src/testspdy/common.h 2015-02-07 23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/testspdy/common.h 2015-02-07 23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/testspdy/test_daemon_start_stop.c
===================================================================
--- libmicrohttpd/src/testspdy/test_daemon_start_stop.c 2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testspdy/test_daemon_start_stop.c 2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/testspdy/test_daemon_start_stop_many.c
===================================================================
--- libmicrohttpd/src/testspdy/test_daemon_start_stop_many.c    2015-02-07 
23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/testspdy/test_daemon_start_stop_many.c    2015-02-07 
23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/testspdy/test_misc.c
===================================================================
--- libmicrohttpd/src/testspdy/test_misc.c      2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testspdy/test_misc.c      2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/testspdy/test_new_connection.c
===================================================================
--- libmicrohttpd/src/testspdy/test_new_connection.c    2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testspdy/test_new_connection.c    2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/testspdy/test_notls.c
===================================================================
--- libmicrohttpd/src/testspdy/test_notls.c     2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testspdy/test_notls.c     2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/testspdy/test_proxies.c
===================================================================
--- libmicrohttpd/src/testspdy/test_proxies.c   2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testspdy/test_proxies.c   2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/testspdy/test_request_response.c
===================================================================
--- libmicrohttpd/src/testspdy/test_request_response.c  2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testspdy/test_request_response.c  2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/testspdy/test_request_response_with_callback.c
===================================================================
--- libmicrohttpd/src/testspdy/test_request_response_with_callback.c    
2015-02-07 23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/testspdy/test_request_response_with_callback.c    
2015-02-07 23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/testspdy/test_requests_with_assets.c
===================================================================
--- libmicrohttpd/src/testspdy/test_requests_with_assets.c      2015-02-07 
23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/testspdy/test_requests_with_assets.c      2015-02-07 
23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/testspdy/test_session_timeout.c
===================================================================
--- libmicrohttpd/src/testspdy/test_session_timeout.c   2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testspdy/test_session_timeout.c   2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2013 Andrey Uzunov
+    Copyright Copyright (C) 2013 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/testspdy/test_struct_namevalue.c
===================================================================
--- libmicrohttpd/src/testspdy/test_struct_namevalue.c  2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testspdy/test_struct_namevalue.c  2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrospdy
-    Copyright (C) 2012 Andrey Uzunov
+    Copyright Copyright (C) 2012 Andrey Uzunov
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: libmicrohttpd/src/testzzuf/socat.c
===================================================================
--- libmicrohttpd/src/testzzuf/socat.c  2015-02-07 23:12:03 UTC (rev 35136)
+++ libmicrohttpd/src/testzzuf/socat.c  2015-02-07 23:12:45 UTC (rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2008 Christian Grothoff
+     Copyright (C) 2008 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testzzuf/test_get.c
===================================================================
--- libmicrohttpd/src/testzzuf/test_get.c       2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testzzuf/test_get.c       2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2008 Christian Grothoff
+     Copyright (C) 2007, 2008 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testzzuf/test_get_chunked.c
===================================================================
--- libmicrohttpd/src/testzzuf/test_get_chunked.c       2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testzzuf/test_get_chunked.c       2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2008 Christian Grothoff
+     Copyright (C) 2007, 2008 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testzzuf/test_long_header.c
===================================================================
--- libmicrohttpd/src/testzzuf/test_long_header.c       2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testzzuf/test_long_header.c       2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2008 Christian Grothoff
+     Copyright (C) 2007, 2008 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testzzuf/test_post.c
===================================================================
--- libmicrohttpd/src/testzzuf/test_post.c      2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testzzuf/test_post.c      2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2008 Christian Grothoff
+     Copyright (C) 2007, 2008 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testzzuf/test_post_form.c
===================================================================
--- libmicrohttpd/src/testzzuf/test_post_form.c 2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testzzuf/test_post_form.c 2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2008 Christian Grothoff
+     Copyright (C) 2007, 2008 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testzzuf/test_put.c
===================================================================
--- libmicrohttpd/src/testzzuf/test_put.c       2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testzzuf/test_put.c       2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2008 Christian Grothoff
+     Copyright (C) 2007, 2008 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testzzuf/test_put_chunked.c
===================================================================
--- libmicrohttpd/src/testzzuf/test_put_chunked.c       2015-02-07 23:12:03 UTC 
(rev 35136)
+++ libmicrohttpd/src/testzzuf/test_put_chunked.c       2015-02-07 23:12:45 UTC 
(rev 35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2008 Christian Grothoff
+     Copyright (C) 2007, 2008 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: libmicrohttpd/src/testzzuf/test_put_large.c
===================================================================
--- libmicrohttpd/src/testzzuf/test_put_large.c 2015-02-07 23:12:03 UTC (rev 
35136)
+++ libmicrohttpd/src/testzzuf/test_put_large.c 2015-02-07 23:12:45 UTC (rev 
35137)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2007, 2008 Christian Grothoff
+     Copyright (C) 2007, 2008 Christian Grothoff
 
      libmicrohttpd is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published




reply via email to

[Prev in Thread] Current Thread [Next in Thread]