From 8578f3cf76ad196cce106078432c695acf22db66 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Mon, 24 Jul 2017 09:42:36 -0700 Subject: [PATCH] Update copyrights --- CHANGELOG.md | 1 + CMakeLists.txt | 2 +- example/common/detect_ssl.hpp | 2 +- example/common/helpers.hpp | 2 +- example/common/mime_types.hpp | 2 +- example/common/rfc7231.hpp | 2 +- example/common/root_certificates.hpp | 2 +- example/common/session_alloc.hpp | 2 +- example/common/ssl_stream.hpp | 2 +- example/common/write_msg.hpp | 2 +- example/doc/http_examples.hpp | 2 +- example/echo-op/CMakeLists.txt | 2 +- example/echo-op/Jamfile | 2 +- example/echo-op/echo_op.cpp | 2 +- example/http-client-ssl/CMakeLists.txt | 2 +- example/http-client-ssl/Jamfile | 2 +- example/http-client-ssl/http_client_ssl.cpp | 2 +- example/http-client/CMakeLists.txt | 2 +- example/http-client/Jamfile | 2 +- example/http-client/http_client.cpp | 2 +- example/http-crawl/CMakeLists.txt | 2 +- example/http-crawl/Jamfile | 2 +- example/http-crawl/http_crawl.cpp | 2 +- example/http-crawl/urls_large_data.cpp | 2 +- example/http-crawl/urls_large_data.hpp | 2 +- example/http-server-fast/CMakeLists.txt | 2 +- example/http-server-fast/Jamfile | 2 +- example/http-server-fast/fields_alloc.hpp | 2 +- example/http-server-small/CMakeLists.txt | 2 +- example/http-server-small/Jamfile | 2 +- example/http-server-threaded/CMakeLists.txt | 2 +- example/http-server-threaded/Jamfile | 2 +- example/http-server-threaded/http_server_threaded.cpp | 2 +- example/server-framework/CMakeLists.txt | 2 +- example/server-framework/Jamfile | 2 +- example/server-framework/file_service.hpp | 2 +- example/server-framework/framework.hpp | 2 +- example/server-framework/http_async_port.hpp | 2 +- example/server-framework/http_base.hpp | 2 +- example/server-framework/http_sync_port.hpp | 2 +- example/server-framework/https_ports.hpp | 2 +- example/server-framework/main.cpp | 2 +- example/server-framework/multi_port.hpp | 2 +- example/server-framework/server.hpp | 2 +- example/server-framework/service_list.hpp | 2 +- example/server-framework/ssl_certificate.hpp | 2 +- example/server-framework/ws_async_port.hpp | 2 +- example/server-framework/ws_sync_port.hpp | 2 +- example/server-framework/ws_upgrade_service.hpp | 2 +- example/server-framework/wss_ports.hpp | 2 +- example/websocket-client-ssl/CMakeLists.txt | 2 +- example/websocket-client-ssl/Jamfile | 2 +- example/websocket-client-ssl/websocket_client_ssl.cpp | 2 +- example/websocket-client/CMakeLists.txt | 2 +- example/websocket-client/Jamfile | 2 +- example/websocket-client/websocket_client.cpp | 2 +- example/websocket-server-async/CMakeLists.txt | 2 +- example/websocket-server-async/Jamfile | 2 +- extras/boost/beast/doc_debug.hpp | 2 +- extras/boost/beast/test/fail_counter.hpp | 2 +- extras/boost/beast/test/fail_stream.hpp | 2 +- extras/boost/beast/test/fuzz.hpp | 2 +- extras/boost/beast/test/pipe_stream.hpp | 2 +- extras/boost/beast/test/sig_wait.hpp | 2 +- extras/boost/beast/test/string_iostream.hpp | 2 +- extras/boost/beast/test/string_istream.hpp | 2 +- extras/boost/beast/test/string_ostream.hpp | 2 +- extras/boost/beast/test/test_allocator.hpp | 2 +- extras/boost/beast/test/yield_to.hpp | 2 +- extras/boost/beast/unit_test/amount.hpp | 2 +- extras/boost/beast/unit_test/detail/const_container.hpp | 2 +- extras/boost/beast/unit_test/dstream.hpp | 2 +- extras/boost/beast/unit_test/global_suites.hpp | 2 +- extras/boost/beast/unit_test/main.cpp | 2 +- extras/boost/beast/unit_test/match.hpp | 2 +- extras/boost/beast/unit_test/recorder.hpp | 2 +- extras/boost/beast/unit_test/reporter.hpp | 2 +- extras/boost/beast/unit_test/results.hpp | 2 +- extras/boost/beast/unit_test/runner.hpp | 2 +- extras/boost/beast/unit_test/suite.hpp | 2 +- extras/boost/beast/unit_test/suite_info.hpp | 2 +- extras/boost/beast/unit_test/suite_list.hpp | 2 +- extras/boost/beast/unit_test/thread.hpp | 2 +- include/boost/beast/config.hpp | 2 +- include/boost/beast/core.hpp | 2 +- include/boost/beast/core/async_result.hpp | 2 +- include/boost/beast/core/bind_handler.hpp | 2 +- include/boost/beast/core/buffer_cat.hpp | 2 +- include/boost/beast/core/buffer_prefix.hpp | 2 +- include/boost/beast/core/buffered_read_stream.hpp | 2 +- include/boost/beast/core/buffers_adapter.hpp | 2 +- include/boost/beast/core/consuming_buffers.hpp | 2 +- include/boost/beast/core/detail/base64.hpp | 2 +- include/boost/beast/core/detail/bind_handler.hpp | 2 +- include/boost/beast/core/detail/buffers_ref.hpp | 2 +- include/boost/beast/core/detail/clamp.hpp | 2 +- include/boost/beast/core/detail/config.hpp | 2 +- include/boost/beast/core/detail/empty_base_optimization.hpp | 2 +- include/boost/beast/core/detail/in_place_init.hpp | 2 +- include/boost/beast/core/detail/integer_sequence.hpp | 2 +- include/boost/beast/core/detail/ostream.hpp | 2 +- include/boost/beast/core/detail/sha1.hpp | 2 +- include/boost/beast/core/detail/static_ostream.hpp | 2 +- include/boost/beast/core/detail/static_string.hpp | 2 +- include/boost/beast/core/detail/type_traits.hpp | 2 +- include/boost/beast/core/detail/variant.hpp | 2 +- include/boost/beast/core/drain_buffer.hpp | 2 +- include/boost/beast/core/error.hpp | 2 +- include/boost/beast/core/flat_buffer.hpp | 2 +- include/boost/beast/core/flat_static_buffer.hpp | 2 +- include/boost/beast/core/handler_alloc.hpp | 2 +- include/boost/beast/core/handler_ptr.hpp | 2 +- include/boost/beast/core/impl/buffer_cat.ipp | 2 +- include/boost/beast/core/impl/buffer_prefix.ipp | 2 +- include/boost/beast/core/impl/buffered_read_stream.ipp | 2 +- include/boost/beast/core/impl/buffers_adapter.ipp | 2 +- include/boost/beast/core/impl/consuming_buffers.ipp | 2 +- include/boost/beast/core/impl/flat_buffer.ipp | 2 +- include/boost/beast/core/impl/flat_static_buffer.ipp | 2 +- include/boost/beast/core/impl/handler_ptr.ipp | 2 +- include/boost/beast/core/impl/multi_buffer.ipp | 2 +- include/boost/beast/core/impl/read_size.ipp | 2 +- include/boost/beast/core/impl/static_buffer.ipp | 2 +- include/boost/beast/core/impl/static_string.ipp | 2 +- include/boost/beast/core/impl/string_param.ipp | 2 +- include/boost/beast/core/multi_buffer.hpp | 2 +- include/boost/beast/core/ostream.hpp | 2 +- include/boost/beast/core/read_size.hpp | 2 +- include/boost/beast/core/span.hpp | 2 +- include/boost/beast/core/static_buffer.hpp | 2 +- include/boost/beast/core/static_string.hpp | 2 +- include/boost/beast/core/string.hpp | 2 +- include/boost/beast/core/string_param.hpp | 2 +- include/boost/beast/core/type_traits.hpp | 2 +- include/boost/beast/http.hpp | 2 +- include/boost/beast/http/basic_dynamic_body.hpp | 2 +- include/boost/beast/http/basic_file_body.hpp | 2 +- include/boost/beast/http/basic_parser.hpp | 2 +- include/boost/beast/http/buffer_body.hpp | 2 +- include/boost/beast/http/chunk_encode.hpp | 2 +- include/boost/beast/http/detail/basic_parsed_list.hpp | 2 +- include/boost/beast/http/detail/basic_parser.hpp | 2 +- include/boost/beast/http/detail/chunk_encode.hpp | 2 +- include/boost/beast/http/detail/rfc7230.hpp | 2 +- include/boost/beast/http/detail/type_traits.hpp | 2 +- include/boost/beast/http/dynamic_body.hpp | 2 +- include/boost/beast/http/empty_body.hpp | 2 +- include/boost/beast/http/error.hpp | 2 +- include/boost/beast/http/field.hpp | 2 +- include/boost/beast/http/fields.hpp | 2 +- include/boost/beast/http/file_body.hpp | 2 +- include/boost/beast/http/impl/basic_parser.ipp | 2 +- include/boost/beast/http/impl/chunk_encode.ipp | 2 +- include/boost/beast/http/impl/error.ipp | 2 +- include/boost/beast/http/impl/field.ipp | 2 +- include/boost/beast/http/impl/fields.ipp | 2 +- include/boost/beast/http/impl/file_body_win32.ipp | 2 +- include/boost/beast/http/impl/message.ipp | 2 +- include/boost/beast/http/impl/parser.ipp | 2 +- include/boost/beast/http/impl/read.ipp | 2 +- include/boost/beast/http/impl/rfc7230.ipp | 2 +- include/boost/beast/http/impl/serializer.ipp | 2 +- include/boost/beast/http/impl/status.ipp | 2 +- include/boost/beast/http/impl/verb.ipp | 2 +- include/boost/beast/http/impl/write.ipp | 2 +- include/boost/beast/http/message.hpp | 2 +- include/boost/beast/http/parser.hpp | 2 +- include/boost/beast/http/read.hpp | 2 +- include/boost/beast/http/rfc7230.hpp | 2 +- include/boost/beast/http/serializer.hpp | 2 +- include/boost/beast/http/span_body.hpp | 2 +- include/boost/beast/http/status.hpp | 2 +- include/boost/beast/http/string_body.hpp | 2 +- include/boost/beast/http/type_traits.hpp | 2 +- include/boost/beast/http/vector_body.hpp | 2 +- include/boost/beast/http/verb.hpp | 2 +- include/boost/beast/http/write.hpp | 2 +- include/boost/beast/version.hpp | 2 +- include/boost/beast/websocket.hpp | 2 +- include/boost/beast/websocket/detail/frame.hpp | 2 +- include/boost/beast/websocket/detail/hybi13.hpp | 2 +- include/boost/beast/websocket/detail/mask.hpp | 2 +- include/boost/beast/websocket/detail/pausation.hpp | 2 +- include/boost/beast/websocket/detail/pmd_extension.hpp | 2 +- include/boost/beast/websocket/detail/type_traits.hpp | 2 +- include/boost/beast/websocket/detail/utf8_checker.hpp | 2 +- include/boost/beast/websocket/error.hpp | 2 +- include/boost/beast/websocket/impl/accept.ipp | 2 +- include/boost/beast/websocket/impl/close.ipp | 2 +- include/boost/beast/websocket/impl/error.ipp | 2 +- include/boost/beast/websocket/impl/fail.ipp | 2 +- include/boost/beast/websocket/impl/handshake.ipp | 2 +- include/boost/beast/websocket/impl/ping.ipp | 2 +- include/boost/beast/websocket/impl/read.ipp | 2 +- include/boost/beast/websocket/impl/rfc6455.ipp | 2 +- include/boost/beast/websocket/impl/ssl.ipp | 2 +- include/boost/beast/websocket/impl/stream.ipp | 2 +- include/boost/beast/websocket/impl/teardown.ipp | 2 +- include/boost/beast/websocket/impl/write.ipp | 2 +- include/boost/beast/websocket/option.hpp | 2 +- include/boost/beast/websocket/rfc6455.hpp | 2 +- include/boost/beast/websocket/ssl.hpp | 2 +- include/boost/beast/websocket/stream.hpp | 2 +- include/boost/beast/websocket/teardown.hpp | 2 +- include/boost/beast/zlib.hpp | 2 +- include/boost/beast/zlib/deflate_stream.hpp | 2 +- include/boost/beast/zlib/detail/bitstream.hpp | 2 +- include/boost/beast/zlib/detail/deflate_stream.hpp | 2 +- include/boost/beast/zlib/detail/inflate_stream.hpp | 2 +- include/boost/beast/zlib/detail/ranges.hpp | 2 +- include/boost/beast/zlib/detail/window.hpp | 2 +- include/boost/beast/zlib/error.hpp | 2 +- include/boost/beast/zlib/impl/error.ipp | 2 +- include/boost/beast/zlib/inflate_stream.hpp | 2 +- include/boost/beast/zlib/zlib.hpp | 2 +- test/CMakeLists.txt | 2 +- test/Jamfile | 2 +- test/benchmarks/CMakeLists.txt | 2 +- test/benchmarks/Jamfile | 2 +- test/benchmarks/buffers.cpp | 2 +- test/benchmarks/nodejs_parser.cpp | 2 +- test/benchmarks/nodejs_parser.hpp | 2 +- test/benchmarks/parser.cpp | 2 +- test/benchmarks/utf8_checker.cpp | 2 +- test/common/CMakeLists.txt | 2 +- test/common/Jamfile | 2 +- test/common/detect_ssl.cpp | 2 +- test/common/main.cpp | 2 +- test/common/mime_types.cpp | 2 +- test/common/rfc7231.cpp | 2 +- test/common/session_alloc.cpp | 2 +- test/common/ssl_stream.cpp | 2 +- test/common/write_msg.cpp | 2 +- test/config.cpp | 2 +- test/core.cpp | 2 +- test/core/CMakeLists.txt | 2 +- test/core/Jamfile | 2 +- test/core/async_result.cpp | 2 +- test/core/base64.cpp | 2 +- test/core/bind_handler.cpp | 2 +- test/core/buffer_cat.cpp | 2 +- test/core/buffer_prefix.cpp | 2 +- test/core/buffer_test.hpp | 2 +- test/core/buffered_read_stream.cpp | 2 +- test/core/buffers_adapter.cpp | 2 +- test/core/clamp.cpp | 2 +- test/core/consuming_buffers.cpp | 2 +- test/core/detail/varint.cpp | 2 +- test/core/doc_examples.cpp | 2 +- test/core/doc_snippets.cpp | 2 +- test/core/drain_buffer.cpp | 2 +- test/core/empty_base_optimization.cpp | 2 +- test/core/error.cpp | 2 +- test/core/file.cpp | 2 +- test/core/file_posix.cpp | 2 +- test/core/file_stdio.cpp | 2 +- test/core/file_test.hpp | 2 +- test/core/file_win32.cpp | 2 +- test/core/flat_buffer.cpp | 2 +- test/core/flat_static_buffer.cpp | 2 +- test/core/handler_alloc.cpp | 2 +- test/core/handler_ptr.cpp | 2 +- test/core/multi_buffer.cpp | 2 +- test/core/ostream.cpp | 2 +- test/core/read_size.cpp | 2 +- test/core/sha1.cpp | 2 +- test/core/span.cpp | 2 +- test/core/static_buffer.cpp | 2 +- test/core/static_string.cpp | 2 +- test/core/string.cpp | 2 +- test/core/string_param.cpp | 2 +- test/core/type_traits.cpp | 2 +- test/exemplars.cpp | 2 +- test/http.cpp | 2 +- test/http/CMakeLists.txt | 2 +- test/http/Jamfile | 2 +- test/http/basic_dynamic_body.cpp | 2 +- test/http/basic_file_body.cpp | 2 +- test/http/basic_parser.cpp | 2 +- test/http/buffer_body.cpp | 2 +- test/http/chunk_encode.cpp | 2 +- test/http/doc_examples.cpp | 2 +- test/http/doc_snippets.cpp | 2 +- test/http/dynamic_body.cpp | 2 +- test/http/empty_body.cpp | 2 +- test/http/error.cpp | 2 +- test/http/field.cpp | 2 +- test/http/fields.cpp | 2 +- test/http/file_body.cpp | 2 +- test/http/message.cpp | 2 +- test/http/message_fuzz.hpp | 2 +- test/http/parser.cpp | 2 +- test/http/read.cpp | 2 +- test/http/rfc7230.cpp | 2 +- test/http/serializer.cpp | 2 +- test/http/span_body.cpp | 2 +- test/http/status.cpp | 2 +- test/http/string_body.cpp | 2 +- test/http/test_parser.hpp | 2 +- test/http/type_traits.cpp | 2 +- test/http/vector_body.cpp | 2 +- test/http/verb.cpp | 2 +- test/http/write.cpp | 2 +- test/server/CMakeLists.txt | 2 +- test/server/Jamfile | 2 +- test/server/file_service.cpp | 2 +- test/server/framework.cpp | 2 +- test/server/http_async_port.cpp | 2 +- test/server/http_base.cpp | 2 +- test/server/http_sync_port.cpp | 2 +- test/server/https_ports.cpp | 2 +- test/server/multi_port.cpp | 2 +- test/server/server.cpp | 2 +- test/server/service_list.cpp | 2 +- test/server/ssl_certificate.cpp | 2 +- test/server/tests.cpp | 2 +- test/server/ws_async_port.cpp | 2 +- test/server/ws_sync_port.cpp | 2 +- test/server/ws_upgrade_service.cpp | 2 +- test/server/wss_ports.cpp | 2 +- test/version.cpp | 2 +- test/websocket.cpp | 2 +- test/websocket/CMakeLists.txt | 2 +- test/websocket/Jamfile | 2 +- test/websocket/doc_snippets.cpp | 2 +- test/websocket/error.cpp | 2 +- test/websocket/frame.cpp | 2 +- test/websocket/mask.cpp | 2 +- test/websocket/option.cpp | 2 +- test/websocket/rfc6455.cpp | 2 +- test/websocket/stream.cpp | 2 +- test/websocket/teardown.cpp | 2 +- test/websocket/utf8_checker.cpp | 2 +- test/websocket/websocket_async_echo_server.hpp | 2 +- test/websocket/websocket_sync_echo_server.hpp | 2 +- test/wstest/CMakeLists.txt | 2 +- test/wstest/Jamfile | 2 +- test/wstest/main.cpp | 2 +- test/zlib.cpp | 2 +- test/zlib/CMakeLists.txt | 2 +- test/zlib/Jamfile | 2 +- test/zlib/deflate_stream.cpp | 2 +- test/zlib/error.cpp | 2 +- test/zlib/inflate_stream.cpp | 2 +- test/zlib/ztest.hpp | 2 +- 345 files changed, 345 insertions(+), 344 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4cc013a..b90177d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Version 86: * Use winapi * Update CMakeLists.txt for boost * Update documentation for boost +* Update copyrights -------------------------------------------------------------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index aec188de..7a9d7ce7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/common/detect_ssl.hpp b/example/common/detect_ssl.hpp index 3dd28ed5..00693d13 100644 --- a/example/common/detect_ssl.hpp +++ b/example/common/detect_ssl.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/common/helpers.hpp b/example/common/helpers.hpp index a3a72335..df2b954d 100644 --- a/example/common/helpers.hpp +++ b/example/common/helpers.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/common/mime_types.hpp b/example/common/mime_types.hpp index 0037fc00..8bb654c9 100644 --- a/example/common/mime_types.hpp +++ b/example/common/mime_types.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/common/rfc7231.hpp b/example/common/rfc7231.hpp index 65aac7cd..50726079 100644 --- a/example/common/rfc7231.hpp +++ b/example/common/rfc7231.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/common/root_certificates.hpp b/example/common/root_certificates.hpp index 445999a3..706ca701 100644 --- a/example/common/root_certificates.hpp +++ b/example/common/root_certificates.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/common/session_alloc.hpp b/example/common/session_alloc.hpp index f1c940f7..8b859009 100644 --- a/example/common/session_alloc.hpp +++ b/example/common/session_alloc.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/common/ssl_stream.hpp b/example/common/ssl_stream.hpp index a23a0256..35e847df 100644 --- a/example/common/ssl_stream.hpp +++ b/example/common/ssl_stream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/common/write_msg.hpp b/example/common/write_msg.hpp index 7bcba353..fad3dd16 100644 --- a/example/common/write_msg.hpp +++ b/example/common/write_msg.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/doc/http_examples.hpp b/example/doc/http_examples.hpp index f55eab16..199f3043 100644 --- a/example/doc/http_examples.hpp +++ b/example/doc/http_examples.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/echo-op/CMakeLists.txt b/example/echo-op/CMakeLists.txt index 0cdb1a32..18f8756b 100644 --- a/example/echo-op/CMakeLists.txt +++ b/example/echo-op/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/echo-op/Jamfile b/example/echo-op/Jamfile index b6c1b18a..caeb767e 100644 --- a/example/echo-op/Jamfile +++ b/example/echo-op/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/echo-op/echo_op.cpp b/example/echo-op/echo_op.cpp index ba39fde9..444a04ec 100644 --- a/example/echo-op/echo_op.cpp +++ b/example/echo-op/echo_op.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-client-ssl/CMakeLists.txt b/example/http-client-ssl/CMakeLists.txt index db537cea..1bc4947d 100644 --- a/example/http-client-ssl/CMakeLists.txt +++ b/example/http-client-ssl/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-client-ssl/Jamfile b/example/http-client-ssl/Jamfile index cac09415..4d9f9fcc 100644 --- a/example/http-client-ssl/Jamfile +++ b/example/http-client-ssl/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-client-ssl/http_client_ssl.cpp b/example/http-client-ssl/http_client_ssl.cpp index 2583e18a..05be692a 100644 --- a/example/http-client-ssl/http_client_ssl.cpp +++ b/example/http-client-ssl/http_client_ssl.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-client/CMakeLists.txt b/example/http-client/CMakeLists.txt index 6cf6f113..8a0f9357 100644 --- a/example/http-client/CMakeLists.txt +++ b/example/http-client/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-client/Jamfile b/example/http-client/Jamfile index 96c7660e..8f9f7ed6 100644 --- a/example/http-client/Jamfile +++ b/example/http-client/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-client/http_client.cpp b/example/http-client/http_client.cpp index 8396f106..ff31e151 100644 --- a/example/http-client/http_client.cpp +++ b/example/http-client/http_client.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-crawl/CMakeLists.txt b/example/http-crawl/CMakeLists.txt index af70400b..bf85cc28 100644 --- a/example/http-crawl/CMakeLists.txt +++ b/example/http-crawl/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-crawl/Jamfile b/example/http-crawl/Jamfile index 6d033229..8f94c967 100644 --- a/example/http-crawl/Jamfile +++ b/example/http-crawl/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-crawl/http_crawl.cpp b/example/http-crawl/http_crawl.cpp index e22dcf0f..7883b566 100644 --- a/example/http-crawl/http_crawl.cpp +++ b/example/http-crawl/http_crawl.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-crawl/urls_large_data.cpp b/example/http-crawl/urls_large_data.cpp index 0756962d..29aa26b8 100644 --- a/example/http-crawl/urls_large_data.cpp +++ b/example/http-crawl/urls_large_data.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-crawl/urls_large_data.hpp b/example/http-crawl/urls_large_data.hpp index 10f77e37..57dff305 100644 --- a/example/http-crawl/urls_large_data.hpp +++ b/example/http-crawl/urls_large_data.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-server-fast/CMakeLists.txt b/example/http-server-fast/CMakeLists.txt index f4efd013..ef7e6d91 100644 --- a/example/http-server-fast/CMakeLists.txt +++ b/example/http-server-fast/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-server-fast/Jamfile b/example/http-server-fast/Jamfile index 3a568df0..8a9dd44d 100644 --- a/example/http-server-fast/Jamfile +++ b/example/http-server-fast/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-server-fast/fields_alloc.hpp b/example/http-server-fast/fields_alloc.hpp index b34277b3..817498ba 100644 --- a/example/http-server-fast/fields_alloc.hpp +++ b/example/http-server-fast/fields_alloc.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-server-small/CMakeLists.txt b/example/http-server-small/CMakeLists.txt index f183fefe..3f1be59a 100644 --- a/example/http-server-small/CMakeLists.txt +++ b/example/http-server-small/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-server-small/Jamfile b/example/http-server-small/Jamfile index d52b46fd..48e9fd13 100644 --- a/example/http-server-small/Jamfile +++ b/example/http-server-small/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-server-threaded/CMakeLists.txt b/example/http-server-threaded/CMakeLists.txt index cccdc0a9..0055c40d 100644 --- a/example/http-server-threaded/CMakeLists.txt +++ b/example/http-server-threaded/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-server-threaded/Jamfile b/example/http-server-threaded/Jamfile index 0486e062..b11e5a41 100644 --- a/example/http-server-threaded/Jamfile +++ b/example/http-server-threaded/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/http-server-threaded/http_server_threaded.cpp b/example/http-server-threaded/http_server_threaded.cpp index e33857c6..c22deab4 100644 --- a/example/http-server-threaded/http_server_threaded.cpp +++ b/example/http-server-threaded/http_server_threaded.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/server-framework/CMakeLists.txt b/example/server-framework/CMakeLists.txt index 508d436f..0e1a43d4 100644 --- a/example/server-framework/CMakeLists.txt +++ b/example/server-framework/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/server-framework/Jamfile b/example/server-framework/Jamfile index 82e9bb51..d90044cd 100644 --- a/example/server-framework/Jamfile +++ b/example/server-framework/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/server-framework/file_service.hpp b/example/server-framework/file_service.hpp index 18731974..d376ead8 100644 --- a/example/server-framework/file_service.hpp +++ b/example/server-framework/file_service.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/server-framework/framework.hpp b/example/server-framework/framework.hpp index d9c86719..853f1972 100644 --- a/example/server-framework/framework.hpp +++ b/example/server-framework/framework.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/server-framework/http_async_port.hpp b/example/server-framework/http_async_port.hpp index 15be3e68..dad4e9d7 100644 --- a/example/server-framework/http_async_port.hpp +++ b/example/server-framework/http_async_port.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/server-framework/http_base.hpp b/example/server-framework/http_base.hpp index e8c853b4..fa2aaa11 100644 --- a/example/server-framework/http_base.hpp +++ b/example/server-framework/http_base.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/server-framework/http_sync_port.hpp b/example/server-framework/http_sync_port.hpp index fe8f28cc..79c51926 100644 --- a/example/server-framework/http_sync_port.hpp +++ b/example/server-framework/http_sync_port.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/server-framework/https_ports.hpp b/example/server-framework/https_ports.hpp index 79908277..6c6fb004 100644 --- a/example/server-framework/https_ports.hpp +++ b/example/server-framework/https_ports.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/server-framework/main.cpp b/example/server-framework/main.cpp index bdddee02..9fc2b1fa 100644 --- a/example/server-framework/main.cpp +++ b/example/server-framework/main.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/server-framework/multi_port.hpp b/example/server-framework/multi_port.hpp index 3a1eac41..6913b0cd 100644 --- a/example/server-framework/multi_port.hpp +++ b/example/server-framework/multi_port.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/server-framework/server.hpp b/example/server-framework/server.hpp index 0cfa3973..7fa222c9 100644 --- a/example/server-framework/server.hpp +++ b/example/server-framework/server.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/server-framework/service_list.hpp b/example/server-framework/service_list.hpp index b873b31d..1cbcc423 100644 --- a/example/server-framework/service_list.hpp +++ b/example/server-framework/service_list.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/server-framework/ssl_certificate.hpp b/example/server-framework/ssl_certificate.hpp index 31201d07..6bddcb47 100644 --- a/example/server-framework/ssl_certificate.hpp +++ b/example/server-framework/ssl_certificate.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/server-framework/ws_async_port.hpp b/example/server-framework/ws_async_port.hpp index f7146943..5bf54078 100644 --- a/example/server-framework/ws_async_port.hpp +++ b/example/server-framework/ws_async_port.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/server-framework/ws_sync_port.hpp b/example/server-framework/ws_sync_port.hpp index 9e4f2228..4a4606db 100644 --- a/example/server-framework/ws_sync_port.hpp +++ b/example/server-framework/ws_sync_port.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/server-framework/ws_upgrade_service.hpp b/example/server-framework/ws_upgrade_service.hpp index 1245be31..28b4e1d5 100644 --- a/example/server-framework/ws_upgrade_service.hpp +++ b/example/server-framework/ws_upgrade_service.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/server-framework/wss_ports.hpp b/example/server-framework/wss_ports.hpp index 55d612d4..7214f3df 100644 --- a/example/server-framework/wss_ports.hpp +++ b/example/server-framework/wss_ports.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/websocket-client-ssl/CMakeLists.txt b/example/websocket-client-ssl/CMakeLists.txt index fecc7291..de78396b 100644 --- a/example/websocket-client-ssl/CMakeLists.txt +++ b/example/websocket-client-ssl/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/websocket-client-ssl/Jamfile b/example/websocket-client-ssl/Jamfile index 49132cd6..d1f78dbb 100644 --- a/example/websocket-client-ssl/Jamfile +++ b/example/websocket-client-ssl/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/websocket-client-ssl/websocket_client_ssl.cpp b/example/websocket-client-ssl/websocket_client_ssl.cpp index d937dc0d..9663c73e 100644 --- a/example/websocket-client-ssl/websocket_client_ssl.cpp +++ b/example/websocket-client-ssl/websocket_client_ssl.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/websocket-client/CMakeLists.txt b/example/websocket-client/CMakeLists.txt index 8fa7b234..75c7f3c6 100644 --- a/example/websocket-client/CMakeLists.txt +++ b/example/websocket-client/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/websocket-client/Jamfile b/example/websocket-client/Jamfile index 842ca8f5..99947b3c 100644 --- a/example/websocket-client/Jamfile +++ b/example/websocket-client/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/websocket-client/websocket_client.cpp b/example/websocket-client/websocket_client.cpp index d73fb727..144e88c8 100644 --- a/example/websocket-client/websocket_client.cpp +++ b/example/websocket-client/websocket_client.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/websocket-server-async/CMakeLists.txt b/example/websocket-server-async/CMakeLists.txt index a90a17c5..5dfbcee0 100644 --- a/example/websocket-server-async/CMakeLists.txt +++ b/example/websocket-server-async/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/websocket-server-async/Jamfile b/example/websocket-server-async/Jamfile index 475571c3..e1e63e14 100644 --- a/example/websocket-server-async/Jamfile +++ b/example/websocket-server-async/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/doc_debug.hpp b/extras/boost/beast/doc_debug.hpp index 85248281..386e527f 100644 --- a/extras/boost/beast/doc_debug.hpp +++ b/extras/boost/beast/doc_debug.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/test/fail_counter.hpp b/extras/boost/beast/test/fail_counter.hpp index 317726b7..9734fdda 100644 --- a/extras/boost/beast/test/fail_counter.hpp +++ b/extras/boost/beast/test/fail_counter.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/test/fail_stream.hpp b/extras/boost/beast/test/fail_stream.hpp index eb0b7892..b32a9f83 100644 --- a/extras/boost/beast/test/fail_stream.hpp +++ b/extras/boost/beast/test/fail_stream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/test/fuzz.hpp b/extras/boost/beast/test/fuzz.hpp index 763c4323..6b8e929f 100644 --- a/extras/boost/beast/test/fuzz.hpp +++ b/extras/boost/beast/test/fuzz.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/test/pipe_stream.hpp b/extras/boost/beast/test/pipe_stream.hpp index 3d9d56ab..2be21eb1 100644 --- a/extras/boost/beast/test/pipe_stream.hpp +++ b/extras/boost/beast/test/pipe_stream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/test/sig_wait.hpp b/extras/boost/beast/test/sig_wait.hpp index a180967f..cb2ded45 100644 --- a/extras/boost/beast/test/sig_wait.hpp +++ b/extras/boost/beast/test/sig_wait.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/test/string_iostream.hpp b/extras/boost/beast/test/string_iostream.hpp index 7b36725d..ce62d0c7 100644 --- a/extras/boost/beast/test/string_iostream.hpp +++ b/extras/boost/beast/test/string_iostream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/test/string_istream.hpp b/extras/boost/beast/test/string_istream.hpp index e004c6fe..5587a3dc 100644 --- a/extras/boost/beast/test/string_istream.hpp +++ b/extras/boost/beast/test/string_istream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/test/string_ostream.hpp b/extras/boost/beast/test/string_ostream.hpp index a09b320f..239885cf 100644 --- a/extras/boost/beast/test/string_ostream.hpp +++ b/extras/boost/beast/test/string_ostream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/test/test_allocator.hpp b/extras/boost/beast/test/test_allocator.hpp index c29aea57..ee472b0d 100644 --- a/extras/boost/beast/test/test_allocator.hpp +++ b/extras/boost/beast/test/test_allocator.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/test/yield_to.hpp b/extras/boost/beast/test/yield_to.hpp index c06eab8e..b7fb87ce 100644 --- a/extras/boost/beast/test/yield_to.hpp +++ b/extras/boost/beast/test/yield_to.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/unit_test/amount.hpp b/extras/boost/beast/unit_test/amount.hpp index 7022b6fb..13e7c9f9 100644 --- a/extras/boost/beast/unit_test/amount.hpp +++ b/extras/boost/beast/unit_test/amount.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/unit_test/detail/const_container.hpp b/extras/boost/beast/unit_test/detail/const_container.hpp index d45a25d4..7a6be1b3 100644 --- a/extras/boost/beast/unit_test/detail/const_container.hpp +++ b/extras/boost/beast/unit_test/detail/const_container.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/unit_test/dstream.hpp b/extras/boost/beast/unit_test/dstream.hpp index fa09b89a..599b64b5 100644 --- a/extras/boost/beast/unit_test/dstream.hpp +++ b/extras/boost/beast/unit_test/dstream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/unit_test/global_suites.hpp b/extras/boost/beast/unit_test/global_suites.hpp index 5033f603..56e49a44 100644 --- a/extras/boost/beast/unit_test/global_suites.hpp +++ b/extras/boost/beast/unit_test/global_suites.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/unit_test/main.cpp b/extras/boost/beast/unit_test/main.cpp index cf277556..6faeb556 100644 --- a/extras/boost/beast/unit_test/main.cpp +++ b/extras/boost/beast/unit_test/main.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/unit_test/match.hpp b/extras/boost/beast/unit_test/match.hpp index ce4bdb11..39c3c787 100644 --- a/extras/boost/beast/unit_test/match.hpp +++ b/extras/boost/beast/unit_test/match.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/unit_test/recorder.hpp b/extras/boost/beast/unit_test/recorder.hpp index 40d285b0..a3fbfd6c 100644 --- a/extras/boost/beast/unit_test/recorder.hpp +++ b/extras/boost/beast/unit_test/recorder.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/unit_test/reporter.hpp b/extras/boost/beast/unit_test/reporter.hpp index 888895d6..ee03489b 100644 --- a/extras/boost/beast/unit_test/reporter.hpp +++ b/extras/boost/beast/unit_test/reporter.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/unit_test/results.hpp b/extras/boost/beast/unit_test/results.hpp index 3319ffdf..5fe3b7ba 100644 --- a/extras/boost/beast/unit_test/results.hpp +++ b/extras/boost/beast/unit_test/results.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/unit_test/runner.hpp b/extras/boost/beast/unit_test/runner.hpp index 63eda692..da849376 100644 --- a/extras/boost/beast/unit_test/runner.hpp +++ b/extras/boost/beast/unit_test/runner.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/unit_test/suite.hpp b/extras/boost/beast/unit_test/suite.hpp index 65ce12bd..3c2feac8 100644 --- a/extras/boost/beast/unit_test/suite.hpp +++ b/extras/boost/beast/unit_test/suite.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/unit_test/suite_info.hpp b/extras/boost/beast/unit_test/suite_info.hpp index 43d4bb0c..83662b1c 100644 --- a/extras/boost/beast/unit_test/suite_info.hpp +++ b/extras/boost/beast/unit_test/suite_info.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/unit_test/suite_list.hpp b/extras/boost/beast/unit_test/suite_list.hpp index d8503955..ee399e2f 100644 --- a/extras/boost/beast/unit_test/suite_list.hpp +++ b/extras/boost/beast/unit_test/suite_list.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/extras/boost/beast/unit_test/thread.hpp b/extras/boost/beast/unit_test/thread.hpp index 68afcba3..2967f2be 100644 --- a/extras/boost/beast/unit_test/thread.hpp +++ b/extras/boost/beast/unit_test/thread.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/config.hpp b/include/boost/beast/config.hpp index 80469936..404dcf3d 100644 --- a/include/boost/beast/config.hpp +++ b/include/boost/beast/config.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core.hpp b/include/boost/beast/core.hpp index 76284df9..9178e458 100644 --- a/include/boost/beast/core.hpp +++ b/include/boost/beast/core.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/async_result.hpp b/include/boost/beast/core/async_result.hpp index ac42d948..7d85aa11 100644 --- a/include/boost/beast/core/async_result.hpp +++ b/include/boost/beast/core/async_result.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/bind_handler.hpp b/include/boost/beast/core/bind_handler.hpp index 5a526db8..6ee850f5 100644 --- a/include/boost/beast/core/bind_handler.hpp +++ b/include/boost/beast/core/bind_handler.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/buffer_cat.hpp b/include/boost/beast/core/buffer_cat.hpp index 7cdec13a..11dbda90 100644 --- a/include/boost/beast/core/buffer_cat.hpp +++ b/include/boost/beast/core/buffer_cat.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/buffer_prefix.hpp b/include/boost/beast/core/buffer_prefix.hpp index 2ad91022..0d6a20d5 100644 --- a/include/boost/beast/core/buffer_prefix.hpp +++ b/include/boost/beast/core/buffer_prefix.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/buffered_read_stream.hpp b/include/boost/beast/core/buffered_read_stream.hpp index 60ef310d..423b4d12 100644 --- a/include/boost/beast/core/buffered_read_stream.hpp +++ b/include/boost/beast/core/buffered_read_stream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/buffers_adapter.hpp b/include/boost/beast/core/buffers_adapter.hpp index 4f733138..b09da1fa 100644 --- a/include/boost/beast/core/buffers_adapter.hpp +++ b/include/boost/beast/core/buffers_adapter.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/consuming_buffers.hpp b/include/boost/beast/core/consuming_buffers.hpp index 24f02ce7..f41ca7fc 100644 --- a/include/boost/beast/core/consuming_buffers.hpp +++ b/include/boost/beast/core/consuming_buffers.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/detail/base64.hpp b/include/boost/beast/core/detail/base64.hpp index 491eb41b..ece03dfa 100644 --- a/include/boost/beast/core/detail/base64.hpp +++ b/include/boost/beast/core/detail/base64.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/detail/bind_handler.hpp b/include/boost/beast/core/detail/bind_handler.hpp index 21563d37..ed6b6aab 100644 --- a/include/boost/beast/core/detail/bind_handler.hpp +++ b/include/boost/beast/core/detail/bind_handler.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/detail/buffers_ref.hpp b/include/boost/beast/core/detail/buffers_ref.hpp index 5505f0ab..e6a63622 100644 --- a/include/boost/beast/core/detail/buffers_ref.hpp +++ b/include/boost/beast/core/detail/buffers_ref.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/detail/clamp.hpp b/include/boost/beast/core/detail/clamp.hpp index cda23a6f..95a8fab4 100644 --- a/include/boost/beast/core/detail/clamp.hpp +++ b/include/boost/beast/core/detail/clamp.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/detail/config.hpp b/include/boost/beast/core/detail/config.hpp index d7b71c38..6f4137aa 100644 --- a/include/boost/beast/core/detail/config.hpp +++ b/include/boost/beast/core/detail/config.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/detail/empty_base_optimization.hpp b/include/boost/beast/core/detail/empty_base_optimization.hpp index ea9c9d2e..f2e6dace 100644 --- a/include/boost/beast/core/detail/empty_base_optimization.hpp +++ b/include/boost/beast/core/detail/empty_base_optimization.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/detail/in_place_init.hpp b/include/boost/beast/core/detail/in_place_init.hpp index f4df4dfc..d3a33bec 100644 --- a/include/boost/beast/core/detail/in_place_init.hpp +++ b/include/boost/beast/core/detail/in_place_init.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/detail/integer_sequence.hpp b/include/boost/beast/core/detail/integer_sequence.hpp index 60a6ddaa..71664229 100644 --- a/include/boost/beast/core/detail/integer_sequence.hpp +++ b/include/boost/beast/core/detail/integer_sequence.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/detail/ostream.hpp b/include/boost/beast/core/detail/ostream.hpp index 91573aaa..4128d1b2 100644 --- a/include/boost/beast/core/detail/ostream.hpp +++ b/include/boost/beast/core/detail/ostream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/detail/sha1.hpp b/include/boost/beast/core/detail/sha1.hpp index e5a22488..336da2a0 100644 --- a/include/boost/beast/core/detail/sha1.hpp +++ b/include/boost/beast/core/detail/sha1.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/detail/static_ostream.hpp b/include/boost/beast/core/detail/static_ostream.hpp index 868062e3..cb5a00b3 100644 --- a/include/boost/beast/core/detail/static_ostream.hpp +++ b/include/boost/beast/core/detail/static_ostream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/detail/static_string.hpp b/include/boost/beast/core/detail/static_string.hpp index 780f7281..a5384591 100644 --- a/include/boost/beast/core/detail/static_string.hpp +++ b/include/boost/beast/core/detail/static_string.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/detail/type_traits.hpp b/include/boost/beast/core/detail/type_traits.hpp index b0369d4e..c5cee278 100644 --- a/include/boost/beast/core/detail/type_traits.hpp +++ b/include/boost/beast/core/detail/type_traits.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/detail/variant.hpp b/include/boost/beast/core/detail/variant.hpp index fda11e99..94f21b55 100644 --- a/include/boost/beast/core/detail/variant.hpp +++ b/include/boost/beast/core/detail/variant.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/drain_buffer.hpp b/include/boost/beast/core/drain_buffer.hpp index 88bb8caf..8d52d2d5 100644 --- a/include/boost/beast/core/drain_buffer.hpp +++ b/include/boost/beast/core/drain_buffer.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/error.hpp b/include/boost/beast/core/error.hpp index 011b21aa..a5e10c58 100644 --- a/include/boost/beast/core/error.hpp +++ b/include/boost/beast/core/error.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/flat_buffer.hpp b/include/boost/beast/core/flat_buffer.hpp index b1eebc32..02b071d3 100644 --- a/include/boost/beast/core/flat_buffer.hpp +++ b/include/boost/beast/core/flat_buffer.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2016 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/flat_static_buffer.hpp b/include/boost/beast/core/flat_static_buffer.hpp index 5a4c779c..489a512c 100644 --- a/include/boost/beast/core/flat_static_buffer.hpp +++ b/include/boost/beast/core/flat_static_buffer.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/handler_alloc.hpp b/include/boost/beast/core/handler_alloc.hpp index 9b34cbf4..67e5909d 100644 --- a/include/boost/beast/core/handler_alloc.hpp +++ b/include/boost/beast/core/handler_alloc.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/handler_ptr.hpp b/include/boost/beast/core/handler_ptr.hpp index 8679781e..3dac968d 100644 --- a/include/boost/beast/core/handler_ptr.hpp +++ b/include/boost/beast/core/handler_ptr.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/impl/buffer_cat.ipp b/include/boost/beast/core/impl/buffer_cat.ipp index a07caac2..1fb34f1c 100644 --- a/include/boost/beast/core/impl/buffer_cat.ipp +++ b/include/boost/beast/core/impl/buffer_cat.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/impl/buffer_prefix.ipp b/include/boost/beast/core/impl/buffer_prefix.ipp index b7701018..b94442dc 100644 --- a/include/boost/beast/core/impl/buffer_prefix.ipp +++ b/include/boost/beast/core/impl/buffer_prefix.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/impl/buffered_read_stream.ipp b/include/boost/beast/core/impl/buffered_read_stream.ipp index 23a3b0d4..cf70e27f 100644 --- a/include/boost/beast/core/impl/buffered_read_stream.ipp +++ b/include/boost/beast/core/impl/buffered_read_stream.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/impl/buffers_adapter.ipp b/include/boost/beast/core/impl/buffers_adapter.ipp index 65c73af7..586bce5e 100644 --- a/include/boost/beast/core/impl/buffers_adapter.ipp +++ b/include/boost/beast/core/impl/buffers_adapter.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/impl/consuming_buffers.ipp b/include/boost/beast/core/impl/consuming_buffers.ipp index 98ca1465..a98ddb13 100644 --- a/include/boost/beast/core/impl/consuming_buffers.ipp +++ b/include/boost/beast/core/impl/consuming_buffers.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/impl/flat_buffer.ipp b/include/boost/beast/core/impl/flat_buffer.ipp index 5a1e7622..4b8ceac0 100644 --- a/include/boost/beast/core/impl/flat_buffer.ipp +++ b/include/boost/beast/core/impl/flat_buffer.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2016 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/impl/flat_static_buffer.ipp b/include/boost/beast/core/impl/flat_static_buffer.ipp index 781fa3a5..e60e8dcd 100644 --- a/include/boost/beast/core/impl/flat_static_buffer.ipp +++ b/include/boost/beast/core/impl/flat_static_buffer.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/impl/handler_ptr.ipp b/include/boost/beast/core/impl/handler_ptr.ipp index 87c5e36c..aab5d8ce 100644 --- a/include/boost/beast/core/impl/handler_ptr.ipp +++ b/include/boost/beast/core/impl/handler_ptr.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/impl/multi_buffer.ipp b/include/boost/beast/core/impl/multi_buffer.ipp index 7e4ddbc3..e83a840d 100644 --- a/include/boost/beast/core/impl/multi_buffer.ipp +++ b/include/boost/beast/core/impl/multi_buffer.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/impl/read_size.ipp b/include/boost/beast/core/impl/read_size.ipp index 7e8816a7..9e72ffed 100644 --- a/include/boost/beast/core/impl/read_size.ipp +++ b/include/boost/beast/core/impl/read_size.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/impl/static_buffer.ipp b/include/boost/beast/core/impl/static_buffer.ipp index 5107d752..33d6040f 100644 --- a/include/boost/beast/core/impl/static_buffer.ipp +++ b/include/boost/beast/core/impl/static_buffer.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/impl/static_string.ipp b/include/boost/beast/core/impl/static_string.ipp index 3f758c55..29571dfe 100644 --- a/include/boost/beast/core/impl/static_string.ipp +++ b/include/boost/beast/core/impl/static_string.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/impl/string_param.ipp b/include/boost/beast/core/impl/string_param.ipp index 30342d53..a60771cc 100644 --- a/include/boost/beast/core/impl/string_param.ipp +++ b/include/boost/beast/core/impl/string_param.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/multi_buffer.hpp b/include/boost/beast/core/multi_buffer.hpp index fd92f105..2c23ad3d 100644 --- a/include/boost/beast/core/multi_buffer.hpp +++ b/include/boost/beast/core/multi_buffer.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/ostream.hpp b/include/boost/beast/core/ostream.hpp index 51ad99cb..b72037e2 100644 --- a/include/boost/beast/core/ostream.hpp +++ b/include/boost/beast/core/ostream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/read_size.hpp b/include/boost/beast/core/read_size.hpp index 940a462e..e483f1c2 100644 --- a/include/boost/beast/core/read_size.hpp +++ b/include/boost/beast/core/read_size.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/span.hpp b/include/boost/beast/core/span.hpp index 43b7505d..37643d1d 100644 --- a/include/boost/beast/core/span.hpp +++ b/include/boost/beast/core/span.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/static_buffer.hpp b/include/boost/beast/core/static_buffer.hpp index b69ce0fe..568cf2fe 100644 --- a/include/boost/beast/core/static_buffer.hpp +++ b/include/boost/beast/core/static_buffer.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/static_string.hpp b/include/boost/beast/core/static_string.hpp index ca7673ac..495d7496 100644 --- a/include/boost/beast/core/static_string.hpp +++ b/include/boost/beast/core/static_string.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/string.hpp b/include/boost/beast/core/string.hpp index eca77aec..7ae307df 100644 --- a/include/boost/beast/core/string.hpp +++ b/include/boost/beast/core/string.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/string_param.hpp b/include/boost/beast/core/string_param.hpp index d2dd4a08..5534fb8f 100644 --- a/include/boost/beast/core/string_param.hpp +++ b/include/boost/beast/core/string_param.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/core/type_traits.hpp b/include/boost/beast/core/type_traits.hpp index 5a46216b..0be61b25 100644 --- a/include/boost/beast/core/type_traits.hpp +++ b/include/boost/beast/core/type_traits.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http.hpp b/include/boost/beast/http.hpp index 1cdf7496..1bf41250 100644 --- a/include/boost/beast/http.hpp +++ b/include/boost/beast/http.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/basic_dynamic_body.hpp b/include/boost/beast/http/basic_dynamic_body.hpp index e56b2e4c..f6fde1c0 100644 --- a/include/boost/beast/http/basic_dynamic_body.hpp +++ b/include/boost/beast/http/basic_dynamic_body.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/basic_file_body.hpp b/include/boost/beast/http/basic_file_body.hpp index 4881b8c4..c76546fa 100644 --- a/include/boost/beast/http/basic_file_body.hpp +++ b/include/boost/beast/http/basic_file_body.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/basic_parser.hpp b/include/boost/beast/http/basic_parser.hpp index 640f413b..3315be7d 100644 --- a/include/boost/beast/http/basic_parser.hpp +++ b/include/boost/beast/http/basic_parser.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/buffer_body.hpp b/include/boost/beast/http/buffer_body.hpp index d9928f52..9473d84a 100644 --- a/include/boost/beast/http/buffer_body.hpp +++ b/include/boost/beast/http/buffer_body.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/chunk_encode.hpp b/include/boost/beast/http/chunk_encode.hpp index c3775468..6657b181 100644 --- a/include/boost/beast/http/chunk_encode.hpp +++ b/include/boost/beast/http/chunk_encode.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/detail/basic_parsed_list.hpp b/include/boost/beast/http/detail/basic_parsed_list.hpp index 79897874..d1e15652 100644 --- a/include/boost/beast/http/detail/basic_parsed_list.hpp +++ b/include/boost/beast/http/detail/basic_parsed_list.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/detail/basic_parser.hpp b/include/boost/beast/http/detail/basic_parser.hpp index 1b1eb941..0936862a 100644 --- a/include/boost/beast/http/detail/basic_parser.hpp +++ b/include/boost/beast/http/detail/basic_parser.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/detail/chunk_encode.hpp b/include/boost/beast/http/detail/chunk_encode.hpp index a4923c03..ad1c223c 100644 --- a/include/boost/beast/http/detail/chunk_encode.hpp +++ b/include/boost/beast/http/detail/chunk_encode.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/detail/rfc7230.hpp b/include/boost/beast/http/detail/rfc7230.hpp index 85c73155..fdabc1a4 100644 --- a/include/boost/beast/http/detail/rfc7230.hpp +++ b/include/boost/beast/http/detail/rfc7230.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/detail/type_traits.hpp b/include/boost/beast/http/detail/type_traits.hpp index 58361b25..fe783026 100644 --- a/include/boost/beast/http/detail/type_traits.hpp +++ b/include/boost/beast/http/detail/type_traits.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/dynamic_body.hpp b/include/boost/beast/http/dynamic_body.hpp index 3faf60e9..9c3df8a1 100644 --- a/include/boost/beast/http/dynamic_body.hpp +++ b/include/boost/beast/http/dynamic_body.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/empty_body.hpp b/include/boost/beast/http/empty_body.hpp index 8081a2ab..2a7adfe5 100644 --- a/include/boost/beast/http/empty_body.hpp +++ b/include/boost/beast/http/empty_body.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/error.hpp b/include/boost/beast/http/error.hpp index 978d6c29..20852611 100644 --- a/include/boost/beast/http/error.hpp +++ b/include/boost/beast/http/error.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/field.hpp b/include/boost/beast/http/field.hpp index fe30c2cc..fa08b629 100644 --- a/include/boost/beast/http/field.hpp +++ b/include/boost/beast/http/field.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/fields.hpp b/include/boost/beast/http/fields.hpp index b2354b8d..77571081 100644 --- a/include/boost/beast/http/fields.hpp +++ b/include/boost/beast/http/fields.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/file_body.hpp b/include/boost/beast/http/file_body.hpp index ca937cbb..42e7a153 100644 --- a/include/boost/beast/http/file_body.hpp +++ b/include/boost/beast/http/file_body.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/impl/basic_parser.ipp b/include/boost/beast/http/impl/basic_parser.ipp index 79cf919e..f9d1f7da 100644 --- a/include/boost/beast/http/impl/basic_parser.ipp +++ b/include/boost/beast/http/impl/basic_parser.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/impl/chunk_encode.ipp b/include/boost/beast/http/impl/chunk_encode.ipp index 05dc9f20..461c895a 100644 --- a/include/boost/beast/http/impl/chunk_encode.ipp +++ b/include/boost/beast/http/impl/chunk_encode.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/impl/error.ipp b/include/boost/beast/http/impl/error.ipp index c51e4f2a..d96b3144 100644 --- a/include/boost/beast/http/impl/error.ipp +++ b/include/boost/beast/http/impl/error.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/impl/field.ipp b/include/boost/beast/http/impl/field.ipp index a60bf99c..8da470ff 100644 --- a/include/boost/beast/http/impl/field.ipp +++ b/include/boost/beast/http/impl/field.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/impl/fields.ipp b/include/boost/beast/http/impl/fields.ipp index 0fe83523..e3922fd6 100644 --- a/include/boost/beast/http/impl/fields.ipp +++ b/include/boost/beast/http/impl/fields.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/impl/file_body_win32.ipp b/include/boost/beast/http/impl/file_body_win32.ipp index e243f951..ec200a7b 100644 --- a/include/boost/beast/http/impl/file_body_win32.ipp +++ b/include/boost/beast/http/impl/file_body_win32.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/impl/message.ipp b/include/boost/beast/http/impl/message.ipp index 2b95a0b4..93abbafb 100644 --- a/include/boost/beast/http/impl/message.ipp +++ b/include/boost/beast/http/impl/message.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/impl/parser.ipp b/include/boost/beast/http/impl/parser.ipp index 834b61cd..f1df69ca 100644 --- a/include/boost/beast/http/impl/parser.ipp +++ b/include/boost/beast/http/impl/parser.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/impl/read.ipp b/include/boost/beast/http/impl/read.ipp index da6ccaa9..7a494a5c 100644 --- a/include/boost/beast/http/impl/read.ipp +++ b/include/boost/beast/http/impl/read.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/impl/rfc7230.ipp b/include/boost/beast/http/impl/rfc7230.ipp index 145716b4..96ec902c 100644 --- a/include/boost/beast/http/impl/rfc7230.ipp +++ b/include/boost/beast/http/impl/rfc7230.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/impl/serializer.ipp b/include/boost/beast/http/impl/serializer.ipp index 0ae87ee9..bfe86f73 100644 --- a/include/boost/beast/http/impl/serializer.ipp +++ b/include/boost/beast/http/impl/serializer.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/impl/status.ipp b/include/boost/beast/http/impl/status.ipp index a6a4ea11..1cc8f34b 100644 --- a/include/boost/beast/http/impl/status.ipp +++ b/include/boost/beast/http/impl/status.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/impl/verb.ipp b/include/boost/beast/http/impl/verb.ipp index c6fef5e4..82060916 100644 --- a/include/boost/beast/http/impl/verb.ipp +++ b/include/boost/beast/http/impl/verb.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/impl/write.ipp b/include/boost/beast/http/impl/write.ipp index 959f916b..897adccf 100644 --- a/include/boost/beast/http/impl/write.ipp +++ b/include/boost/beast/http/impl/write.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/message.hpp b/include/boost/beast/http/message.hpp index 372165e6..adf1fbe9 100644 --- a/include/boost/beast/http/message.hpp +++ b/include/boost/beast/http/message.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/parser.hpp b/include/boost/beast/http/parser.hpp index eef3664f..f03d1fe8 100644 --- a/include/boost/beast/http/parser.hpp +++ b/include/boost/beast/http/parser.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/read.hpp b/include/boost/beast/http/read.hpp index 67e8b669..8181853f 100644 --- a/include/boost/beast/http/read.hpp +++ b/include/boost/beast/http/read.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/rfc7230.hpp b/include/boost/beast/http/rfc7230.hpp index 205b44e7..e7d59f1c 100644 --- a/include/boost/beast/http/rfc7230.hpp +++ b/include/boost/beast/http/rfc7230.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/serializer.hpp b/include/boost/beast/http/serializer.hpp index 16c0d071..090ce20d 100644 --- a/include/boost/beast/http/serializer.hpp +++ b/include/boost/beast/http/serializer.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/span_body.hpp b/include/boost/beast/http/span_body.hpp index 39b6d88b..9c6f561f 100644 --- a/include/boost/beast/http/span_body.hpp +++ b/include/boost/beast/http/span_body.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/status.hpp b/include/boost/beast/http/status.hpp index fbef6d8c..7ed38ea3 100644 --- a/include/boost/beast/http/status.hpp +++ b/include/boost/beast/http/status.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/string_body.hpp b/include/boost/beast/http/string_body.hpp index 92e65fbe..cd94243d 100644 --- a/include/boost/beast/http/string_body.hpp +++ b/include/boost/beast/http/string_body.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/type_traits.hpp b/include/boost/beast/http/type_traits.hpp index bb8fd832..4259c195 100644 --- a/include/boost/beast/http/type_traits.hpp +++ b/include/boost/beast/http/type_traits.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/vector_body.hpp b/include/boost/beast/http/vector_body.hpp index 7413948e..d9d00b60 100644 --- a/include/boost/beast/http/vector_body.hpp +++ b/include/boost/beast/http/vector_body.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/verb.hpp b/include/boost/beast/http/verb.hpp index 5b0224d9..91877801 100644 --- a/include/boost/beast/http/verb.hpp +++ b/include/boost/beast/http/verb.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/http/write.hpp b/include/boost/beast/http/write.hpp index bf9ccc55..7452e90c 100644 --- a/include/boost/beast/http/write.hpp +++ b/include/boost/beast/http/write.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/version.hpp b/include/boost/beast/version.hpp index 551016dc..dec89514 100644 --- a/include/boost/beast/version.hpp +++ b/include/boost/beast/version.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket.hpp b/include/boost/beast/websocket.hpp index 5be44490..88e654fd 100644 --- a/include/boost/beast/websocket.hpp +++ b/include/boost/beast/websocket.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/detail/frame.hpp b/include/boost/beast/websocket/detail/frame.hpp index 6488b6f8..19250143 100644 --- a/include/boost/beast/websocket/detail/frame.hpp +++ b/include/boost/beast/websocket/detail/frame.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/detail/hybi13.hpp b/include/boost/beast/websocket/detail/hybi13.hpp index c71ced40..b9c67b82 100644 --- a/include/boost/beast/websocket/detail/hybi13.hpp +++ b/include/boost/beast/websocket/detail/hybi13.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/detail/mask.hpp b/include/boost/beast/websocket/detail/mask.hpp index b9c825e4..a6386f95 100644 --- a/include/boost/beast/websocket/detail/mask.hpp +++ b/include/boost/beast/websocket/detail/mask.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/detail/pausation.hpp b/include/boost/beast/websocket/detail/pausation.hpp index 0c94f900..24461452 100644 --- a/include/boost/beast/websocket/detail/pausation.hpp +++ b/include/boost/beast/websocket/detail/pausation.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/detail/pmd_extension.hpp b/include/boost/beast/websocket/detail/pmd_extension.hpp index d8eeea2e..e4bdaeed 100644 --- a/include/boost/beast/websocket/detail/pmd_extension.hpp +++ b/include/boost/beast/websocket/detail/pmd_extension.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/detail/type_traits.hpp b/include/boost/beast/websocket/detail/type_traits.hpp index ba39cd24..6c280614 100644 --- a/include/boost/beast/websocket/detail/type_traits.hpp +++ b/include/boost/beast/websocket/detail/type_traits.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/detail/utf8_checker.hpp b/include/boost/beast/websocket/detail/utf8_checker.hpp index 822957ff..79bd5d84 100644 --- a/include/boost/beast/websocket/detail/utf8_checker.hpp +++ b/include/boost/beast/websocket/detail/utf8_checker.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/error.hpp b/include/boost/beast/websocket/error.hpp index 0bdda3c1..820e553d 100644 --- a/include/boost/beast/websocket/error.hpp +++ b/include/boost/beast/websocket/error.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/impl/accept.ipp b/include/boost/beast/websocket/impl/accept.ipp index 0121c8f4..68394ab6 100644 --- a/include/boost/beast/websocket/impl/accept.ipp +++ b/include/boost/beast/websocket/impl/accept.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/impl/close.ipp b/include/boost/beast/websocket/impl/close.ipp index 0092e62c..ecfa846b 100644 --- a/include/boost/beast/websocket/impl/close.ipp +++ b/include/boost/beast/websocket/impl/close.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/impl/error.ipp b/include/boost/beast/websocket/impl/error.ipp index 0c7f6406..e2772ec1 100644 --- a/include/boost/beast/websocket/impl/error.ipp +++ b/include/boost/beast/websocket/impl/error.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/impl/fail.ipp b/include/boost/beast/websocket/impl/fail.ipp index f2855371..69f8de0f 100644 --- a/include/boost/beast/websocket/impl/fail.ipp +++ b/include/boost/beast/websocket/impl/fail.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/impl/handshake.ipp b/include/boost/beast/websocket/impl/handshake.ipp index 941ed121..aeb0bfbf 100644 --- a/include/boost/beast/websocket/impl/handshake.ipp +++ b/include/boost/beast/websocket/impl/handshake.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/impl/ping.ipp b/include/boost/beast/websocket/impl/ping.ipp index 59f36b33..b4244dcc 100644 --- a/include/boost/beast/websocket/impl/ping.ipp +++ b/include/boost/beast/websocket/impl/ping.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/impl/read.ipp b/include/boost/beast/websocket/impl/read.ipp index c5404e59..fc7c0671 100644 --- a/include/boost/beast/websocket/impl/read.ipp +++ b/include/boost/beast/websocket/impl/read.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/impl/rfc6455.ipp b/include/boost/beast/websocket/impl/rfc6455.ipp index b8e9cf2d..f4151e87 100644 --- a/include/boost/beast/websocket/impl/rfc6455.ipp +++ b/include/boost/beast/websocket/impl/rfc6455.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/impl/ssl.ipp b/include/boost/beast/websocket/impl/ssl.ipp index d298f900..582c7432 100644 --- a/include/boost/beast/websocket/impl/ssl.ipp +++ b/include/boost/beast/websocket/impl/ssl.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/impl/stream.ipp b/include/boost/beast/websocket/impl/stream.ipp index b421e1b2..2a01e496 100644 --- a/include/boost/beast/websocket/impl/stream.ipp +++ b/include/boost/beast/websocket/impl/stream.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/impl/teardown.ipp b/include/boost/beast/websocket/impl/teardown.ipp index 0b2add27..e96eef8c 100644 --- a/include/boost/beast/websocket/impl/teardown.ipp +++ b/include/boost/beast/websocket/impl/teardown.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/impl/write.ipp b/include/boost/beast/websocket/impl/write.ipp index 3f2858e4..f8fb5f08 100644 --- a/include/boost/beast/websocket/impl/write.ipp +++ b/include/boost/beast/websocket/impl/write.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/option.hpp b/include/boost/beast/websocket/option.hpp index df81c722..b3f65acd 100644 --- a/include/boost/beast/websocket/option.hpp +++ b/include/boost/beast/websocket/option.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/rfc6455.hpp b/include/boost/beast/websocket/rfc6455.hpp index e84e42da..bb418efd 100644 --- a/include/boost/beast/websocket/rfc6455.hpp +++ b/include/boost/beast/websocket/rfc6455.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/ssl.hpp b/include/boost/beast/websocket/ssl.hpp index 13412c8a..bddac49f 100644 --- a/include/boost/beast/websocket/ssl.hpp +++ b/include/boost/beast/websocket/ssl.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/stream.hpp b/include/boost/beast/websocket/stream.hpp index e6f10ddf..81b6d5d8 100644 --- a/include/boost/beast/websocket/stream.hpp +++ b/include/boost/beast/websocket/stream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/websocket/teardown.hpp b/include/boost/beast/websocket/teardown.hpp index a8165f63..ffd71857 100644 --- a/include/boost/beast/websocket/teardown.hpp +++ b/include/boost/beast/websocket/teardown.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/zlib.hpp b/include/boost/beast/zlib.hpp index 3f7c6171..2d672c33 100644 --- a/include/boost/beast/zlib.hpp +++ b/include/boost/beast/zlib.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/zlib/deflate_stream.hpp b/include/boost/beast/zlib/deflate_stream.hpp index f7107823..359b5656 100644 --- a/include/boost/beast/zlib/deflate_stream.hpp +++ b/include/boost/beast/zlib/deflate_stream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/zlib/detail/bitstream.hpp b/include/boost/beast/zlib/detail/bitstream.hpp index f19f8c02..eca32bc4 100644 --- a/include/boost/beast/zlib/detail/bitstream.hpp +++ b/include/boost/beast/zlib/detail/bitstream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/zlib/detail/deflate_stream.hpp b/include/boost/beast/zlib/detail/deflate_stream.hpp index cba650a4..794aeb95 100644 --- a/include/boost/beast/zlib/detail/deflate_stream.hpp +++ b/include/boost/beast/zlib/detail/deflate_stream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/zlib/detail/inflate_stream.hpp b/include/boost/beast/zlib/detail/inflate_stream.hpp index fb79754e..cf6e2b8b 100644 --- a/include/boost/beast/zlib/detail/inflate_stream.hpp +++ b/include/boost/beast/zlib/detail/inflate_stream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/zlib/detail/ranges.hpp b/include/boost/beast/zlib/detail/ranges.hpp index 7b598978..aee141f3 100644 --- a/include/boost/beast/zlib/detail/ranges.hpp +++ b/include/boost/beast/zlib/detail/ranges.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/zlib/detail/window.hpp b/include/boost/beast/zlib/detail/window.hpp index 3a8539d1..f0896491 100644 --- a/include/boost/beast/zlib/detail/window.hpp +++ b/include/boost/beast/zlib/detail/window.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/zlib/error.hpp b/include/boost/beast/zlib/error.hpp index 376a003a..0b37e426 100644 --- a/include/boost/beast/zlib/error.hpp +++ b/include/boost/beast/zlib/error.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/zlib/impl/error.ipp b/include/boost/beast/zlib/impl/error.ipp index 86bb4337..820e7cf0 100644 --- a/include/boost/beast/zlib/impl/error.ipp +++ b/include/boost/beast/zlib/impl/error.ipp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/zlib/inflate_stream.hpp b/include/boost/beast/zlib/inflate_stream.hpp index c89e5d91..ab375b07 100644 --- a/include/boost/beast/zlib/inflate_stream.hpp +++ b/include/boost/beast/zlib/inflate_stream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/beast/zlib/zlib.hpp b/include/boost/beast/zlib/zlib.hpp index 5e0a29a6..7d466771 100644 --- a/include/boost/beast/zlib/zlib.hpp +++ b/include/boost/beast/zlib/zlib.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index dfd788fd..9dea8831 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/Jamfile b/test/Jamfile index 57a7c5a9..c20230d3 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/benchmarks/CMakeLists.txt b/test/benchmarks/CMakeLists.txt index dc587599..0e6a3e1c 100644 --- a/test/benchmarks/CMakeLists.txt +++ b/test/benchmarks/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/benchmarks/Jamfile b/test/benchmarks/Jamfile index d23f10cd..26571f97 100644 --- a/test/benchmarks/Jamfile +++ b/test/benchmarks/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/benchmarks/buffers.cpp b/test/benchmarks/buffers.cpp index 26d5440f..d845ae10 100644 --- a/test/benchmarks/buffers.cpp +++ b/test/benchmarks/buffers.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/benchmarks/nodejs_parser.cpp b/test/benchmarks/nodejs_parser.cpp index 379fb1b2..0e4a34fa 100644 --- a/test/benchmarks/nodejs_parser.cpp +++ b/test/benchmarks/nodejs_parser.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/benchmarks/nodejs_parser.hpp b/test/benchmarks/nodejs_parser.hpp index fb8b1e55..2d5a7e73 100644 --- a/test/benchmarks/nodejs_parser.hpp +++ b/test/benchmarks/nodejs_parser.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/benchmarks/parser.cpp b/test/benchmarks/parser.cpp index 2e28edb6..f29598fd 100644 --- a/test/benchmarks/parser.cpp +++ b/test/benchmarks/parser.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/benchmarks/utf8_checker.cpp b/test/benchmarks/utf8_checker.cpp index fbe820a3..cf991d3d 100644 --- a/test/benchmarks/utf8_checker.cpp +++ b/test/benchmarks/utf8_checker.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/common/CMakeLists.txt b/test/common/CMakeLists.txt index e8b43ebb..ade29a79 100644 --- a/test/common/CMakeLists.txt +++ b/test/common/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/common/Jamfile b/test/common/Jamfile index d0d39c73..bd079d74 100644 --- a/test/common/Jamfile +++ b/test/common/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/common/detect_ssl.cpp b/test/common/detect_ssl.cpp index 79329db4..4ec1ef0d 100644 --- a/test/common/detect_ssl.cpp +++ b/test/common/detect_ssl.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/common/main.cpp b/test/common/main.cpp index 7ca61a15..fc0903f5 100644 --- a/test/common/main.cpp +++ b/test/common/main.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/common/mime_types.cpp b/test/common/mime_types.cpp index 4cfa94b3..7d9945d3 100644 --- a/test/common/mime_types.cpp +++ b/test/common/mime_types.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/common/rfc7231.cpp b/test/common/rfc7231.cpp index 547c40e7..57792fac 100644 --- a/test/common/rfc7231.cpp +++ b/test/common/rfc7231.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/common/session_alloc.cpp b/test/common/session_alloc.cpp index 8b3531b8..25bc48cd 100644 --- a/test/common/session_alloc.cpp +++ b/test/common/session_alloc.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/common/ssl_stream.cpp b/test/common/ssl_stream.cpp index e3ba8616..75044048 100644 --- a/test/common/ssl_stream.cpp +++ b/test/common/ssl_stream.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/common/write_msg.cpp b/test/common/write_msg.cpp index 863c07d3..e7b1bf30 100644 --- a/test/common/write_msg.cpp +++ b/test/common/write_msg.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/config.cpp b/test/config.cpp index ef96eed4..a7f4dd70 100644 --- a/test/config.cpp +++ b/test/config.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core.cpp b/test/core.cpp index 129348ef..3b8a22d8 100644 --- a/test/core.cpp +++ b/test/core.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/CMakeLists.txt b/test/core/CMakeLists.txt index ac74ec50..0cf454fd 100644 --- a/test/core/CMakeLists.txt +++ b/test/core/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/Jamfile b/test/core/Jamfile index 40ac9d7d..2e28899a 100644 --- a/test/core/Jamfile +++ b/test/core/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/async_result.cpp b/test/core/async_result.cpp index aa09afe0..163d674b 100644 --- a/test/core/async_result.cpp +++ b/test/core/async_result.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/base64.cpp b/test/core/base64.cpp index a9e15bf6..9eba3894 100644 --- a/test/core/base64.cpp +++ b/test/core/base64.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/bind_handler.cpp b/test/core/bind_handler.cpp index bf251987..5d0d77ef 100644 --- a/test/core/bind_handler.cpp +++ b/test/core/bind_handler.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/buffer_cat.cpp b/test/core/buffer_cat.cpp index 70ac0f9c..8bfaf188 100644 --- a/test/core/buffer_cat.cpp +++ b/test/core/buffer_cat.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/buffer_prefix.cpp b/test/core/buffer_prefix.cpp index da31a736..1d97c6cf 100644 --- a/test/core/buffer_prefix.cpp +++ b/test/core/buffer_prefix.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/buffer_test.hpp b/test/core/buffer_test.hpp index d567a9b8..258271d2 100644 --- a/test/core/buffer_test.hpp +++ b/test/core/buffer_test.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/buffered_read_stream.cpp b/test/core/buffered_read_stream.cpp index d594cac4..f0e0447a 100644 --- a/test/core/buffered_read_stream.cpp +++ b/test/core/buffered_read_stream.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/buffers_adapter.cpp b/test/core/buffers_adapter.cpp index fb94b952..84a073df 100644 --- a/test/core/buffers_adapter.cpp +++ b/test/core/buffers_adapter.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/clamp.cpp b/test/core/clamp.cpp index 8cbfaa0b..7dcd8a14 100644 --- a/test/core/clamp.cpp +++ b/test/core/clamp.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/consuming_buffers.cpp b/test/core/consuming_buffers.cpp index 1567bbdb..dd5b6aaa 100644 --- a/test/core/consuming_buffers.cpp +++ b/test/core/consuming_buffers.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/detail/varint.cpp b/test/core/detail/varint.cpp index 351ea1b3..fdc5b4c6 100644 --- a/test/core/detail/varint.cpp +++ b/test/core/detail/varint.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/doc_examples.cpp b/test/core/doc_examples.cpp index 22f72545..9f66e26c 100644 --- a/test/core/doc_examples.cpp +++ b/test/core/doc_examples.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/doc_snippets.cpp b/test/core/doc_snippets.cpp index 6f044030..728971a8 100644 --- a/test/core/doc_snippets.cpp +++ b/test/core/doc_snippets.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/drain_buffer.cpp b/test/core/drain_buffer.cpp index 44d1cbdb..721d7496 100644 --- a/test/core/drain_buffer.cpp +++ b/test/core/drain_buffer.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/empty_base_optimization.cpp b/test/core/empty_base_optimization.cpp index b80a4512..47d1ce15 100644 --- a/test/core/empty_base_optimization.cpp +++ b/test/core/empty_base_optimization.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/error.cpp b/test/core/error.cpp index be4455d2..b41fd52d 100644 --- a/test/core/error.cpp +++ b/test/core/error.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/file.cpp b/test/core/file.cpp index e813e5d0..ef1a1255 100644 --- a/test/core/file.cpp +++ b/test/core/file.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/file_posix.cpp b/test/core/file_posix.cpp index 3e41d575..bef89d5a 100644 --- a/test/core/file_posix.cpp +++ b/test/core/file_posix.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2016 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/file_stdio.cpp b/test/core/file_stdio.cpp index 115925dd..45f2520e 100644 --- a/test/core/file_stdio.cpp +++ b/test/core/file_stdio.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2016 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/file_test.hpp b/test/core/file_test.hpp index 872551a5..4ae4dba8 100644 --- a/test/core/file_test.hpp +++ b/test/core/file_test.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2016 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/file_win32.cpp b/test/core/file_win32.cpp index 623e7ece..54bf7f93 100644 --- a/test/core/file_win32.cpp +++ b/test/core/file_win32.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2016 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/flat_buffer.cpp b/test/core/flat_buffer.cpp index df88842f..c756fd51 100644 --- a/test/core/flat_buffer.cpp +++ b/test/core/flat_buffer.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2016 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/flat_static_buffer.cpp b/test/core/flat_static_buffer.cpp index 4912bc61..b31e665e 100644 --- a/test/core/flat_static_buffer.cpp +++ b/test/core/flat_static_buffer.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/handler_alloc.cpp b/test/core/handler_alloc.cpp index e8727849..a29b5c28 100644 --- a/test/core/handler_alloc.cpp +++ b/test/core/handler_alloc.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/handler_ptr.cpp b/test/core/handler_ptr.cpp index b0f5c7f9..580a64ae 100644 --- a/test/core/handler_ptr.cpp +++ b/test/core/handler_ptr.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/multi_buffer.cpp b/test/core/multi_buffer.cpp index 75245d15..0360eace 100644 --- a/test/core/multi_buffer.cpp +++ b/test/core/multi_buffer.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/ostream.cpp b/test/core/ostream.cpp index 7a0c4782..9cbb63d1 100644 --- a/test/core/ostream.cpp +++ b/test/core/ostream.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/read_size.cpp b/test/core/read_size.cpp index 5f818997..852666d3 100644 --- a/test/core/read_size.cpp +++ b/test/core/read_size.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/sha1.cpp b/test/core/sha1.cpp index d59f5173..af5d0558 100644 --- a/test/core/sha1.cpp +++ b/test/core/sha1.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/span.cpp b/test/core/span.cpp index 090744f4..6e55c291 100644 --- a/test/core/span.cpp +++ b/test/core/span.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/static_buffer.cpp b/test/core/static_buffer.cpp index 5c27fdb0..6dd2f9d6 100644 --- a/test/core/static_buffer.cpp +++ b/test/core/static_buffer.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/static_string.cpp b/test/core/static_string.cpp index be82d7e4..e8b72989 100644 --- a/test/core/static_string.cpp +++ b/test/core/static_string.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/string.cpp b/test/core/string.cpp index 6328dcc3..9185aeed 100644 --- a/test/core/string.cpp +++ b/test/core/string.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/string_param.cpp b/test/core/string_param.cpp index 7035926d..cc582243 100644 --- a/test/core/string_param.cpp +++ b/test/core/string_param.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/core/type_traits.cpp b/test/core/type_traits.cpp index 10c85322..ea2684bb 100644 --- a/test/core/type_traits.cpp +++ b/test/core/type_traits.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/exemplars.cpp b/test/exemplars.cpp index c7d99482..98d90ad8 100644 --- a/test/exemplars.cpp +++ b/test/exemplars.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http.cpp b/test/http.cpp index 315f2f42..e7facf8e 100644 --- a/test/http.cpp +++ b/test/http.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/CMakeLists.txt b/test/http/CMakeLists.txt index 419fcffa..993d536f 100644 --- a/test/http/CMakeLists.txt +++ b/test/http/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/Jamfile b/test/http/Jamfile index c361f8e7..1cbb0a5a 100644 --- a/test/http/Jamfile +++ b/test/http/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/basic_dynamic_body.cpp b/test/http/basic_dynamic_body.cpp index d64fc16d..b6bbfdc8 100644 --- a/test/http/basic_dynamic_body.cpp +++ b/test/http/basic_dynamic_body.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/basic_file_body.cpp b/test/http/basic_file_body.cpp index 8c923cce..63c46dee 100644 --- a/test/http/basic_file_body.cpp +++ b/test/http/basic_file_body.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/basic_parser.cpp b/test/http/basic_parser.cpp index 6c63ae0d..4479b38a 100644 --- a/test/http/basic_parser.cpp +++ b/test/http/basic_parser.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/buffer_body.cpp b/test/http/buffer_body.cpp index 6094358c..ca2fd130 100644 --- a/test/http/buffer_body.cpp +++ b/test/http/buffer_body.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/chunk_encode.cpp b/test/http/chunk_encode.cpp index 72664def..8ee8175e 100644 --- a/test/http/chunk_encode.cpp +++ b/test/http/chunk_encode.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/doc_examples.cpp b/test/http/doc_examples.cpp index 407629b6..a7918f33 100644 --- a/test/http/doc_examples.cpp +++ b/test/http/doc_examples.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/doc_snippets.cpp b/test/http/doc_snippets.cpp index b4b4efc2..aa8a63fe 100644 --- a/test/http/doc_snippets.cpp +++ b/test/http/doc_snippets.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/dynamic_body.cpp b/test/http/dynamic_body.cpp index fe0918ad..58bb14b1 100644 --- a/test/http/dynamic_body.cpp +++ b/test/http/dynamic_body.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/empty_body.cpp b/test/http/empty_body.cpp index 87fff149..720c544f 100644 --- a/test/http/empty_body.cpp +++ b/test/http/empty_body.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/error.cpp b/test/http/error.cpp index 61e16f95..17e2c844 100644 --- a/test/http/error.cpp +++ b/test/http/error.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/field.cpp b/test/http/field.cpp index c6a3aca6..a24cc66e 100644 --- a/test/http/field.cpp +++ b/test/http/field.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/fields.cpp b/test/http/fields.cpp index b69955d3..c5bff36b 100644 --- a/test/http/fields.cpp +++ b/test/http/fields.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/file_body.cpp b/test/http/file_body.cpp index b591ff2f..5de2ebb5 100644 --- a/test/http/file_body.cpp +++ b/test/http/file_body.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/message.cpp b/test/http/message.cpp index 6a6c3ca9..cec481c2 100644 --- a/test/http/message.cpp +++ b/test/http/message.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/message_fuzz.hpp b/test/http/message_fuzz.hpp index d7f6436c..bbb31d67 100644 --- a/test/http/message_fuzz.hpp +++ b/test/http/message_fuzz.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/parser.cpp b/test/http/parser.cpp index c7c1b5d7..c8ef8710 100644 --- a/test/http/parser.cpp +++ b/test/http/parser.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/read.cpp b/test/http/read.cpp index 322fc44b..ab211a28 100644 --- a/test/http/read.cpp +++ b/test/http/read.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/rfc7230.cpp b/test/http/rfc7230.cpp index ff7d2967..d7963d1c 100644 --- a/test/http/rfc7230.cpp +++ b/test/http/rfc7230.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/serializer.cpp b/test/http/serializer.cpp index faca999e..d71cc80a 100644 --- a/test/http/serializer.cpp +++ b/test/http/serializer.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/span_body.cpp b/test/http/span_body.cpp index 1447c75f..9cb53f4f 100644 --- a/test/http/span_body.cpp +++ b/test/http/span_body.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/status.cpp b/test/http/status.cpp index 3609b564..78a4c1e3 100644 --- a/test/http/status.cpp +++ b/test/http/status.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/string_body.cpp b/test/http/string_body.cpp index e31b4db3..48efe517 100644 --- a/test/http/string_body.cpp +++ b/test/http/string_body.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/test_parser.hpp b/test/http/test_parser.hpp index fc1a42fe..3d65c9c5 100644 --- a/test/http/test_parser.hpp +++ b/test/http/test_parser.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/type_traits.cpp b/test/http/type_traits.cpp index ed973637..c7e654ec 100644 --- a/test/http/type_traits.cpp +++ b/test/http/type_traits.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/vector_body.cpp b/test/http/vector_body.cpp index d0a38b13..312bd1aa 100644 --- a/test/http/vector_body.cpp +++ b/test/http/vector_body.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/verb.cpp b/test/http/verb.cpp index ab938e82..82225bb0 100644 --- a/test/http/verb.cpp +++ b/test/http/verb.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/http/write.cpp b/test/http/write.cpp index af940515..d1b9458e 100644 --- a/test/http/write.cpp +++ b/test/http/write.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/server/CMakeLists.txt b/test/server/CMakeLists.txt index 70784bb4..edd38487 100644 --- a/test/server/CMakeLists.txt +++ b/test/server/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/server/Jamfile b/test/server/Jamfile index f7f46c9b..9e62cb18 100644 --- a/test/server/Jamfile +++ b/test/server/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/server/file_service.cpp b/test/server/file_service.cpp index 432e2fef..2e6d65c6 100644 --- a/test/server/file_service.cpp +++ b/test/server/file_service.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/server/framework.cpp b/test/server/framework.cpp index 710ffbad..383906a2 100644 --- a/test/server/framework.cpp +++ b/test/server/framework.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/server/http_async_port.cpp b/test/server/http_async_port.cpp index 4e2b40ec..3bc5cbe5 100644 --- a/test/server/http_async_port.cpp +++ b/test/server/http_async_port.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/server/http_base.cpp b/test/server/http_base.cpp index 9fc40165..f44444de 100644 --- a/test/server/http_base.cpp +++ b/test/server/http_base.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/server/http_sync_port.cpp b/test/server/http_sync_port.cpp index f777552a..62220301 100644 --- a/test/server/http_sync_port.cpp +++ b/test/server/http_sync_port.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/server/https_ports.cpp b/test/server/https_ports.cpp index 7f7dc7c5..b4a82622 100644 --- a/test/server/https_ports.cpp +++ b/test/server/https_ports.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/server/multi_port.cpp b/test/server/multi_port.cpp index dfd0f06f..64481361 100644 --- a/test/server/multi_port.cpp +++ b/test/server/multi_port.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/server/server.cpp b/test/server/server.cpp index 6924b96f..6e584f15 100644 --- a/test/server/server.cpp +++ b/test/server/server.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/server/service_list.cpp b/test/server/service_list.cpp index 1b06f5ac..99a5000a 100644 --- a/test/server/service_list.cpp +++ b/test/server/service_list.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/server/ssl_certificate.cpp b/test/server/ssl_certificate.cpp index 79e95efd..dfa11632 100644 --- a/test/server/ssl_certificate.cpp +++ b/test/server/ssl_certificate.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/server/tests.cpp b/test/server/tests.cpp index 2376b727..5ce9fd4e 100644 --- a/test/server/tests.cpp +++ b/test/server/tests.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/server/ws_async_port.cpp b/test/server/ws_async_port.cpp index a9762829..1f8ce846 100644 --- a/test/server/ws_async_port.cpp +++ b/test/server/ws_async_port.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/server/ws_sync_port.cpp b/test/server/ws_sync_port.cpp index 20519aa2..7ac15395 100644 --- a/test/server/ws_sync_port.cpp +++ b/test/server/ws_sync_port.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/server/ws_upgrade_service.cpp b/test/server/ws_upgrade_service.cpp index 1b005c14..73fdb4d4 100644 --- a/test/server/ws_upgrade_service.cpp +++ b/test/server/ws_upgrade_service.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/server/wss_ports.cpp b/test/server/wss_ports.cpp index 0b4e0ec7..719341c8 100644 --- a/test/server/wss_ports.cpp +++ b/test/server/wss_ports.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/version.cpp b/test/version.cpp index db180a9e..eb599f58 100644 --- a/test/version.cpp +++ b/test/version.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/websocket.cpp b/test/websocket.cpp index d61f954a..95a8151e 100644 --- a/test/websocket.cpp +++ b/test/websocket.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/websocket/CMakeLists.txt b/test/websocket/CMakeLists.txt index d0e50da1..5e855dcc 100644 --- a/test/websocket/CMakeLists.txt +++ b/test/websocket/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/websocket/Jamfile b/test/websocket/Jamfile index e4898f12..f28dcedb 100644 --- a/test/websocket/Jamfile +++ b/test/websocket/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/websocket/doc_snippets.cpp b/test/websocket/doc_snippets.cpp index 1ce46f8a..82f9a3c0 100644 --- a/test/websocket/doc_snippets.cpp +++ b/test/websocket/doc_snippets.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/websocket/error.cpp b/test/websocket/error.cpp index a6ef8e03..352f6490 100644 --- a/test/websocket/error.cpp +++ b/test/websocket/error.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/websocket/frame.cpp b/test/websocket/frame.cpp index 497b1ba0..74942ae5 100644 --- a/test/websocket/frame.cpp +++ b/test/websocket/frame.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/websocket/mask.cpp b/test/websocket/mask.cpp index e9cae5b6..6541e518 100644 --- a/test/websocket/mask.cpp +++ b/test/websocket/mask.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/websocket/option.cpp b/test/websocket/option.cpp index 0a3c1194..69377bd3 100644 --- a/test/websocket/option.cpp +++ b/test/websocket/option.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/websocket/rfc6455.cpp b/test/websocket/rfc6455.cpp index 46515597..d2871fc0 100644 --- a/test/websocket/rfc6455.cpp +++ b/test/websocket/rfc6455.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/websocket/stream.cpp b/test/websocket/stream.cpp index 6f04028f..aa647954 100644 --- a/test/websocket/stream.cpp +++ b/test/websocket/stream.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/websocket/teardown.cpp b/test/websocket/teardown.cpp index 0efb1aa9..fd7b42ef 100644 --- a/test/websocket/teardown.cpp +++ b/test/websocket/teardown.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/websocket/utf8_checker.cpp b/test/websocket/utf8_checker.cpp index 9ee1ef13..e7aeeaac 100644 --- a/test/websocket/utf8_checker.cpp +++ b/test/websocket/utf8_checker.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/websocket/websocket_async_echo_server.hpp b/test/websocket/websocket_async_echo_server.hpp index 8ee7bd8c..80fc6660 100644 --- a/test/websocket/websocket_async_echo_server.hpp +++ b/test/websocket/websocket_async_echo_server.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/websocket/websocket_sync_echo_server.hpp b/test/websocket/websocket_sync_echo_server.hpp index 9e7cd0ff..069f74bd 100644 --- a/test/websocket/websocket_sync_echo_server.hpp +++ b/test/websocket/websocket_sync_echo_server.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/wstest/CMakeLists.txt b/test/wstest/CMakeLists.txt index bff18aa0..a8cf72fd 100644 --- a/test/wstest/CMakeLists.txt +++ b/test/wstest/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/wstest/Jamfile b/test/wstest/Jamfile index afc9f05a..7219d19d 100644 --- a/test/wstest/Jamfile +++ b/test/wstest/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/wstest/main.cpp b/test/wstest/main.cpp index 79e73e5d..4ba19614 100644 --- a/test/wstest/main.cpp +++ b/test/wstest/main.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/zlib.cpp b/test/zlib.cpp index b9728606..90e43d6b 100644 --- a/test/zlib.cpp +++ b/test/zlib.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/zlib/CMakeLists.txt b/test/zlib/CMakeLists.txt index 87194104..82e4c8fe 100644 --- a/test/zlib/CMakeLists.txt +++ b/test/zlib/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/zlib/Jamfile b/test/zlib/Jamfile index ce3623e6..614a46df 100644 --- a/test/zlib/Jamfile +++ b/test/zlib/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/zlib/deflate_stream.cpp b/test/zlib/deflate_stream.cpp index 66a2f7ef..811ebc0d 100644 --- a/test/zlib/deflate_stream.cpp +++ b/test/zlib/deflate_stream.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/zlib/error.cpp b/test/zlib/error.cpp index 43d12b1c..1b55232b 100644 --- a/test/zlib/error.cpp +++ b/test/zlib/error.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/zlib/inflate_stream.cpp b/test/zlib/inflate_stream.cpp index 7594460c..9d4c887c 100644 --- a/test/zlib/inflate_stream.cpp +++ b/test/zlib/inflate_stream.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/zlib/ztest.hpp b/test/zlib/ztest.hpp index f227e520..c9011fd2 100644 --- a/test/zlib/ztest.hpp +++ b/test/zlib/ztest.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) +// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)