diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-04-08 03:09:47 +0000 |
---|---|---|
committer | <> | 2015-05-05 14:37:32 +0000 |
commit | f2541bb90af059680aa7036f315f052175999355 (patch) | |
tree | a5b214744b256f07e1dc2bd7273035a7808c659f /libs/asio | |
parent | ed232fdd34968697a68783b3195b1da4226915b5 (diff) | |
download | boost-tarball-master.tar.gz |
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'libs/asio')
445 files changed, 778 insertions, 586 deletions
diff --git a/libs/asio/doc/Jamfile.v2 b/libs/asio/doc/Jamfile.v2 index bde1da4f3..224c6b87a 100644 --- a/libs/asio/doc/Jamfile.v2 +++ b/libs/asio/doc/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/asio.qbk b/libs/asio/doc/asio.qbk index 0a20fd195..66328b548 100644 --- a/libs/asio/doc/asio.qbk +++ b/libs/asio/doc/asio.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -7,7 +7,7 @@ [library Boost.Asio [quickbook 1.4] - [copyright 2003 - 2014 Christopher M. Kohlhoff] + [copyright 2003 - 2015 Christopher M. Kohlhoff] [purpose Networking library] [license Distributed under the Boost Software License, Version 1.0. diff --git a/libs/asio/doc/doxy2qbk.pl b/libs/asio/doc/doxy2qbk.pl index 56505b782..7bac6787c 100644 --- a/libs/asio/doc/doxy2qbk.pl +++ b/libs/asio/doc/doxy2qbk.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/examples.qbk b/libs/asio/doc/examples.qbk index df4c4f01b..0c7b1b8d1 100644 --- a/libs/asio/doc/examples.qbk +++ b/libs/asio/doc/examples.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/history.qbk b/libs/asio/doc/history.qbk index cae14f801..3d5598079 100644 --- a/libs/asio/doc/history.qbk +++ b/libs/asio/doc/history.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -7,6 +7,39 @@ [section:history Revision History] +[heading Asio 1.10.6 / Boost 1.58] + +* Ensured errors generated by Windows' `ConnectEx` function are mapped to their + portable equivalents ([ticket 10744]). +* Added new macro `BOOST_ASIO_DISABLE_CONNECTEX` to allow use of `ConnectEx` to + be explicitly disabled. +* Fixed a race condition in `windows::object_handle` when there are pending + wait operations on destruction ([ticket 10624]). +* Fixed IPv6 address parsing on FreeBSD, where a trailing scope ID would cause + conversion to fail with `EINVAL`. +* Worked around shared library visibility issues by ensuring Asio types use + default visibility ([ticket 9465], [ticket 11070]). +* Changed the SSL wrapper to call the password callback when loading an + in-memory key ([ticket 10828]). +* Fixed false SSL error reports by ensuring that the SSL error queue is cleared + prior to each operation. +* Fixed an `ssl::stream<>` bug that may result in spurious 'short read' errors. +* Removed a redundant null pointer check in the SSL engine ([ticket 10088]). +* Added options for disabling TLS v1.1 and v1.2 ([ticket 10690]). +* Removed use of deprecated OpenSSL function `ERR_remove_state`. +* Fixed detection of various C++11 features with Clang ([ticket 8835], + [ticket 10884]). +* Fixed detection of C++11 `std::addressof` with [^g++] ([ticket 10982]). +* Changed multicast test to treat certain `join_group` failures as non-fatal. +* Decoupled Asio unit tests from Boost.Test ([ticket 11116]). +* Changed the tutorial to use `std::endl` to ensure output is flushed. +* Fixed an unsigned integer overflow reported by Clang's integer sanitizer. +* Added support for move-only return types when using a `yield_context` object + with asynchronous operations. +* Changed `yield_context` to allow reentrant calls to the completion handler + from an initiating function. +* Updated detection of Windows Runtime to work with latest Windows SDK. + [heading Asio 1.10.5 / Boost 1.57] * Fixed the [^kqueue] reactor so that it works on FreeBSD ([ticket 10606]). diff --git a/libs/asio/doc/index.xml b/libs/asio/doc/index.xml index 2c22bbc88..527fa4435 100644 --- a/libs/asio/doc/index.xml +++ b/libs/asio/doc/index.xml @@ -2,7 +2,7 @@ <!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "../../../tools/boostbook/dtd/boostbook.dtd"> <!-- - Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/noncopyable_dox.txt b/libs/asio/doc/noncopyable_dox.txt index a87390405..194f7d7c8 100644 --- a/libs/asio/doc/noncopyable_dox.txt +++ b/libs/asio/doc/noncopyable_dox.txt @@ -1,5 +1,5 @@ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview.qbk b/libs/asio/doc/overview.qbk index 6ec434f75..46f0cc58f 100644 --- a/libs/asio/doc/overview.qbk +++ b/libs/asio/doc/overview.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/allocation.qbk b/libs/asio/doc/overview/allocation.qbk index 0b2b4fac2..26a38aa3d 100644 --- a/libs/asio/doc/overview/allocation.qbk +++ b/libs/asio/doc/overview/allocation.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/async.qbk b/libs/asio/doc/overview/async.qbk index 0d0a0828f..fe38d5213 100644 --- a/libs/asio/doc/overview/async.qbk +++ b/libs/asio/doc/overview/async.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/basics.qbk b/libs/asio/doc/overview/basics.qbk index 80c1b1a28..e42b6753a 100644 --- a/libs/asio/doc/overview/basics.qbk +++ b/libs/asio/doc/overview/basics.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/bsd_sockets.qbk b/libs/asio/doc/overview/bsd_sockets.qbk index 0bf53c3f1..43ddc9dc8 100644 --- a/libs/asio/doc/overview/bsd_sockets.qbk +++ b/libs/asio/doc/overview/bsd_sockets.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/buffers.qbk b/libs/asio/doc/overview/buffers.qbk index 4de944060..5920eaed2 100644 --- a/libs/asio/doc/overview/buffers.qbk +++ b/libs/asio/doc/overview/buffers.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/coroutine.qbk b/libs/asio/doc/overview/coroutine.qbk index 8090a48df..5ba5e2ebb 100644 --- a/libs/asio/doc/overview/coroutine.qbk +++ b/libs/asio/doc/overview/coroutine.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/cpp2011.qbk b/libs/asio/doc/overview/cpp2011.qbk index 161e72d8d..fe116b2e7 100644 --- a/libs/asio/doc/overview/cpp2011.qbk +++ b/libs/asio/doc/overview/cpp2011.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/handler_tracking.qbk b/libs/asio/doc/overview/handler_tracking.qbk index 42f52b7ab..84c577ad4 100644 --- a/libs/asio/doc/overview/handler_tracking.qbk +++ b/libs/asio/doc/overview/handler_tracking.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/implementation.qbk b/libs/asio/doc/overview/implementation.qbk index 5ec4fa959..4586b4f01 100644 --- a/libs/asio/doc/overview/implementation.qbk +++ b/libs/asio/doc/overview/implementation.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/iostreams.qbk b/libs/asio/doc/overview/iostreams.qbk index 83c09ee3d..c6b4f440e 100644 --- a/libs/asio/doc/overview/iostreams.qbk +++ b/libs/asio/doc/overview/iostreams.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/line_based.qbk b/libs/asio/doc/overview/line_based.qbk index 37390a792..432466d29 100644 --- a/libs/asio/doc/overview/line_based.qbk +++ b/libs/asio/doc/overview/line_based.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/other_protocols.qbk b/libs/asio/doc/overview/other_protocols.qbk index 08b54d3a6..a36d39464 100644 --- a/libs/asio/doc/overview/other_protocols.qbk +++ b/libs/asio/doc/overview/other_protocols.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/posix.qbk b/libs/asio/doc/overview/posix.qbk index 2a9363660..808838d6e 100644 --- a/libs/asio/doc/overview/posix.qbk +++ b/libs/asio/doc/overview/posix.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/protocols.qbk b/libs/asio/doc/overview/protocols.qbk index 94f0d9453..ec7105ad8 100644 --- a/libs/asio/doc/overview/protocols.qbk +++ b/libs/asio/doc/overview/protocols.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/rationale.qbk b/libs/asio/doc/overview/rationale.qbk index 9efc080a7..d488bd32d 100644 --- a/libs/asio/doc/overview/rationale.qbk +++ b/libs/asio/doc/overview/rationale.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/reactor.qbk b/libs/asio/doc/overview/reactor.qbk index 950df9c16..8b401a156 100644 --- a/libs/asio/doc/overview/reactor.qbk +++ b/libs/asio/doc/overview/reactor.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/serial_ports.qbk b/libs/asio/doc/overview/serial_ports.qbk index 52016059b..1d0ba601a 100644 --- a/libs/asio/doc/overview/serial_ports.qbk +++ b/libs/asio/doc/overview/serial_ports.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/signals.qbk b/libs/asio/doc/overview/signals.qbk index 201aef8b2..993d6f3c3 100644 --- a/libs/asio/doc/overview/signals.qbk +++ b/libs/asio/doc/overview/signals.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/spawn.qbk b/libs/asio/doc/overview/spawn.qbk index 5f78a9435..7a066fdd9 100644 --- a/libs/asio/doc/overview/spawn.qbk +++ b/libs/asio/doc/overview/spawn.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/ssl.qbk b/libs/asio/doc/overview/ssl.qbk index c3df1b474..f84cffff9 100644 --- a/libs/asio/doc/overview/ssl.qbk +++ b/libs/asio/doc/overview/ssl.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/strands.qbk b/libs/asio/doc/overview/strands.qbk index 11d954fe6..ddfeec22b 100644 --- a/libs/asio/doc/overview/strands.qbk +++ b/libs/asio/doc/overview/strands.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/streams.qbk b/libs/asio/doc/overview/streams.qbk index 40dd51bc6..085dd5185 100644 --- a/libs/asio/doc/overview/streams.qbk +++ b/libs/asio/doc/overview/streams.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/threads.qbk b/libs/asio/doc/overview/threads.qbk index 1350d2f8f..0cdfb2a85 100644 --- a/libs/asio/doc/overview/threads.qbk +++ b/libs/asio/doc/overview/threads.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/timers.qbk b/libs/asio/doc/overview/timers.qbk index 6f7a297ec..516e67ea6 100644 --- a/libs/asio/doc/overview/timers.qbk +++ b/libs/asio/doc/overview/timers.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/overview/windows.qbk b/libs/asio/doc/overview/windows.qbk index 20dc153c6..c769b65a1 100644 --- a/libs/asio/doc/overview/windows.qbk +++ b/libs/asio/doc/overview/windows.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/quickref.xml b/libs/asio/doc/quickref.xml index 29459aabc..60e82cb55 100644 --- a/libs/asio/doc/quickref.xml +++ b/libs/asio/doc/quickref.xml @@ -2,7 +2,7 @@ <!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "../../../tools/boostbook/dtd/boostbook.dtd"> <!-- - Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/reference.qbk b/libs/asio/doc/reference.qbk index 9e7862bfe..27bcb46b9 100644 --- a/libs/asio/doc/reference.qbk +++ b/libs/asio/doc/reference.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -54944,6 +54944,7 @@ The time traits type. [indexterm2 no_memory..error::basic_errors] [indexterm2 no_permission..error::basic_errors] [indexterm2 no_protocol_option..error::basic_errors] +[indexterm2 no_such_device..error::basic_errors] [indexterm2 not_connected..error::basic_errors] [indexterm2 not_socket..error::basic_errors] [indexterm2 operation_aborted..error::basic_errors] @@ -55082,6 +55083,11 @@ The time traits type. ] [ + [no_such_device] + [No such device. ] + ] + + [ [not_connected] [Transport endpoint is not connected. ] ] @@ -88549,6 +88555,16 @@ This function is used to launch a new coroutine. ] [ + [[link boost_asio.reference.ssl__context.no_tlsv1_1 [*no_tlsv1_1]]] + [Disable TLS v1.1. ] + ] + + [ + [[link boost_asio.reference.ssl__context.no_tlsv1_2 [*no_tlsv1_2]]] + [Disable TLS v1.2. ] + ] + + [ [[link boost_asio.reference.ssl__context.single_dh_use [*single_dh_use]]] [Always create a new key when using tmp_dh parameters. ] ] @@ -89357,6 +89373,34 @@ Disable TLS v1. +[section:no_tlsv1_1 ssl::context::no_tlsv1_1] + +[indexterm2 no_tlsv1_1..ssl::context] +Disable TLS v1.1. + + + static const long no_tlsv1_1 = implementation_defined; + + + +[endsect] + + + +[section:no_tlsv1_2 ssl::context::no_tlsv1_2] + +[indexterm2 no_tlsv1_2..ssl::context] +Disable TLS v1.2. + + + static const long no_tlsv1_2 = implementation_defined; + + + +[endsect] + + + [section:operator_eq_ ssl::context::operator=] [indexterm2 operator=..ssl::context] @@ -91207,6 +91251,16 @@ The [link boost_asio.reference.ssl__context_base `ssl::context_base`] class is u ] [ + [[link boost_asio.reference.ssl__context_base.no_tlsv1_1 [*no_tlsv1_1]]] + [Disable TLS v1.1. ] + ] + + [ + [[link boost_asio.reference.ssl__context_base.no_tlsv1_2 [*no_tlsv1_2]]] + [Disable TLS v1.2. ] + ] + + [ [[link boost_asio.reference.ssl__context_base.single_dh_use [*single_dh_use]]] [Always create a new key when using tmp_dh parameters. ] ] @@ -91450,6 +91504,34 @@ Disable TLS v1. +[section:no_tlsv1_1 ssl::context_base::no_tlsv1_1] + +[indexterm2 no_tlsv1_1..ssl::context_base] +Disable TLS v1.1. + + + static const long no_tlsv1_1 = implementation_defined; + + + +[endsect] + + + +[section:no_tlsv1_2 ssl::context_base::no_tlsv1_2] + +[indexterm2 no_tlsv1_2..ssl::context_base] +Disable TLS v1.2. + + + static const long no_tlsv1_2 = implementation_defined; + + + +[endsect] + + + [section:options ssl::context_base::options] [indexterm2 options..ssl::context_base] diff --git a/libs/asio/doc/reference.xsl b/libs/asio/doc/reference.xsl index 745584c13..e70256bfd 100644 --- a/libs/asio/doc/reference.xsl +++ b/libs/asio/doc/reference.xsl @@ -2,7 +2,7 @@ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <!-- - Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -26,7 +26,7 @@ --> <xsl:template match="/doxygen"> <xsl:text>[/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements.qbk b/libs/asio/doc/requirements.qbk index 0263aabd8..56948eff4 100644 --- a/libs/asio/doc/requirements.qbk +++ b/libs/asio/doc/requirements.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/AcceptHandler.qbk b/libs/asio/doc/requirements/AcceptHandler.qbk index 021e3d7f4..87c470178 100644 --- a/libs/asio/doc/requirements/AcceptHandler.qbk +++ b/libs/asio/doc/requirements/AcceptHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/AsyncRandomAccessReadDevice.qbk b/libs/asio/doc/requirements/AsyncRandomAccessReadDevice.qbk index 8279e5c9d..6b5af0a43 100644 --- a/libs/asio/doc/requirements/AsyncRandomAccessReadDevice.qbk +++ b/libs/asio/doc/requirements/AsyncRandomAccessReadDevice.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/AsyncRandomAccessWriteDevice.qbk b/libs/asio/doc/requirements/AsyncRandomAccessWriteDevice.qbk index edc2f9fd4..255363574 100644 --- a/libs/asio/doc/requirements/AsyncRandomAccessWriteDevice.qbk +++ b/libs/asio/doc/requirements/AsyncRandomAccessWriteDevice.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/AsyncReadStream.qbk b/libs/asio/doc/requirements/AsyncReadStream.qbk index cd881ae41..2bce2d2f1 100644 --- a/libs/asio/doc/requirements/AsyncReadStream.qbk +++ b/libs/asio/doc/requirements/AsyncReadStream.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/AsyncWriteStream.qbk b/libs/asio/doc/requirements/AsyncWriteStream.qbk index a61bbf234..6cc8d8308 100644 --- a/libs/asio/doc/requirements/AsyncWriteStream.qbk +++ b/libs/asio/doc/requirements/AsyncWriteStream.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/BufferedHandshakeHandler.qbk b/libs/asio/doc/requirements/BufferedHandshakeHandler.qbk index 282c39ef8..367d9fedc 100644 --- a/libs/asio/doc/requirements/BufferedHandshakeHandler.qbk +++ b/libs/asio/doc/requirements/BufferedHandshakeHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/CompletionHandler.qbk b/libs/asio/doc/requirements/CompletionHandler.qbk index 8207711b4..6e9da3d7a 100644 --- a/libs/asio/doc/requirements/CompletionHandler.qbk +++ b/libs/asio/doc/requirements/CompletionHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/ComposedConnectHandler.qbk b/libs/asio/doc/requirements/ComposedConnectHandler.qbk index e3fb5a96c..b28315420 100644 --- a/libs/asio/doc/requirements/ComposedConnectHandler.qbk +++ b/libs/asio/doc/requirements/ComposedConnectHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/ConnectHandler.qbk b/libs/asio/doc/requirements/ConnectHandler.qbk index 316181561..06d264410 100644 --- a/libs/asio/doc/requirements/ConnectHandler.qbk +++ b/libs/asio/doc/requirements/ConnectHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/ConstBufferSequence.qbk b/libs/asio/doc/requirements/ConstBufferSequence.qbk index 4e72d12d7..7314cd0d1 100644 --- a/libs/asio/doc/requirements/ConstBufferSequence.qbk +++ b/libs/asio/doc/requirements/ConstBufferSequence.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/ConvertibleToConstBuffer.qbk b/libs/asio/doc/requirements/ConvertibleToConstBuffer.qbk index 50766e67b..a81194ba4 100644 --- a/libs/asio/doc/requirements/ConvertibleToConstBuffer.qbk +++ b/libs/asio/doc/requirements/ConvertibleToConstBuffer.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/ConvertibleToMutableBuffer.qbk b/libs/asio/doc/requirements/ConvertibleToMutableBuffer.qbk index 50fd7ca75..e4e6cc14a 100644 --- a/libs/asio/doc/requirements/ConvertibleToMutableBuffer.qbk +++ b/libs/asio/doc/requirements/ConvertibleToMutableBuffer.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/DatagramSocketService.qbk b/libs/asio/doc/requirements/DatagramSocketService.qbk index eadbf1202..dc4865d5e 100644 --- a/libs/asio/doc/requirements/DatagramSocketService.qbk +++ b/libs/asio/doc/requirements/DatagramSocketService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/DescriptorService.qbk b/libs/asio/doc/requirements/DescriptorService.qbk index cdb848887..abcdca9d3 100644 --- a/libs/asio/doc/requirements/DescriptorService.qbk +++ b/libs/asio/doc/requirements/DescriptorService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/Endpoint.qbk b/libs/asio/doc/requirements/Endpoint.qbk index 2249d0a77..b6ecf3102 100644 --- a/libs/asio/doc/requirements/Endpoint.qbk +++ b/libs/asio/doc/requirements/Endpoint.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/GettableSerialPortOption.qbk b/libs/asio/doc/requirements/GettableSerialPortOption.qbk index 87051dda0..212675319 100644 --- a/libs/asio/doc/requirements/GettableSerialPortOption.qbk +++ b/libs/asio/doc/requirements/GettableSerialPortOption.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/GettableSocketOption.qbk b/libs/asio/doc/requirements/GettableSocketOption.qbk index 488333ba4..795e86755 100644 --- a/libs/asio/doc/requirements/GettableSocketOption.qbk +++ b/libs/asio/doc/requirements/GettableSocketOption.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/HandleService.qbk b/libs/asio/doc/requirements/HandleService.qbk index c86041ade..18232159b 100644 --- a/libs/asio/doc/requirements/HandleService.qbk +++ b/libs/asio/doc/requirements/HandleService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/Handler.qbk b/libs/asio/doc/requirements/Handler.qbk index 247cf1acd..a2085f6a9 100644 --- a/libs/asio/doc/requirements/Handler.qbk +++ b/libs/asio/doc/requirements/Handler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/HandshakeHandler.qbk b/libs/asio/doc/requirements/HandshakeHandler.qbk index 6145ca9e0..7c78fbcf8 100644 --- a/libs/asio/doc/requirements/HandshakeHandler.qbk +++ b/libs/asio/doc/requirements/HandshakeHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/InternetProtocol.qbk b/libs/asio/doc/requirements/InternetProtocol.qbk index 28a0ccc26..53de22daf 100644 --- a/libs/asio/doc/requirements/InternetProtocol.qbk +++ b/libs/asio/doc/requirements/InternetProtocol.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/IoControlCommand.qbk b/libs/asio/doc/requirements/IoControlCommand.qbk index b6886e023..17e52ae4a 100644 --- a/libs/asio/doc/requirements/IoControlCommand.qbk +++ b/libs/asio/doc/requirements/IoControlCommand.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/IoObjectService.qbk b/libs/asio/doc/requirements/IoObjectService.qbk index 6bfbd2c21..cc39dd43e 100644 --- a/libs/asio/doc/requirements/IoObjectService.qbk +++ b/libs/asio/doc/requirements/IoObjectService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/MutableBufferSequence.qbk b/libs/asio/doc/requirements/MutableBufferSequence.qbk index 11fd16ee8..3f2e8ac1a 100644 --- a/libs/asio/doc/requirements/MutableBufferSequence.qbk +++ b/libs/asio/doc/requirements/MutableBufferSequence.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/ObjectHandleService.qbk b/libs/asio/doc/requirements/ObjectHandleService.qbk index d5efcb966..1b6ca2b2d 100644 --- a/libs/asio/doc/requirements/ObjectHandleService.qbk +++ b/libs/asio/doc/requirements/ObjectHandleService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/Protocol.qbk b/libs/asio/doc/requirements/Protocol.qbk index 66a64aba0..5170936e1 100644 --- a/libs/asio/doc/requirements/Protocol.qbk +++ b/libs/asio/doc/requirements/Protocol.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/RandomAccessHandleService.qbk b/libs/asio/doc/requirements/RandomAccessHandleService.qbk index 537c75b6f..2d4e67430 100644 --- a/libs/asio/doc/requirements/RandomAccessHandleService.qbk +++ b/libs/asio/doc/requirements/RandomAccessHandleService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/RawSocketService.qbk b/libs/asio/doc/requirements/RawSocketService.qbk index f7a2704ab..a4a436387 100644 --- a/libs/asio/doc/requirements/RawSocketService.qbk +++ b/libs/asio/doc/requirements/RawSocketService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/ReadHandler.qbk b/libs/asio/doc/requirements/ReadHandler.qbk index 8b57bc773..c779ec669 100644 --- a/libs/asio/doc/requirements/ReadHandler.qbk +++ b/libs/asio/doc/requirements/ReadHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/ResolveHandler.qbk b/libs/asio/doc/requirements/ResolveHandler.qbk index f6e0688a4..411c0db47 100644 --- a/libs/asio/doc/requirements/ResolveHandler.qbk +++ b/libs/asio/doc/requirements/ResolveHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/ResolverService.qbk b/libs/asio/doc/requirements/ResolverService.qbk index 20e1400db..3a596a202 100644 --- a/libs/asio/doc/requirements/ResolverService.qbk +++ b/libs/asio/doc/requirements/ResolverService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/SeqPacketSocketService.qbk b/libs/asio/doc/requirements/SeqPacketSocketService.qbk index 1c148d7ff..df8697c16 100644 --- a/libs/asio/doc/requirements/SeqPacketSocketService.qbk +++ b/libs/asio/doc/requirements/SeqPacketSocketService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/SerialPortService.qbk b/libs/asio/doc/requirements/SerialPortService.qbk index 656f27d8d..2d880631e 100644 --- a/libs/asio/doc/requirements/SerialPortService.qbk +++ b/libs/asio/doc/requirements/SerialPortService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/Service.qbk b/libs/asio/doc/requirements/Service.qbk index a14347067..7963cb368 100644 --- a/libs/asio/doc/requirements/Service.qbk +++ b/libs/asio/doc/requirements/Service.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/SettableSerialPortOption.qbk b/libs/asio/doc/requirements/SettableSerialPortOption.qbk index 833182960..d217fa868 100644 --- a/libs/asio/doc/requirements/SettableSerialPortOption.qbk +++ b/libs/asio/doc/requirements/SettableSerialPortOption.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/SettableSocketOption.qbk b/libs/asio/doc/requirements/SettableSocketOption.qbk index 31ab73e27..6b75472da 100644 --- a/libs/asio/doc/requirements/SettableSocketOption.qbk +++ b/libs/asio/doc/requirements/SettableSocketOption.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/ShutdownHandler.qbk b/libs/asio/doc/requirements/ShutdownHandler.qbk index 2c7f5fcd3..6426a6cdf 100644 --- a/libs/asio/doc/requirements/ShutdownHandler.qbk +++ b/libs/asio/doc/requirements/ShutdownHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/SignalHandler.qbk b/libs/asio/doc/requirements/SignalHandler.qbk index 1c89f62af..987da4b8e 100644 --- a/libs/asio/doc/requirements/SignalHandler.qbk +++ b/libs/asio/doc/requirements/SignalHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/SignalSetService.qbk b/libs/asio/doc/requirements/SignalSetService.qbk index 1b27dd9fe..854195c30 100644 --- a/libs/asio/doc/requirements/SignalSetService.qbk +++ b/libs/asio/doc/requirements/SignalSetService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/SocketAcceptorService.qbk b/libs/asio/doc/requirements/SocketAcceptorService.qbk index a35e0d62c..04b424d09 100644 --- a/libs/asio/doc/requirements/SocketAcceptorService.qbk +++ b/libs/asio/doc/requirements/SocketAcceptorService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/SocketService.qbk b/libs/asio/doc/requirements/SocketService.qbk index 2f373beaa..574b771f9 100644 --- a/libs/asio/doc/requirements/SocketService.qbk +++ b/libs/asio/doc/requirements/SocketService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/StreamDescriptorService.qbk b/libs/asio/doc/requirements/StreamDescriptorService.qbk index 23c53276c..7f878aada 100644 --- a/libs/asio/doc/requirements/StreamDescriptorService.qbk +++ b/libs/asio/doc/requirements/StreamDescriptorService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/StreamHandleService.qbk b/libs/asio/doc/requirements/StreamHandleService.qbk index 3dd1b9521..cdcac3f50 100644 --- a/libs/asio/doc/requirements/StreamHandleService.qbk +++ b/libs/asio/doc/requirements/StreamHandleService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/StreamSocketService.qbk b/libs/asio/doc/requirements/StreamSocketService.qbk index fedfdef9c..1937a2b63 100644 --- a/libs/asio/doc/requirements/StreamSocketService.qbk +++ b/libs/asio/doc/requirements/StreamSocketService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/SyncRandomAccessReadDevice.qbk b/libs/asio/doc/requirements/SyncRandomAccessReadDevice.qbk index 8f601a1d9..fd44d5772 100644 --- a/libs/asio/doc/requirements/SyncRandomAccessReadDevice.qbk +++ b/libs/asio/doc/requirements/SyncRandomAccessReadDevice.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/SyncRandomAccessWriteDevice.qbk b/libs/asio/doc/requirements/SyncRandomAccessWriteDevice.qbk index 439ef3c13..396d64243 100644 --- a/libs/asio/doc/requirements/SyncRandomAccessWriteDevice.qbk +++ b/libs/asio/doc/requirements/SyncRandomAccessWriteDevice.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/SyncReadStream.qbk b/libs/asio/doc/requirements/SyncReadStream.qbk index 1e37d5810..2eac0f1da 100644 --- a/libs/asio/doc/requirements/SyncReadStream.qbk +++ b/libs/asio/doc/requirements/SyncReadStream.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/SyncWriteStream.qbk b/libs/asio/doc/requirements/SyncWriteStream.qbk index f38c41305..1e05f22f2 100644 --- a/libs/asio/doc/requirements/SyncWriteStream.qbk +++ b/libs/asio/doc/requirements/SyncWriteStream.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/TimeTraits.qbk b/libs/asio/doc/requirements/TimeTraits.qbk index 7c0fcd95c..6ac7fefc5 100644 --- a/libs/asio/doc/requirements/TimeTraits.qbk +++ b/libs/asio/doc/requirements/TimeTraits.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/TimerService.qbk b/libs/asio/doc/requirements/TimerService.qbk index 3b957aefc..5d84d6b70 100644 --- a/libs/asio/doc/requirements/TimerService.qbk +++ b/libs/asio/doc/requirements/TimerService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/WaitHandler.qbk b/libs/asio/doc/requirements/WaitHandler.qbk index 75033342a..1c2b8b97f 100644 --- a/libs/asio/doc/requirements/WaitHandler.qbk +++ b/libs/asio/doc/requirements/WaitHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/WaitTraits.qbk b/libs/asio/doc/requirements/WaitTraits.qbk index 19aaed1c1..b892aeb94 100644 --- a/libs/asio/doc/requirements/WaitTraits.qbk +++ b/libs/asio/doc/requirements/WaitTraits.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/WaitableTimerService.qbk b/libs/asio/doc/requirements/WaitableTimerService.qbk index 427c3dbaf..0dbf3e6a7 100644 --- a/libs/asio/doc/requirements/WaitableTimerService.qbk +++ b/libs/asio/doc/requirements/WaitableTimerService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/WriteHandler.qbk b/libs/asio/doc/requirements/WriteHandler.qbk index 40ea07705..38094ea92 100644 --- a/libs/asio/doc/requirements/WriteHandler.qbk +++ b/libs/asio/doc/requirements/WriteHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/requirements/asynchronous_operations.qbk b/libs/asio/doc/requirements/asynchronous_operations.qbk index 1293dd847..336affc81 100644 --- a/libs/asio/doc/requirements/asynchronous_operations.qbk +++ b/libs/asio/doc/requirements/asynchronous_operations.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/std_exception_dox.txt b/libs/asio/doc/std_exception_dox.txt index 74aeacc0c..57745ce5e 100644 --- a/libs/asio/doc/std_exception_dox.txt +++ b/libs/asio/doc/std_exception_dox.txt @@ -1,5 +1,5 @@ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/tutorial.qbk b/libs/asio/doc/tutorial.qbk index afff0a035..77bbc840d 100644 --- a/libs/asio/doc/tutorial.qbk +++ b/libs/asio/doc/tutorial.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -120,7 +120,7 @@ Finally we print the obligatory `"Hello, world!"` message to show when the timer - ``''''''`` std::cout << "Hello, world!\n"; + ``''''''`` std::cout << "Hello, world!" << std::endl; ``''''''`` return 0; ``''''''``} @@ -142,7 +142,7 @@ Next: [link boost_asio.tutorial.tuttimer2 Timer.2 - Using a timer asynchronously ``''''''``// timer.cpp ``''''''``// ~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) ``''''''``// ``''''''``// Distributed under the Boost Software License, Version 1.0. (See accompanying ``''''''``// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -159,7 +159,7 @@ Next: [link boost_asio.tutorial.tuttimer2 Timer.2 - Using a timer asynchronously ``''''''`` boost::asio::deadline_timer t(io, boost::posix_time::seconds(5)); ``''''''`` t.wait(); - ``''''''`` std::cout << "Hello, world!\n"; + ``''''''`` std::cout << "Hello, world!" << std::endl; ``''''''`` return 0; ``''''''``} @@ -191,7 +191,7 @@ Using asio's asynchronous functionality means having a callback function that wi ``''''''``void print(const boost::system::error_code& /*e*/) ``''''''``{ - ``''''''`` std::cout << "Hello, world!\n"; + ``''''''`` std::cout << "Hello, world!" << std::endl; ``''''''``} ``''''''``int main() @@ -242,7 +242,7 @@ Next: [link boost_asio.tutorial.tuttimer3 Timer.3 - Binding arguments to a handl ``''''''``// timer.cpp ``''''''``// ~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) ``''''''``// ``''''''``// Distributed under the Boost Software License, Version 1.0. (See accompanying ``''''''``// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -254,7 +254,7 @@ Next: [link boost_asio.tutorial.tuttimer3 Timer.3 - Binding arguments to a handl ``''''''``void print(const boost::system::error_code& /*e*/) ``''''''``{ - ``''''''`` std::cout << "Hello, world!\n"; + ``''''''`` std::cout << "Hello, world!" << std::endl; ``''''''``} ``''''''``int main() @@ -312,7 +312,7 @@ As mentioned above, this tutorial program uses a counter to stop running when th ``''''''`` if (*count < 5) ``''''''`` { - ``''''''`` std::cout << *count << "\n"; + ``''''''`` std::cout << *count << std::endl; ``''''''`` ++(*count); @@ -366,7 +366,7 @@ Finally, just to prove that the `count` variable was being used in the `print` h - ``''''''`` std::cout << "Final count is " << count << "\n"; + ``''''''`` std::cout << "Final count is " << count << std::endl; ``''''''`` return 0; ``''''''``} @@ -390,7 +390,7 @@ Next: [link boost_asio.tutorial.tuttimer4 Timer.4 - Using a member function as a ``''''''``// timer.cpp ``''''''``// ~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) ``''''''``// ``''''''``// Distributed under the Boost Software License, Version 1.0. (See accompanying ``''''''``// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -406,7 +406,7 @@ Next: [link boost_asio.tutorial.tuttimer4 Timer.4 - Using a member function as a ``''''''``{ ``''''''`` if (*count < 5) ``''''''`` { - ``''''''`` std::cout << *count << "\n"; + ``''''''`` std::cout << *count << std::endl; ``''''''`` ++(*count); ``''''''`` t->expires_at(t->expires_at() + boost::posix_time::seconds(1)); @@ -426,7 +426,7 @@ Next: [link boost_asio.tutorial.tuttimer4 Timer.4 - Using a member function as a ``''''''`` io.run(); - ``''''''`` std::cout << "Final count is " << count << "\n"; + ``''''''`` std::cout << "Final count is " << count << std::endl; ``''''''`` return 0; ``''''''``} @@ -489,7 +489,7 @@ In the class destructor we will print out the final value of the counter. ``''''''`` ~printer() ``''''''`` { - ``''''''`` std::cout << "Final count is " << count_ << "\n"; + ``''''''`` std::cout << "Final count is " << count_ << std::endl; ``''''''`` } @@ -502,7 +502,7 @@ The `print` member function is very similar to the `print` function from tutoria ``''''''`` { ``''''''`` if (count_ < 5) ``''''''`` { - ``''''''`` std::cout << count_ << "\n"; + ``''''''`` std::cout << count_ << std::endl; ``''''''`` ++count_; ``''''''`` timer_.expires_at(timer_.expires_at() + boost::posix_time::seconds(1)); @@ -551,7 +551,7 @@ Next: [link boost_asio.tutorial.tuttimer5 Timer.5 - Synchronising handlers in mu ``''''''``// timer.cpp ``''''''``// ~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) ``''''''``// ``''''''``// Distributed under the Boost Software License, Version 1.0. (See accompanying ``''''''``// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -574,14 +574,14 @@ Next: [link boost_asio.tutorial.tuttimer5 Timer.5 - Synchronising handlers in mu ``''''''`` ~printer() ``''''''`` { - ``''''''`` std::cout << "Final count is " << count_ << "\n"; + ``''''''`` std::cout << "Final count is " << count_ << std::endl; ``''''''`` } ``''''''`` void print() ``''''''`` { ``''''''`` if (count_ < 5) ``''''''`` { - ``''''''`` std::cout << count_ << "\n"; + ``''''''`` std::cout << count_ << std::endl; ``''''''`` ++count_; ``''''''`` timer_.expires_at(timer_.expires_at() + boost::posix_time::seconds(1)); @@ -673,7 +673,7 @@ When initiating the asynchronous operations, each callback handler is "wrapped" ``''''''`` ~printer() ``''''''`` { - ``''''''`` std::cout << "Final count is " << count_ << "\n"; + ``''''''`` std::cout << "Final count is " << count_ << std::endl; ``''''''`` } @@ -686,7 +686,7 @@ In a multithreaded program, the handlers for asynchronous operations should be s ``''''''`` { ``''''''`` if (count_ < 10) ``''''''`` { - ``''''''`` std::cout << "Timer 1: " << count_ << "\n"; + ``''''''`` std::cout << "Timer 1: " << count_ << std::endl; ``''''''`` ++count_; ``''''''`` timer1_.expires_at(timer1_.expires_at() + boost::posix_time::seconds(1)); @@ -698,7 +698,7 @@ In a multithreaded program, the handlers for asynchronous operations should be s ``''''''`` { ``''''''`` if (count_ < 10) ``''''''`` { - ``''''''`` std::cout << "Timer 2: " << count_ << "\n"; + ``''''''`` std::cout << "Timer 2: " << count_ << std::endl; ``''''''`` ++count_; ``''''''`` timer2_.expires_at(timer2_.expires_at() + boost::posix_time::seconds(1)); @@ -751,7 +751,7 @@ Previous: [link boost_asio.tutorial.tuttimer4 Timer.4 - Using a member function ``''''''``// timer.cpp ``''''''``// ~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) ``''''''``// ``''''''``// Distributed under the Boost Software License, Version 1.0. (See accompanying ``''''''``// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -778,14 +778,14 @@ Previous: [link boost_asio.tutorial.tuttimer4 Timer.4 - Using a member function ``''''''`` ~printer() ``''''''`` { - ``''''''`` std::cout << "Final count is " << count_ << "\n"; + ``''''''`` std::cout << "Final count is " << count_ << std::endl; ``''''''`` } ``''''''`` void print1() ``''''''`` { ``''''''`` if (count_ < 10) ``''''''`` { - ``''''''`` std::cout << "Timer 1: " << count_ << "\n"; + ``''''''`` std::cout << "Timer 1: " << count_ << std::endl; ``''''''`` ++count_; ``''''''`` timer1_.expires_at(timer1_.expires_at() + boost::posix_time::seconds(1)); @@ -797,7 +797,7 @@ Previous: [link boost_asio.tutorial.tuttimer4 Timer.4 - Using a member function ``''''''`` { ``''''''`` if (count_ < 10) ``''''''`` { - ``''''''`` std::cout << "Timer 2: " << count_ << "\n"; + ``''''''`` std::cout << "Timer 2: " << count_ << std::endl; ``''''''`` ++count_; ``''''''`` timer2_.expires_at(timer2_.expires_at() + boost::posix_time::seconds(1)); @@ -959,7 +959,7 @@ Next: [link boost_asio.tutorial.tutdaytime2 Daytime.2 - A synchronous TCP daytim ``''''''``// client.cpp ``''''''``// ~~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) ``''''''``// ``''''''``// Distributed under the Boost Software License, Version 1.0. (See accompanying ``''''''``// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -1118,7 +1118,7 @@ Next: [link boost_asio.tutorial.tutdaytime3 Daytime.3 - An asynchronous TCP dayt ``''''''``// server.cpp ``''''''``// ~~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) ``''''''``// ``''''''``// Distributed under the Boost Software License, Version 1.0. (See accompanying ``''''''``// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -1370,7 +1370,7 @@ Next: [link boost_asio.tutorial.tutdaytime4 Daytime.4 - A synchronous UDP daytim ``''''''``// server.cpp ``''''''``// ~~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) ``''''''``// ``''''''``// Distributed under the Boost Software License, Version 1.0. (See accompanying ``''''''``// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -1591,7 +1591,7 @@ Next: [link boost_asio.tutorial.tutdaytime5 Daytime.5 - A synchronous UDP daytim ``''''''``// client.cpp ``''''''``// ~~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) ``''''''``// ``''''''``// Distributed under the Boost Software License, Version 1.0. (See accompanying ``''''''``// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -1734,7 +1734,7 @@ Next: [link boost_asio.tutorial.tutdaytime6 Daytime.6 - An asynchronous UDP dayt ``''''''``// server.cpp ``''''''``// ~~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) ``''''''``// ``''''''``// Distributed under the Boost Software License, Version 1.0. (See accompanying ``''''''``// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -1952,7 +1952,7 @@ Next: [link boost_asio.tutorial.tutdaytime7 Daytime.7 - A combined TCP/UDP async ``''''''``// server.cpp ``''''''``// ~~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) ``''''''``// ``''''''``// Distributed under the Boost Software License, Version 1.0. (See accompanying ``''''''``// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -2231,7 +2231,7 @@ Previous: [link boost_asio.tutorial.tutdaytime6 Daytime.6 - An asynchronous UDP ``''''''``// server.cpp ``''''''``// ~~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) ``''''''``// ``''''''``// Distributed under the Boost Software License, Version 1.0. (See accompanying ``''''''``// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/tutorial.xsl b/libs/asio/doc/tutorial.xsl index 9a79ad530..ced26c32e 100644 --- a/libs/asio/doc/tutorial.xsl +++ b/libs/asio/doc/tutorial.xsl @@ -2,7 +2,7 @@ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <!-- - Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -20,7 +20,7 @@ <xsl:template match="/doxygen"> <xsl:text>[/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/doc/using.qbk b/libs/asio/doc/using.qbk index 3cc7563fd..b2bfaf39b 100644 --- a/libs/asio/doc/using.qbk +++ b/libs/asio/doc/using.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/allocation/Jamfile b/libs/asio/example/cpp03/allocation/Jamfile index 4d345ecf1..951da8d8b 100644 --- a/libs/asio/example/cpp03/allocation/Jamfile +++ b/libs/asio/example/cpp03/allocation/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/allocation/Jamfile.v2 b/libs/asio/example/cpp03/allocation/Jamfile.v2 index 84df930c8..94bc5cb48 100644 --- a/libs/asio/example/cpp03/allocation/Jamfile.v2 +++ b/libs/asio/example/cpp03/allocation/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/allocation/server.cpp b/libs/asio/example/cpp03/allocation/server.cpp index ab06b4fc2..b213f47f3 100644 --- a/libs/asio/example/cpp03/allocation/server.cpp +++ b/libs/asio/example/cpp03/allocation/server.cpp @@ -2,7 +2,7 @@ // server.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/buffers/Jamfile b/libs/asio/example/cpp03/buffers/Jamfile index 152d1037d..631438c1a 100644 --- a/libs/asio/example/cpp03/buffers/Jamfile +++ b/libs/asio/example/cpp03/buffers/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/buffers/Jamfile.v2 b/libs/asio/example/cpp03/buffers/Jamfile.v2 index 95aacad8f..f7f34d4c3 100644 --- a/libs/asio/example/cpp03/buffers/Jamfile.v2 +++ b/libs/asio/example/cpp03/buffers/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/buffers/reference_counted.cpp b/libs/asio/example/cpp03/buffers/reference_counted.cpp index cfb028173..9c1ce4f69 100644 --- a/libs/asio/example/cpp03/buffers/reference_counted.cpp +++ b/libs/asio/example/cpp03/buffers/reference_counted.cpp @@ -2,7 +2,7 @@ // reference_counted.cpp // ~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/chat/Jamfile b/libs/asio/example/cpp03/chat/Jamfile index 02fcff26c..38c689957 100644 --- a/libs/asio/example/cpp03/chat/Jamfile +++ b/libs/asio/example/cpp03/chat/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/chat/Jamfile.v2 b/libs/asio/example/cpp03/chat/Jamfile.v2 index 02e6813ef..491856636 100644 --- a/libs/asio/example/cpp03/chat/Jamfile.v2 +++ b/libs/asio/example/cpp03/chat/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/chat/chat_client.cpp b/libs/asio/example/cpp03/chat/chat_client.cpp index e0f0fa421..e52fc10eb 100644 --- a/libs/asio/example/cpp03/chat/chat_client.cpp +++ b/libs/asio/example/cpp03/chat/chat_client.cpp @@ -2,7 +2,7 @@ // chat_client.cpp // ~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/chat/chat_message.hpp b/libs/asio/example/cpp03/chat/chat_message.hpp index 90dac153c..8f592703b 100644 --- a/libs/asio/example/cpp03/chat/chat_message.hpp +++ b/libs/asio/example/cpp03/chat/chat_message.hpp @@ -2,7 +2,7 @@ // chat_message.hpp // ~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/chat/chat_server.cpp b/libs/asio/example/cpp03/chat/chat_server.cpp index 4eb0a8c6f..32c95c1f9 100644 --- a/libs/asio/example/cpp03/chat/chat_server.cpp +++ b/libs/asio/example/cpp03/chat/chat_server.cpp @@ -2,7 +2,7 @@ // chat_server.cpp // ~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/chat/posix_chat_client.cpp b/libs/asio/example/cpp03/chat/posix_chat_client.cpp index 46e475e6a..2bf984995 100644 --- a/libs/asio/example/cpp03/chat/posix_chat_client.cpp +++ b/libs/asio/example/cpp03/chat/posix_chat_client.cpp @@ -2,7 +2,7 @@ // posix_chat_client.cpp // ~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/echo/Jamfile b/libs/asio/example/cpp03/echo/Jamfile index 6148b3938..278bd38b5 100644 --- a/libs/asio/example/cpp03/echo/Jamfile +++ b/libs/asio/example/cpp03/echo/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/echo/Jamfile.v2 b/libs/asio/example/cpp03/echo/Jamfile.v2 index 5ec2c0795..6f950e756 100644 --- a/libs/asio/example/cpp03/echo/Jamfile.v2 +++ b/libs/asio/example/cpp03/echo/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/echo/async_tcp_echo_server.cpp b/libs/asio/example/cpp03/echo/async_tcp_echo_server.cpp index 3b0337f06..e7221e795 100644 --- a/libs/asio/example/cpp03/echo/async_tcp_echo_server.cpp +++ b/libs/asio/example/cpp03/echo/async_tcp_echo_server.cpp @@ -2,7 +2,7 @@ // async_tcp_echo_server.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/echo/async_udp_echo_server.cpp b/libs/asio/example/cpp03/echo/async_udp_echo_server.cpp index 88f959d82..83791d2af 100644 --- a/libs/asio/example/cpp03/echo/async_udp_echo_server.cpp +++ b/libs/asio/example/cpp03/echo/async_udp_echo_server.cpp @@ -2,7 +2,7 @@ // async_udp_echo_server.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/echo/blocking_tcp_echo_client.cpp b/libs/asio/example/cpp03/echo/blocking_tcp_echo_client.cpp index 90ada3e34..ab6d5f863 100644 --- a/libs/asio/example/cpp03/echo/blocking_tcp_echo_client.cpp +++ b/libs/asio/example/cpp03/echo/blocking_tcp_echo_client.cpp @@ -2,7 +2,7 @@ // blocking_tcp_echo_client.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/echo/blocking_tcp_echo_server.cpp b/libs/asio/example/cpp03/echo/blocking_tcp_echo_server.cpp index cfb69d881..0fc6a91eb 100644 --- a/libs/asio/example/cpp03/echo/blocking_tcp_echo_server.cpp +++ b/libs/asio/example/cpp03/echo/blocking_tcp_echo_server.cpp @@ -2,7 +2,7 @@ // blocking_tcp_echo_server.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/echo/blocking_udp_echo_client.cpp b/libs/asio/example/cpp03/echo/blocking_udp_echo_client.cpp index 1a2817a7a..190619683 100644 --- a/libs/asio/example/cpp03/echo/blocking_udp_echo_client.cpp +++ b/libs/asio/example/cpp03/echo/blocking_udp_echo_client.cpp @@ -2,7 +2,7 @@ // blocking_udp_echo_client.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/echo/blocking_udp_echo_server.cpp b/libs/asio/example/cpp03/echo/blocking_udp_echo_server.cpp index 30eaa4095..cc4e9fdb1 100644 --- a/libs/asio/example/cpp03/echo/blocking_udp_echo_server.cpp +++ b/libs/asio/example/cpp03/echo/blocking_udp_echo_server.cpp @@ -2,7 +2,7 @@ // blocking_udp_echo_server.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/fork/Jamfile b/libs/asio/example/cpp03/fork/Jamfile index d5d9f4388..86c68321c 100644 --- a/libs/asio/example/cpp03/fork/Jamfile +++ b/libs/asio/example/cpp03/fork/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/fork/Jamfile.v2 b/libs/asio/example/cpp03/fork/Jamfile.v2 index 09f2ef5b8..003bbfa16 100644 --- a/libs/asio/example/cpp03/fork/Jamfile.v2 +++ b/libs/asio/example/cpp03/fork/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/fork/daemon.cpp b/libs/asio/example/cpp03/fork/daemon.cpp index 3fdcf6d6b..6f960ce22 100644 --- a/libs/asio/example/cpp03/fork/daemon.cpp +++ b/libs/asio/example/cpp03/fork/daemon.cpp @@ -2,7 +2,7 @@ // daemon.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/fork/process_per_connection.cpp b/libs/asio/example/cpp03/fork/process_per_connection.cpp index 6cea8a368..bd859c9f2 100644 --- a/libs/asio/example/cpp03/fork/process_per_connection.cpp +++ b/libs/asio/example/cpp03/fork/process_per_connection.cpp @@ -2,7 +2,7 @@ // process_per_connection.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/client/Jamfile b/libs/asio/example/cpp03/http/client/Jamfile index e45544ee5..595cb7651 100644 --- a/libs/asio/example/cpp03/http/client/Jamfile +++ b/libs/asio/example/cpp03/http/client/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/client/Jamfile.v2 b/libs/asio/example/cpp03/http/client/Jamfile.v2 index 25530d69d..e222c2f01 100644 --- a/libs/asio/example/cpp03/http/client/Jamfile.v2 +++ b/libs/asio/example/cpp03/http/client/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/client/async_client.cpp b/libs/asio/example/cpp03/http/client/async_client.cpp index 3a52b0b19..e1c2f13be 100644 --- a/libs/asio/example/cpp03/http/client/async_client.cpp +++ b/libs/asio/example/cpp03/http/client/async_client.cpp @@ -2,7 +2,7 @@ // async_client.cpp // ~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/client/sync_client.cpp b/libs/asio/example/cpp03/http/client/sync_client.cpp index 949fd6417..605f439a1 100644 --- a/libs/asio/example/cpp03/http/client/sync_client.cpp +++ b/libs/asio/example/cpp03/http/client/sync_client.cpp @@ -2,7 +2,7 @@ // sync_client.cpp // ~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/doc_root/data_1K.html b/libs/asio/example/cpp03/http/doc_root/data_1K.html index 9cb1aa3c8..d31991323 100644 --- a/libs/asio/example/cpp03/http/doc_root/data_1K.html +++ b/libs/asio/example/cpp03/http/doc_root/data_1K.html @@ -1,5 +1,5 @@ <!-- -Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/doc_root/data_2K.html b/libs/asio/example/cpp03/http/doc_root/data_2K.html index e6569856b..0703e2e02 100644 --- a/libs/asio/example/cpp03/http/doc_root/data_2K.html +++ b/libs/asio/example/cpp03/http/doc_root/data_2K.html @@ -1,5 +1,5 @@ <!-- -Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/doc_root/data_4K.html b/libs/asio/example/cpp03/http/doc_root/data_4K.html index 91314b34e..52b1ab8da 100644 --- a/libs/asio/example/cpp03/http/doc_root/data_4K.html +++ b/libs/asio/example/cpp03/http/doc_root/data_4K.html @@ -1,5 +1,5 @@ <!-- -Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/doc_root/data_8K.html b/libs/asio/example/cpp03/http/doc_root/data_8K.html index 6fbe9fb03..1f373ef50 100644 --- a/libs/asio/example/cpp03/http/doc_root/data_8K.html +++ b/libs/asio/example/cpp03/http/doc_root/data_8K.html @@ -1,5 +1,5 @@ <!-- -Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/Jamfile b/libs/asio/example/cpp03/http/server/Jamfile index 38d596bc2..ac5933918 100644 --- a/libs/asio/example/cpp03/http/server/Jamfile +++ b/libs/asio/example/cpp03/http/server/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/Jamfile.v2 b/libs/asio/example/cpp03/http/server/Jamfile.v2 index 0ebe0e2d2..a841031c2 100644 --- a/libs/asio/example/cpp03/http/server/Jamfile.v2 +++ b/libs/asio/example/cpp03/http/server/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/connection.cpp b/libs/asio/example/cpp03/http/server/connection.cpp index a780eab25..cf1d4a3b4 100644 --- a/libs/asio/example/cpp03/http/server/connection.cpp +++ b/libs/asio/example/cpp03/http/server/connection.cpp @@ -2,7 +2,7 @@ // connection.cpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/connection.hpp b/libs/asio/example/cpp03/http/server/connection.hpp index bd8a27302..88ba0db8d 100644 --- a/libs/asio/example/cpp03/http/server/connection.hpp +++ b/libs/asio/example/cpp03/http/server/connection.hpp @@ -2,7 +2,7 @@ // connection.hpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/connection_manager.cpp b/libs/asio/example/cpp03/http/server/connection_manager.cpp index bafad4a56..3b0bfb193 100644 --- a/libs/asio/example/cpp03/http/server/connection_manager.cpp +++ b/libs/asio/example/cpp03/http/server/connection_manager.cpp @@ -2,7 +2,7 @@ // connection_manager.cpp // ~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/connection_manager.hpp b/libs/asio/example/cpp03/http/server/connection_manager.hpp index bab867d55..086801450 100644 --- a/libs/asio/example/cpp03/http/server/connection_manager.hpp +++ b/libs/asio/example/cpp03/http/server/connection_manager.hpp @@ -2,7 +2,7 @@ // connection_manager.hpp // ~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/header.hpp b/libs/asio/example/cpp03/http/server/header.hpp index b2375afea..524097edc 100644 --- a/libs/asio/example/cpp03/http/server/header.hpp +++ b/libs/asio/example/cpp03/http/server/header.hpp @@ -2,7 +2,7 @@ // header.hpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/main.cpp b/libs/asio/example/cpp03/http/server/main.cpp index ba52be2a4..a9d14bcb5 100644 --- a/libs/asio/example/cpp03/http/server/main.cpp +++ b/libs/asio/example/cpp03/http/server/main.cpp @@ -2,7 +2,7 @@ // main.cpp // ~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/mime_types.cpp b/libs/asio/example/cpp03/http/server/mime_types.cpp index 2ea2c2662..05ee50c08 100644 --- a/libs/asio/example/cpp03/http/server/mime_types.cpp +++ b/libs/asio/example/cpp03/http/server/mime_types.cpp @@ -2,7 +2,7 @@ // mime_types.cpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/mime_types.hpp b/libs/asio/example/cpp03/http/server/mime_types.hpp index 21f737e58..e5881f2e8 100644 --- a/libs/asio/example/cpp03/http/server/mime_types.hpp +++ b/libs/asio/example/cpp03/http/server/mime_types.hpp @@ -2,7 +2,7 @@ // mime_types.hpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/reply.cpp b/libs/asio/example/cpp03/http/server/reply.cpp index 318a4705f..e9d06010b 100644 --- a/libs/asio/example/cpp03/http/server/reply.cpp +++ b/libs/asio/example/cpp03/http/server/reply.cpp @@ -2,7 +2,7 @@ // reply.cpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/reply.hpp b/libs/asio/example/cpp03/http/server/reply.hpp index 9757df493..f39112195 100644 --- a/libs/asio/example/cpp03/http/server/reply.hpp +++ b/libs/asio/example/cpp03/http/server/reply.hpp @@ -2,7 +2,7 @@ // reply.hpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/request.hpp b/libs/asio/example/cpp03/http/server/request.hpp index 3e2250186..2a38f39e4 100644 --- a/libs/asio/example/cpp03/http/server/request.hpp +++ b/libs/asio/example/cpp03/http/server/request.hpp @@ -2,7 +2,7 @@ // request.hpp // ~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/request_handler.cpp b/libs/asio/example/cpp03/http/server/request_handler.cpp index 7d0452bd3..e9cf1b095 100644 --- a/libs/asio/example/cpp03/http/server/request_handler.cpp +++ b/libs/asio/example/cpp03/http/server/request_handler.cpp @@ -2,7 +2,7 @@ // request_handler.cpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/request_handler.hpp b/libs/asio/example/cpp03/http/server/request_handler.hpp index fdc5b08ec..40f187e03 100644 --- a/libs/asio/example/cpp03/http/server/request_handler.hpp +++ b/libs/asio/example/cpp03/http/server/request_handler.hpp @@ -2,7 +2,7 @@ // request_handler.hpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/request_parser.cpp b/libs/asio/example/cpp03/http/server/request_parser.cpp index af2d8513d..94598b816 100644 --- a/libs/asio/example/cpp03/http/server/request_parser.cpp +++ b/libs/asio/example/cpp03/http/server/request_parser.cpp @@ -2,7 +2,7 @@ // request_parser.cpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/request_parser.hpp b/libs/asio/example/cpp03/http/server/request_parser.hpp index 59f14a237..914677989 100644 --- a/libs/asio/example/cpp03/http/server/request_parser.hpp +++ b/libs/asio/example/cpp03/http/server/request_parser.hpp @@ -2,7 +2,7 @@ // request_parser.hpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/server.cpp b/libs/asio/example/cpp03/http/server/server.cpp index 7989db5d8..e93cefa65 100644 --- a/libs/asio/example/cpp03/http/server/server.cpp +++ b/libs/asio/example/cpp03/http/server/server.cpp @@ -2,7 +2,7 @@ // server.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server/server.hpp b/libs/asio/example/cpp03/http/server/server.hpp index 750c65934..27eaede19 100644 --- a/libs/asio/example/cpp03/http/server/server.hpp +++ b/libs/asio/example/cpp03/http/server/server.hpp @@ -2,7 +2,7 @@ // server.hpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/Jamfile b/libs/asio/example/cpp03/http/server2/Jamfile index fbebf328e..d979d40fe 100644 --- a/libs/asio/example/cpp03/http/server2/Jamfile +++ b/libs/asio/example/cpp03/http/server2/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/Jamfile.v2 b/libs/asio/example/cpp03/http/server2/Jamfile.v2 index 9a6a5f9c1..1a5a1fef3 100644 --- a/libs/asio/example/cpp03/http/server2/Jamfile.v2 +++ b/libs/asio/example/cpp03/http/server2/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/connection.cpp b/libs/asio/example/cpp03/http/server2/connection.cpp index 3b1d03637..bf7f3cad0 100644 --- a/libs/asio/example/cpp03/http/server2/connection.cpp +++ b/libs/asio/example/cpp03/http/server2/connection.cpp @@ -2,7 +2,7 @@ // connection.cpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/connection.hpp b/libs/asio/example/cpp03/http/server2/connection.hpp index 2a0b3413a..75f4fee30 100644 --- a/libs/asio/example/cpp03/http/server2/connection.hpp +++ b/libs/asio/example/cpp03/http/server2/connection.hpp @@ -2,7 +2,7 @@ // connection.hpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/header.hpp b/libs/asio/example/cpp03/http/server2/header.hpp index 6e84adecb..b0bde07a4 100644 --- a/libs/asio/example/cpp03/http/server2/header.hpp +++ b/libs/asio/example/cpp03/http/server2/header.hpp @@ -2,7 +2,7 @@ // header.hpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/io_service_pool.cpp b/libs/asio/example/cpp03/http/server2/io_service_pool.cpp index 4654ed63b..a4a9c02fc 100644 --- a/libs/asio/example/cpp03/http/server2/io_service_pool.cpp +++ b/libs/asio/example/cpp03/http/server2/io_service_pool.cpp @@ -2,7 +2,7 @@ // io_service_pool.cpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/io_service_pool.hpp b/libs/asio/example/cpp03/http/server2/io_service_pool.hpp index 7722693a5..b714f5302 100644 --- a/libs/asio/example/cpp03/http/server2/io_service_pool.hpp +++ b/libs/asio/example/cpp03/http/server2/io_service_pool.hpp @@ -2,7 +2,7 @@ // io_service_pool.hpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/main.cpp b/libs/asio/example/cpp03/http/server2/main.cpp index 49db83aff..aff4b192b 100644 --- a/libs/asio/example/cpp03/http/server2/main.cpp +++ b/libs/asio/example/cpp03/http/server2/main.cpp @@ -2,7 +2,7 @@ // main.cpp // ~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/mime_types.cpp b/libs/asio/example/cpp03/http/server2/mime_types.cpp index a08f7ec08..11a47a688 100644 --- a/libs/asio/example/cpp03/http/server2/mime_types.cpp +++ b/libs/asio/example/cpp03/http/server2/mime_types.cpp @@ -2,7 +2,7 @@ // mime_types.cpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/mime_types.hpp b/libs/asio/example/cpp03/http/server2/mime_types.hpp index 3277c8437..e33c0e5c7 100644 --- a/libs/asio/example/cpp03/http/server2/mime_types.hpp +++ b/libs/asio/example/cpp03/http/server2/mime_types.hpp @@ -2,7 +2,7 @@ // mime_types.hpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/reply.cpp b/libs/asio/example/cpp03/http/server2/reply.cpp index 17bfb4d44..626808bc0 100644 --- a/libs/asio/example/cpp03/http/server2/reply.cpp +++ b/libs/asio/example/cpp03/http/server2/reply.cpp @@ -2,7 +2,7 @@ // reply.cpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/reply.hpp b/libs/asio/example/cpp03/http/server2/reply.hpp index 7ae1151b1..acb1534b9 100644 --- a/libs/asio/example/cpp03/http/server2/reply.hpp +++ b/libs/asio/example/cpp03/http/server2/reply.hpp @@ -2,7 +2,7 @@ // reply.hpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/request.hpp b/libs/asio/example/cpp03/http/server2/request.hpp index b17b650fb..9e14fd2ac 100644 --- a/libs/asio/example/cpp03/http/server2/request.hpp +++ b/libs/asio/example/cpp03/http/server2/request.hpp @@ -2,7 +2,7 @@ // request.hpp // ~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/request_handler.cpp b/libs/asio/example/cpp03/http/server2/request_handler.cpp index 055d414d2..62a638c5a 100644 --- a/libs/asio/example/cpp03/http/server2/request_handler.cpp +++ b/libs/asio/example/cpp03/http/server2/request_handler.cpp @@ -2,7 +2,7 @@ // request_handler.cpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/request_handler.hpp b/libs/asio/example/cpp03/http/server2/request_handler.hpp index b48ca3a51..3addf7bdf 100644 --- a/libs/asio/example/cpp03/http/server2/request_handler.hpp +++ b/libs/asio/example/cpp03/http/server2/request_handler.hpp @@ -2,7 +2,7 @@ // request_handler.hpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/request_parser.cpp b/libs/asio/example/cpp03/http/server2/request_parser.cpp index d9b8b7a4b..d31e5723c 100644 --- a/libs/asio/example/cpp03/http/server2/request_parser.cpp +++ b/libs/asio/example/cpp03/http/server2/request_parser.cpp @@ -2,7 +2,7 @@ // request_parser.cpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/request_parser.hpp b/libs/asio/example/cpp03/http/server2/request_parser.hpp index f6f081990..042632674 100644 --- a/libs/asio/example/cpp03/http/server2/request_parser.hpp +++ b/libs/asio/example/cpp03/http/server2/request_parser.hpp @@ -2,7 +2,7 @@ // request_parser.hpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/server.cpp b/libs/asio/example/cpp03/http/server2/server.cpp index bb96abe25..bacc9218b 100644 --- a/libs/asio/example/cpp03/http/server2/server.cpp +++ b/libs/asio/example/cpp03/http/server2/server.cpp @@ -2,7 +2,7 @@ // server.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server2/server.hpp b/libs/asio/example/cpp03/http/server2/server.hpp index 454d51d61..3b4a1d95f 100644 --- a/libs/asio/example/cpp03/http/server2/server.hpp +++ b/libs/asio/example/cpp03/http/server2/server.hpp @@ -2,7 +2,7 @@ // server.hpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server3/Jamfile b/libs/asio/example/cpp03/http/server3/Jamfile index c55810650..acb30d9c2 100644 --- a/libs/asio/example/cpp03/http/server3/Jamfile +++ b/libs/asio/example/cpp03/http/server3/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server3/Jamfile.v2 b/libs/asio/example/cpp03/http/server3/Jamfile.v2 index f1d509173..02ce0a745 100644 --- a/libs/asio/example/cpp03/http/server3/Jamfile.v2 +++ b/libs/asio/example/cpp03/http/server3/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server3/connection.cpp b/libs/asio/example/cpp03/http/server3/connection.cpp index 31cdba520..6ec24d1ed 100644 --- a/libs/asio/example/cpp03/http/server3/connection.cpp +++ b/libs/asio/example/cpp03/http/server3/connection.cpp @@ -2,7 +2,7 @@ // connection.cpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server3/connection.hpp b/libs/asio/example/cpp03/http/server3/connection.hpp index edb0bfd37..113852652 100644 --- a/libs/asio/example/cpp03/http/server3/connection.hpp +++ b/libs/asio/example/cpp03/http/server3/connection.hpp @@ -2,7 +2,7 @@ // connection.hpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server3/header.hpp b/libs/asio/example/cpp03/http/server3/header.hpp index 921eebcbf..004efb631 100644 --- a/libs/asio/example/cpp03/http/server3/header.hpp +++ b/libs/asio/example/cpp03/http/server3/header.hpp @@ -2,7 +2,7 @@ // header.hpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server3/main.cpp b/libs/asio/example/cpp03/http/server3/main.cpp index 09780cec4..998b29550 100644 --- a/libs/asio/example/cpp03/http/server3/main.cpp +++ b/libs/asio/example/cpp03/http/server3/main.cpp @@ -2,7 +2,7 @@ // main.cpp // ~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server3/mime_types.cpp b/libs/asio/example/cpp03/http/server3/mime_types.cpp index 41b49493b..ee84fb94c 100644 --- a/libs/asio/example/cpp03/http/server3/mime_types.cpp +++ b/libs/asio/example/cpp03/http/server3/mime_types.cpp @@ -2,7 +2,7 @@ // mime_types.cpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server3/mime_types.hpp b/libs/asio/example/cpp03/http/server3/mime_types.hpp index 381ed5951..79453121b 100644 --- a/libs/asio/example/cpp03/http/server3/mime_types.hpp +++ b/libs/asio/example/cpp03/http/server3/mime_types.hpp @@ -2,7 +2,7 @@ // mime_types.hpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server3/reply.cpp b/libs/asio/example/cpp03/http/server3/reply.cpp index 67615808a..66a67c617 100644 --- a/libs/asio/example/cpp03/http/server3/reply.cpp +++ b/libs/asio/example/cpp03/http/server3/reply.cpp @@ -2,7 +2,7 @@ // reply.cpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server3/reply.hpp b/libs/asio/example/cpp03/http/server3/reply.hpp index c953d28ea..43ad1688b 100644 --- a/libs/asio/example/cpp03/http/server3/reply.hpp +++ b/libs/asio/example/cpp03/http/server3/reply.hpp @@ -2,7 +2,7 @@ // reply.hpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server3/request.hpp b/libs/asio/example/cpp03/http/server3/request.hpp index d1fbb77ec..8b1eef75d 100644 --- a/libs/asio/example/cpp03/http/server3/request.hpp +++ b/libs/asio/example/cpp03/http/server3/request.hpp @@ -2,7 +2,7 @@ // request.hpp // ~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server3/request_handler.cpp b/libs/asio/example/cpp03/http/server3/request_handler.cpp index c4397307f..ffa4ac971 100644 --- a/libs/asio/example/cpp03/http/server3/request_handler.cpp +++ b/libs/asio/example/cpp03/http/server3/request_handler.cpp @@ -2,7 +2,7 @@ // request_handler.cpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server3/request_handler.hpp b/libs/asio/example/cpp03/http/server3/request_handler.hpp index 3c5a15ed9..c635a0119 100644 --- a/libs/asio/example/cpp03/http/server3/request_handler.hpp +++ b/libs/asio/example/cpp03/http/server3/request_handler.hpp @@ -2,7 +2,7 @@ // request_handler.hpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server3/request_parser.cpp b/libs/asio/example/cpp03/http/server3/request_parser.cpp index e3fd16011..8ab2ca9a9 100644 --- a/libs/asio/example/cpp03/http/server3/request_parser.cpp +++ b/libs/asio/example/cpp03/http/server3/request_parser.cpp @@ -2,7 +2,7 @@ // request_parser.cpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server3/request_parser.hpp b/libs/asio/example/cpp03/http/server3/request_parser.hpp index f3db83337..0795b27bd 100644 --- a/libs/asio/example/cpp03/http/server3/request_parser.hpp +++ b/libs/asio/example/cpp03/http/server3/request_parser.hpp @@ -2,7 +2,7 @@ // request_parser.hpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server3/server.cpp b/libs/asio/example/cpp03/http/server3/server.cpp index 3feb97f37..09d8e27bd 100644 --- a/libs/asio/example/cpp03/http/server3/server.cpp +++ b/libs/asio/example/cpp03/http/server3/server.cpp @@ -2,7 +2,7 @@ // server.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server3/server.hpp b/libs/asio/example/cpp03/http/server3/server.hpp index d11b6e74a..333efd1c3 100644 --- a/libs/asio/example/cpp03/http/server3/server.hpp +++ b/libs/asio/example/cpp03/http/server3/server.hpp @@ -2,7 +2,7 @@ // server.hpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server4/Jamfile b/libs/asio/example/cpp03/http/server4/Jamfile index fbc344b62..552a551b5 100644 --- a/libs/asio/example/cpp03/http/server4/Jamfile +++ b/libs/asio/example/cpp03/http/server4/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server4/Jamfile.v2 b/libs/asio/example/cpp03/http/server4/Jamfile.v2 index 39f04956d..d9a03811c 100644 --- a/libs/asio/example/cpp03/http/server4/Jamfile.v2 +++ b/libs/asio/example/cpp03/http/server4/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server4/file_handler.cpp b/libs/asio/example/cpp03/http/server4/file_handler.cpp index cfcaa1c7a..ece057e4f 100644 --- a/libs/asio/example/cpp03/http/server4/file_handler.cpp +++ b/libs/asio/example/cpp03/http/server4/file_handler.cpp @@ -2,7 +2,7 @@ // file_handler.cpp // ~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server4/file_handler.hpp b/libs/asio/example/cpp03/http/server4/file_handler.hpp index 6d3266210..c4f3da21b 100644 --- a/libs/asio/example/cpp03/http/server4/file_handler.hpp +++ b/libs/asio/example/cpp03/http/server4/file_handler.hpp @@ -2,7 +2,7 @@ // file_handler.hpp // ~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server4/header.hpp b/libs/asio/example/cpp03/http/server4/header.hpp index 2aa408e5f..acf62906f 100644 --- a/libs/asio/example/cpp03/http/server4/header.hpp +++ b/libs/asio/example/cpp03/http/server4/header.hpp @@ -2,7 +2,7 @@ // header.hpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server4/main.cpp b/libs/asio/example/cpp03/http/server4/main.cpp index 1befe57d8..11c54ef22 100644 --- a/libs/asio/example/cpp03/http/server4/main.cpp +++ b/libs/asio/example/cpp03/http/server4/main.cpp @@ -2,7 +2,7 @@ // main.cpp // ~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server4/mime_types.cpp b/libs/asio/example/cpp03/http/server4/mime_types.cpp index 0fea975c2..85b9ec519 100644 --- a/libs/asio/example/cpp03/http/server4/mime_types.cpp +++ b/libs/asio/example/cpp03/http/server4/mime_types.cpp @@ -2,7 +2,7 @@ // mime_types.cpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server4/mime_types.hpp b/libs/asio/example/cpp03/http/server4/mime_types.hpp index d3238f3e1..b2c3b08b7 100644 --- a/libs/asio/example/cpp03/http/server4/mime_types.hpp +++ b/libs/asio/example/cpp03/http/server4/mime_types.hpp @@ -2,7 +2,7 @@ // mime_types.hpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server4/reply.cpp b/libs/asio/example/cpp03/http/server4/reply.cpp index 0c61c35ca..f976b2810 100644 --- a/libs/asio/example/cpp03/http/server4/reply.cpp +++ b/libs/asio/example/cpp03/http/server4/reply.cpp @@ -2,7 +2,7 @@ // reply.cpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server4/reply.hpp b/libs/asio/example/cpp03/http/server4/reply.hpp index 0c25da7b3..4cca2a45f 100644 --- a/libs/asio/example/cpp03/http/server4/reply.hpp +++ b/libs/asio/example/cpp03/http/server4/reply.hpp @@ -2,7 +2,7 @@ // reply.hpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server4/request.hpp b/libs/asio/example/cpp03/http/server4/request.hpp index 481a00393..bf4ffe10d 100644 --- a/libs/asio/example/cpp03/http/server4/request.hpp +++ b/libs/asio/example/cpp03/http/server4/request.hpp @@ -2,7 +2,7 @@ // request.hpp // ~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server4/request_parser.cpp b/libs/asio/example/cpp03/http/server4/request_parser.cpp index 1fa468d56..50a35d50b 100644 --- a/libs/asio/example/cpp03/http/server4/request_parser.cpp +++ b/libs/asio/example/cpp03/http/server4/request_parser.cpp @@ -2,7 +2,7 @@ // request_parser.cpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server4/request_parser.hpp b/libs/asio/example/cpp03/http/server4/request_parser.hpp index 0485cc968..981b3ad11 100644 --- a/libs/asio/example/cpp03/http/server4/request_parser.hpp +++ b/libs/asio/example/cpp03/http/server4/request_parser.hpp @@ -2,7 +2,7 @@ // request_parser.hpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server4/server.cpp b/libs/asio/example/cpp03/http/server4/server.cpp index d315c7a5c..3006a32ca 100644 --- a/libs/asio/example/cpp03/http/server4/server.cpp +++ b/libs/asio/example/cpp03/http/server4/server.cpp @@ -2,7 +2,7 @@ // server.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/http/server4/server.hpp b/libs/asio/example/cpp03/http/server4/server.hpp index dd68bb422..b8d428ebc 100644 --- a/libs/asio/example/cpp03/http/server4/server.hpp +++ b/libs/asio/example/cpp03/http/server4/server.hpp @@ -2,7 +2,7 @@ // server.hpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/icmp/Jamfile b/libs/asio/example/cpp03/icmp/Jamfile index e7f02acf7..8f52a7f56 100644 --- a/libs/asio/example/cpp03/icmp/Jamfile +++ b/libs/asio/example/cpp03/icmp/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/icmp/Jamfile.v2 b/libs/asio/example/cpp03/icmp/Jamfile.v2 index 5a5dc99c7..f10f94682 100644 --- a/libs/asio/example/cpp03/icmp/Jamfile.v2 +++ b/libs/asio/example/cpp03/icmp/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/icmp/icmp_header.hpp b/libs/asio/example/cpp03/icmp/icmp_header.hpp index 8a41ec126..2e4d78930 100644 --- a/libs/asio/example/cpp03/icmp/icmp_header.hpp +++ b/libs/asio/example/cpp03/icmp/icmp_header.hpp @@ -2,7 +2,7 @@ // icmp_header.hpp // ~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/icmp/ipv4_header.hpp b/libs/asio/example/cpp03/icmp/ipv4_header.hpp index eaf1e20d3..b406f2b28 100644 --- a/libs/asio/example/cpp03/icmp/ipv4_header.hpp +++ b/libs/asio/example/cpp03/icmp/ipv4_header.hpp @@ -2,7 +2,7 @@ // ipv4_header.hpp // ~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/icmp/ping.cpp b/libs/asio/example/cpp03/icmp/ping.cpp index b6c42cfa9..bed6b5507 100644 --- a/libs/asio/example/cpp03/icmp/ping.cpp +++ b/libs/asio/example/cpp03/icmp/ping.cpp @@ -2,7 +2,7 @@ // ping.cpp // ~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/invocation/Jamfile b/libs/asio/example/cpp03/invocation/Jamfile index af6213fed..54f2c8307 100644 --- a/libs/asio/example/cpp03/invocation/Jamfile +++ b/libs/asio/example/cpp03/invocation/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/invocation/Jamfile.v2 b/libs/asio/example/cpp03/invocation/Jamfile.v2 index a033ffab5..57aba085a 100644 --- a/libs/asio/example/cpp03/invocation/Jamfile.v2 +++ b/libs/asio/example/cpp03/invocation/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/invocation/prioritised_handlers.cpp b/libs/asio/example/cpp03/invocation/prioritised_handlers.cpp index a308500d5..01011d557 100644 --- a/libs/asio/example/cpp03/invocation/prioritised_handlers.cpp +++ b/libs/asio/example/cpp03/invocation/prioritised_handlers.cpp @@ -2,7 +2,7 @@ // prioritised_handlers.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/iostreams/Jamfile b/libs/asio/example/cpp03/iostreams/Jamfile index ec5a98224..ae9cbb117 100644 --- a/libs/asio/example/cpp03/iostreams/Jamfile +++ b/libs/asio/example/cpp03/iostreams/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/iostreams/Jamfile.v2 b/libs/asio/example/cpp03/iostreams/Jamfile.v2 index 825acaa3d..92745a185 100644 --- a/libs/asio/example/cpp03/iostreams/Jamfile.v2 +++ b/libs/asio/example/cpp03/iostreams/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/iostreams/daytime_client.cpp b/libs/asio/example/cpp03/iostreams/daytime_client.cpp index 956a0929a..6eef76d01 100644 --- a/libs/asio/example/cpp03/iostreams/daytime_client.cpp +++ b/libs/asio/example/cpp03/iostreams/daytime_client.cpp @@ -2,7 +2,7 @@ // daytime_client.cpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/iostreams/daytime_server.cpp b/libs/asio/example/cpp03/iostreams/daytime_server.cpp index 1767ca6c5..409a51138 100644 --- a/libs/asio/example/cpp03/iostreams/daytime_server.cpp +++ b/libs/asio/example/cpp03/iostreams/daytime_server.cpp @@ -2,7 +2,7 @@ // daytime_server.cpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/iostreams/http_client.cpp b/libs/asio/example/cpp03/iostreams/http_client.cpp index e0e393428..41319b5d5 100644 --- a/libs/asio/example/cpp03/iostreams/http_client.cpp +++ b/libs/asio/example/cpp03/iostreams/http_client.cpp @@ -2,7 +2,7 @@ // sync_client.cpp // ~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/local/Jamfile b/libs/asio/example/cpp03/local/Jamfile index ea5bec64d..0e63d55bd 100644 --- a/libs/asio/example/cpp03/local/Jamfile +++ b/libs/asio/example/cpp03/local/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/local/Jamfile.v2 b/libs/asio/example/cpp03/local/Jamfile.v2 index d0c1dcab8..18aa324af 100644 --- a/libs/asio/example/cpp03/local/Jamfile.v2 +++ b/libs/asio/example/cpp03/local/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/local/connect_pair.cpp b/libs/asio/example/cpp03/local/connect_pair.cpp index 1495917ef..f78d6aa8f 100644 --- a/libs/asio/example/cpp03/local/connect_pair.cpp +++ b/libs/asio/example/cpp03/local/connect_pair.cpp @@ -2,7 +2,7 @@ // connect_pair.cpp // ~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/local/iostream_client.cpp b/libs/asio/example/cpp03/local/iostream_client.cpp index cf2932234..fe69898be 100644 --- a/libs/asio/example/cpp03/local/iostream_client.cpp +++ b/libs/asio/example/cpp03/local/iostream_client.cpp @@ -2,7 +2,7 @@ // stream_client.cpp // ~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/local/stream_client.cpp b/libs/asio/example/cpp03/local/stream_client.cpp index 3fabed9c3..373309803 100644 --- a/libs/asio/example/cpp03/local/stream_client.cpp +++ b/libs/asio/example/cpp03/local/stream_client.cpp @@ -2,7 +2,7 @@ // stream_client.cpp // ~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/local/stream_server.cpp b/libs/asio/example/cpp03/local/stream_server.cpp index 5ae14ccbf..0cb75abc7 100644 --- a/libs/asio/example/cpp03/local/stream_server.cpp +++ b/libs/asio/example/cpp03/local/stream_server.cpp @@ -2,7 +2,7 @@ // stream_server.cpp // ~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/multicast/Jamfile b/libs/asio/example/cpp03/multicast/Jamfile index 65d2587eb..3a29c9d75 100644 --- a/libs/asio/example/cpp03/multicast/Jamfile +++ b/libs/asio/example/cpp03/multicast/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/multicast/Jamfile.v2 b/libs/asio/example/cpp03/multicast/Jamfile.v2 index f9a64f028..f55fbef8d 100644 --- a/libs/asio/example/cpp03/multicast/Jamfile.v2 +++ b/libs/asio/example/cpp03/multicast/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/multicast/receiver.cpp b/libs/asio/example/cpp03/multicast/receiver.cpp index ac375fbf9..1de4feae5 100644 --- a/libs/asio/example/cpp03/multicast/receiver.cpp +++ b/libs/asio/example/cpp03/multicast/receiver.cpp @@ -2,7 +2,7 @@ // receiver.cpp // ~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/multicast/sender.cpp b/libs/asio/example/cpp03/multicast/sender.cpp index e39d5af93..dc47c1570 100644 --- a/libs/asio/example/cpp03/multicast/sender.cpp +++ b/libs/asio/example/cpp03/multicast/sender.cpp @@ -2,7 +2,7 @@ // sender.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/nonblocking/Jamfile b/libs/asio/example/cpp03/nonblocking/Jamfile index 13e0a6fe4..c19b98843 100644 --- a/libs/asio/example/cpp03/nonblocking/Jamfile +++ b/libs/asio/example/cpp03/nonblocking/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/nonblocking/Jamfile.v2 b/libs/asio/example/cpp03/nonblocking/Jamfile.v2 index b1c27d2ed..681b8debc 100644 --- a/libs/asio/example/cpp03/nonblocking/Jamfile.v2 +++ b/libs/asio/example/cpp03/nonblocking/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/nonblocking/third_party_lib.cpp b/libs/asio/example/cpp03/nonblocking/third_party_lib.cpp index 40e9a01c7..137899f7c 100644 --- a/libs/asio/example/cpp03/nonblocking/third_party_lib.cpp +++ b/libs/asio/example/cpp03/nonblocking/third_party_lib.cpp @@ -2,7 +2,7 @@ // third_party_lib.cpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/porthopper/Jamfile b/libs/asio/example/cpp03/porthopper/Jamfile index 76b111c63..52ea4d5c5 100644 --- a/libs/asio/example/cpp03/porthopper/Jamfile +++ b/libs/asio/example/cpp03/porthopper/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/porthopper/Jamfile.v2 b/libs/asio/example/cpp03/porthopper/Jamfile.v2 index 2eb651119..96015e06f 100644 --- a/libs/asio/example/cpp03/porthopper/Jamfile.v2 +++ b/libs/asio/example/cpp03/porthopper/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/porthopper/client.cpp b/libs/asio/example/cpp03/porthopper/client.cpp index 54c9fa04d..5fc27ba08 100644 --- a/libs/asio/example/cpp03/porthopper/client.cpp +++ b/libs/asio/example/cpp03/porthopper/client.cpp @@ -2,7 +2,7 @@ // client.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/porthopper/protocol.hpp b/libs/asio/example/cpp03/porthopper/protocol.hpp index 96436993b..a30bb8922 100644 --- a/libs/asio/example/cpp03/porthopper/protocol.hpp +++ b/libs/asio/example/cpp03/porthopper/protocol.hpp @@ -2,7 +2,7 @@ // protocol.hpp // ~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/porthopper/server.cpp b/libs/asio/example/cpp03/porthopper/server.cpp index 83659e1c7..802be7f51 100644 --- a/libs/asio/example/cpp03/porthopper/server.cpp +++ b/libs/asio/example/cpp03/porthopper/server.cpp @@ -2,7 +2,7 @@ // server.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/serialization/Jamfile b/libs/asio/example/cpp03/serialization/Jamfile index 7f884380f..2906b2a01 100644 --- a/libs/asio/example/cpp03/serialization/Jamfile +++ b/libs/asio/example/cpp03/serialization/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/serialization/Jamfile.v2 b/libs/asio/example/cpp03/serialization/Jamfile.v2 index 96f067af7..247db67fb 100644 --- a/libs/asio/example/cpp03/serialization/Jamfile.v2 +++ b/libs/asio/example/cpp03/serialization/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/serialization/client.cpp b/libs/asio/example/cpp03/serialization/client.cpp index e74bb619e..968434d68 100644 --- a/libs/asio/example/cpp03/serialization/client.cpp +++ b/libs/asio/example/cpp03/serialization/client.cpp @@ -2,7 +2,7 @@ // client.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/serialization/connection.hpp b/libs/asio/example/cpp03/serialization/connection.hpp index 3c3411474..9fdcb4bfc 100644 --- a/libs/asio/example/cpp03/serialization/connection.hpp +++ b/libs/asio/example/cpp03/serialization/connection.hpp @@ -2,7 +2,7 @@ // connection.hpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/serialization/server.cpp b/libs/asio/example/cpp03/serialization/server.cpp index ed27dd0f9..65f314ad1 100644 --- a/libs/asio/example/cpp03/serialization/server.cpp +++ b/libs/asio/example/cpp03/serialization/server.cpp @@ -2,7 +2,7 @@ // server.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/serialization/stock.hpp b/libs/asio/example/cpp03/serialization/stock.hpp index 1054cc9da..3993cbfd1 100644 --- a/libs/asio/example/cpp03/serialization/stock.hpp +++ b/libs/asio/example/cpp03/serialization/stock.hpp @@ -2,7 +2,7 @@ // stock.hpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/services/Jamfile b/libs/asio/example/cpp03/services/Jamfile index 083c91732..0c534969a 100644 --- a/libs/asio/example/cpp03/services/Jamfile +++ b/libs/asio/example/cpp03/services/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/services/Jamfile.v2 b/libs/asio/example/cpp03/services/Jamfile.v2 index e263fdc3b..bd0a8518b 100644 --- a/libs/asio/example/cpp03/services/Jamfile.v2 +++ b/libs/asio/example/cpp03/services/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/services/basic_logger.hpp b/libs/asio/example/cpp03/services/basic_logger.hpp index f5c9e921f..075cb92a3 100644 --- a/libs/asio/example/cpp03/services/basic_logger.hpp +++ b/libs/asio/example/cpp03/services/basic_logger.hpp @@ -2,7 +2,7 @@ // basic_logger.hpp // ~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/services/daytime_client.cpp b/libs/asio/example/cpp03/services/daytime_client.cpp index a09fa7863..ff2d4cac0 100644 --- a/libs/asio/example/cpp03/services/daytime_client.cpp +++ b/libs/asio/example/cpp03/services/daytime_client.cpp @@ -2,7 +2,7 @@ // daytime_client.cpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/services/logger.hpp b/libs/asio/example/cpp03/services/logger.hpp index 77ceb61ec..4b77b5dd5 100644 --- a/libs/asio/example/cpp03/services/logger.hpp +++ b/libs/asio/example/cpp03/services/logger.hpp @@ -2,7 +2,7 @@ // logger.hpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/services/logger_service.cpp b/libs/asio/example/cpp03/services/logger_service.cpp index 4fd3018bd..d67876a0a 100644 --- a/libs/asio/example/cpp03/services/logger_service.cpp +++ b/libs/asio/example/cpp03/services/logger_service.cpp @@ -2,7 +2,7 @@ // logger_service.cpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/services/logger_service.hpp b/libs/asio/example/cpp03/services/logger_service.hpp index 1315d5e68..8934291f2 100644 --- a/libs/asio/example/cpp03/services/logger_service.hpp +++ b/libs/asio/example/cpp03/services/logger_service.hpp @@ -2,7 +2,7 @@ // logger_service.hpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/services/stream_socket_service.hpp b/libs/asio/example/cpp03/services/stream_socket_service.hpp index e503875e2..5d22c8cc5 100644 --- a/libs/asio/example/cpp03/services/stream_socket_service.hpp +++ b/libs/asio/example/cpp03/services/stream_socket_service.hpp @@ -2,7 +2,7 @@ // stream_socket_service.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/socks4/Jamfile b/libs/asio/example/cpp03/socks4/Jamfile index b6d995cf4..5fd7f9e6d 100644 --- a/libs/asio/example/cpp03/socks4/Jamfile +++ b/libs/asio/example/cpp03/socks4/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/socks4/Jamfile.v2 b/libs/asio/example/cpp03/socks4/Jamfile.v2 index f326bf1e6..d4480b990 100644 --- a/libs/asio/example/cpp03/socks4/Jamfile.v2 +++ b/libs/asio/example/cpp03/socks4/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/socks4/socks4.hpp b/libs/asio/example/cpp03/socks4/socks4.hpp index 297e9ae30..8b001f74d 100644 --- a/libs/asio/example/cpp03/socks4/socks4.hpp +++ b/libs/asio/example/cpp03/socks4/socks4.hpp @@ -2,7 +2,7 @@ // socks4.hpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/socks4/sync_client.cpp b/libs/asio/example/cpp03/socks4/sync_client.cpp index f6ce9b503..d2e9bf929 100644 --- a/libs/asio/example/cpp03/socks4/sync_client.cpp +++ b/libs/asio/example/cpp03/socks4/sync_client.cpp @@ -2,7 +2,7 @@ // sync_client.cpp // ~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/spawn/Jamfile.v2 b/libs/asio/example/cpp03/spawn/Jamfile.v2 index d8b02ffef..4ba558958 100644 --- a/libs/asio/example/cpp03/spawn/Jamfile.v2 +++ b/libs/asio/example/cpp03/spawn/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/spawn/echo_server.cpp b/libs/asio/example/cpp03/spawn/echo_server.cpp index 9620f1bcb..e703fbb78 100644 --- a/libs/asio/example/cpp03/spawn/echo_server.cpp +++ b/libs/asio/example/cpp03/spawn/echo_server.cpp @@ -2,7 +2,7 @@ // echo_server.cpp // ~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/ssl/Jamfile b/libs/asio/example/cpp03/ssl/Jamfile index 1842915e2..80e88208e 100644 --- a/libs/asio/example/cpp03/ssl/Jamfile +++ b/libs/asio/example/cpp03/ssl/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/ssl/Jamfile.v2 b/libs/asio/example/cpp03/ssl/Jamfile.v2 index 135141b17..ec7eda041 100644 --- a/libs/asio/example/cpp03/ssl/Jamfile.v2 +++ b/libs/asio/example/cpp03/ssl/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/ssl/README b/libs/asio/example/cpp03/ssl/README index 97c9acef2..7a61bf8ac 100644 --- a/libs/asio/example/cpp03/ssl/README +++ b/libs/asio/example/cpp03/ssl/README @@ -2,7 +2,7 @@ The passphrase for both the CA and server private keys is "test". ------------------------------------------------------------------------------- -Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/ssl/client.cpp b/libs/asio/example/cpp03/ssl/client.cpp index 7a04436f5..173c9b6f8 100644 --- a/libs/asio/example/cpp03/ssl/client.cpp +++ b/libs/asio/example/cpp03/ssl/client.cpp @@ -2,7 +2,7 @@ // client.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/ssl/server.cpp b/libs/asio/example/cpp03/ssl/server.cpp index e95fa516f..c9fe54333 100644 --- a/libs/asio/example/cpp03/ssl/server.cpp +++ b/libs/asio/example/cpp03/ssl/server.cpp @@ -2,7 +2,7 @@ // server.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/timeouts/Jamfile b/libs/asio/example/cpp03/timeouts/Jamfile index cfe98fe04..c7c4d5658 100644 --- a/libs/asio/example/cpp03/timeouts/Jamfile +++ b/libs/asio/example/cpp03/timeouts/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/timeouts/Jamfile.v2 b/libs/asio/example/cpp03/timeouts/Jamfile.v2 index 828941571..305c005e9 100644 --- a/libs/asio/example/cpp03/timeouts/Jamfile.v2 +++ b/libs/asio/example/cpp03/timeouts/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/timeouts/async_tcp_client.cpp b/libs/asio/example/cpp03/timeouts/async_tcp_client.cpp index a15f03f99..e42daf692 100644 --- a/libs/asio/example/cpp03/timeouts/async_tcp_client.cpp +++ b/libs/asio/example/cpp03/timeouts/async_tcp_client.cpp @@ -2,7 +2,7 @@ // async_tcp_client.cpp // ~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/timeouts/blocking_tcp_client.cpp b/libs/asio/example/cpp03/timeouts/blocking_tcp_client.cpp index 64dcb7764..2ffb3a1d7 100644 --- a/libs/asio/example/cpp03/timeouts/blocking_tcp_client.cpp +++ b/libs/asio/example/cpp03/timeouts/blocking_tcp_client.cpp @@ -2,7 +2,7 @@ // blocking_tcp_client.cpp // ~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/timeouts/blocking_udp_client.cpp b/libs/asio/example/cpp03/timeouts/blocking_udp_client.cpp index 51ba811ae..16b86e742 100644 --- a/libs/asio/example/cpp03/timeouts/blocking_udp_client.cpp +++ b/libs/asio/example/cpp03/timeouts/blocking_udp_client.cpp @@ -2,7 +2,7 @@ // blocking_udp_client.cpp // ~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/timeouts/server.cpp b/libs/asio/example/cpp03/timeouts/server.cpp index f8bce7b06..cdeeb2a7c 100644 --- a/libs/asio/example/cpp03/timeouts/server.cpp +++ b/libs/asio/example/cpp03/timeouts/server.cpp @@ -2,7 +2,7 @@ // server.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/timers/Jamfile b/libs/asio/example/cpp03/timers/Jamfile index 0aa01f321..52f28823d 100644 --- a/libs/asio/example/cpp03/timers/Jamfile +++ b/libs/asio/example/cpp03/timers/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/timers/Jamfile.v2 b/libs/asio/example/cpp03/timers/Jamfile.v2 index 73379643e..2a2fedf2f 100644 --- a/libs/asio/example/cpp03/timers/Jamfile.v2 +++ b/libs/asio/example/cpp03/timers/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/timers/tick_count_timer.cpp b/libs/asio/example/cpp03/timers/tick_count_timer.cpp index aa84c84da..0c06e751c 100644 --- a/libs/asio/example/cpp03/timers/tick_count_timer.cpp +++ b/libs/asio/example/cpp03/timers/tick_count_timer.cpp @@ -2,7 +2,7 @@ // tick_count_timer.cpp // ~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/timers/time_t_timer.cpp b/libs/asio/example/cpp03/timers/time_t_timer.cpp index 9ae42cee4..999ce88a6 100644 --- a/libs/asio/example/cpp03/timers/time_t_timer.cpp +++ b/libs/asio/example/cpp03/timers/time_t_timer.cpp @@ -2,7 +2,7 @@ // time_t_timer.cpp // ~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/tutorial/Jamfile b/libs/asio/example/cpp03/tutorial/Jamfile index dd0fa3989..6180adf79 100644 --- a/libs/asio/example/cpp03/tutorial/Jamfile +++ b/libs/asio/example/cpp03/tutorial/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/tutorial/Jamfile.v2 b/libs/asio/example/cpp03/tutorial/Jamfile.v2 index bd7b116ca..783355b03 100644 --- a/libs/asio/example/cpp03/tutorial/Jamfile.v2 +++ b/libs/asio/example/cpp03/tutorial/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/tutorial/daytime1/client.cpp b/libs/asio/example/cpp03/tutorial/daytime1/client.cpp index 3959c0dfd..613f2f69e 100644 --- a/libs/asio/example/cpp03/tutorial/daytime1/client.cpp +++ b/libs/asio/example/cpp03/tutorial/daytime1/client.cpp @@ -2,7 +2,7 @@ // client.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/tutorial/daytime2/server.cpp b/libs/asio/example/cpp03/tutorial/daytime2/server.cpp index 780d8739c..c219ed63c 100644 --- a/libs/asio/example/cpp03/tutorial/daytime2/server.cpp +++ b/libs/asio/example/cpp03/tutorial/daytime2/server.cpp @@ -2,7 +2,7 @@ // server.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/tutorial/daytime3/server.cpp b/libs/asio/example/cpp03/tutorial/daytime3/server.cpp index 4171b7f16..bcc94656a 100644 --- a/libs/asio/example/cpp03/tutorial/daytime3/server.cpp +++ b/libs/asio/example/cpp03/tutorial/daytime3/server.cpp @@ -2,7 +2,7 @@ // server.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/tutorial/daytime4/client.cpp b/libs/asio/example/cpp03/tutorial/daytime4/client.cpp index b41de359f..2332d429b 100644 --- a/libs/asio/example/cpp03/tutorial/daytime4/client.cpp +++ b/libs/asio/example/cpp03/tutorial/daytime4/client.cpp @@ -2,7 +2,7 @@ // client.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/tutorial/daytime5/server.cpp b/libs/asio/example/cpp03/tutorial/daytime5/server.cpp index aab57c55b..155e9b84c 100644 --- a/libs/asio/example/cpp03/tutorial/daytime5/server.cpp +++ b/libs/asio/example/cpp03/tutorial/daytime5/server.cpp @@ -2,7 +2,7 @@ // server.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/tutorial/daytime6/server.cpp b/libs/asio/example/cpp03/tutorial/daytime6/server.cpp index 5a72cb6aa..8616372e3 100644 --- a/libs/asio/example/cpp03/tutorial/daytime6/server.cpp +++ b/libs/asio/example/cpp03/tutorial/daytime6/server.cpp @@ -2,7 +2,7 @@ // server.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/tutorial/daytime7/server.cpp b/libs/asio/example/cpp03/tutorial/daytime7/server.cpp index 12d957c77..42c1d33ab 100644 --- a/libs/asio/example/cpp03/tutorial/daytime7/server.cpp +++ b/libs/asio/example/cpp03/tutorial/daytime7/server.cpp @@ -2,7 +2,7 @@ // server.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/tutorial/daytime_dox.txt b/libs/asio/example/cpp03/tutorial/daytime_dox.txt index 8bef4fb56..10667c159 100644 --- a/libs/asio/example/cpp03/tutorial/daytime_dox.txt +++ b/libs/asio/example/cpp03/tutorial/daytime_dox.txt @@ -1,5 +1,5 @@ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/tutorial/index_dox.txt b/libs/asio/example/cpp03/tutorial/index_dox.txt index 47818f69f..43f9f4570 100644 --- a/libs/asio/example/cpp03/tutorial/index_dox.txt +++ b/libs/asio/example/cpp03/tutorial/index_dox.txt @@ -1,5 +1,5 @@ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/tutorial/timer1/timer.cpp b/libs/asio/example/cpp03/tutorial/timer1/timer.cpp index 9239059d4..3d72c38c2 100644 --- a/libs/asio/example/cpp03/tutorial/timer1/timer.cpp +++ b/libs/asio/example/cpp03/tutorial/timer1/timer.cpp @@ -2,7 +2,7 @@ // timer.cpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -19,7 +19,7 @@ int main() boost::asio::deadline_timer t(io, boost::posix_time::seconds(5)); t.wait(); - std::cout << "Hello, world!\n"; + std::cout << "Hello, world!" << std::endl; return 0; } diff --git a/libs/asio/example/cpp03/tutorial/timer2/timer.cpp b/libs/asio/example/cpp03/tutorial/timer2/timer.cpp index 5921f5308..d83db5e76 100644 --- a/libs/asio/example/cpp03/tutorial/timer2/timer.cpp +++ b/libs/asio/example/cpp03/tutorial/timer2/timer.cpp @@ -2,7 +2,7 @@ // timer.cpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -14,7 +14,7 @@ void print(const boost::system::error_code& /*e*/) { - std::cout << "Hello, world!\n"; + std::cout << "Hello, world!" << std::endl; } int main() diff --git a/libs/asio/example/cpp03/tutorial/timer3/timer.cpp b/libs/asio/example/cpp03/tutorial/timer3/timer.cpp index 84f1dbcd3..dc415bb25 100644 --- a/libs/asio/example/cpp03/tutorial/timer3/timer.cpp +++ b/libs/asio/example/cpp03/tutorial/timer3/timer.cpp @@ -2,7 +2,7 @@ // timer.cpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -18,7 +18,7 @@ void print(const boost::system::error_code& /*e*/, { if (*count < 5) { - std::cout << *count << "\n"; + std::cout << *count << std::endl; ++(*count); t->expires_at(t->expires_at() + boost::posix_time::seconds(1)); @@ -38,7 +38,7 @@ int main() io.run(); - std::cout << "Final count is " << count << "\n"; + std::cout << "Final count is " << count << std::endl; return 0; } diff --git a/libs/asio/example/cpp03/tutorial/timer4/timer.cpp b/libs/asio/example/cpp03/tutorial/timer4/timer.cpp index f428ae9b5..b140c35dd 100644 --- a/libs/asio/example/cpp03/tutorial/timer4/timer.cpp +++ b/libs/asio/example/cpp03/tutorial/timer4/timer.cpp @@ -2,7 +2,7 @@ // timer.cpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -25,14 +25,14 @@ public: ~printer() { - std::cout << "Final count is " << count_ << "\n"; + std::cout << "Final count is " << count_ << std::endl; } void print() { if (count_ < 5) { - std::cout << count_ << "\n"; + std::cout << count_ << std::endl; ++count_; timer_.expires_at(timer_.expires_at() + boost::posix_time::seconds(1)); diff --git a/libs/asio/example/cpp03/tutorial/timer5/timer.cpp b/libs/asio/example/cpp03/tutorial/timer5/timer.cpp index 6e87c54f1..71ddad4d3 100644 --- a/libs/asio/example/cpp03/tutorial/timer5/timer.cpp +++ b/libs/asio/example/cpp03/tutorial/timer5/timer.cpp @@ -2,7 +2,7 @@ // timer.cpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -29,14 +29,14 @@ public: ~printer() { - std::cout << "Final count is " << count_ << "\n"; + std::cout << "Final count is " << count_ << std::endl; } void print1() { if (count_ < 10) { - std::cout << "Timer 1: " << count_ << "\n"; + std::cout << "Timer 1: " << count_ << std::endl; ++count_; timer1_.expires_at(timer1_.expires_at() + boost::posix_time::seconds(1)); @@ -48,7 +48,7 @@ public: { if (count_ < 10) { - std::cout << "Timer 2: " << count_ << "\n"; + std::cout << "Timer 2: " << count_ << std::endl; ++count_; timer2_.expires_at(timer2_.expires_at() + boost::posix_time::seconds(1)); diff --git a/libs/asio/example/cpp03/tutorial/timer_dox.txt b/libs/asio/example/cpp03/tutorial/timer_dox.txt index 946355ca8..9335355f1 100644 --- a/libs/asio/example/cpp03/tutorial/timer_dox.txt +++ b/libs/asio/example/cpp03/tutorial/timer_dox.txt @@ -1,5 +1,5 @@ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/windows/Jamfile b/libs/asio/example/cpp03/windows/Jamfile index 856a85f17..0b32cb1ff 100644 --- a/libs/asio/example/cpp03/windows/Jamfile +++ b/libs/asio/example/cpp03/windows/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/windows/Jamfile.v2 b/libs/asio/example/cpp03/windows/Jamfile.v2 index 07ac2bdde..73dd6ced2 100644 --- a/libs/asio/example/cpp03/windows/Jamfile.v2 +++ b/libs/asio/example/cpp03/windows/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp03/windows/transmit_file.cpp b/libs/asio/example/cpp03/windows/transmit_file.cpp index 008b365e3..e3dbec80c 100644 --- a/libs/asio/example/cpp03/windows/transmit_file.cpp +++ b/libs/asio/example/cpp03/windows/transmit_file.cpp @@ -2,7 +2,7 @@ // transmit_file.cpp // ~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/allocation/Jamfile b/libs/asio/example/cpp11/allocation/Jamfile index 4d345ecf1..951da8d8b 100644 --- a/libs/asio/example/cpp11/allocation/Jamfile +++ b/libs/asio/example/cpp11/allocation/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/allocation/Jamfile.v2 b/libs/asio/example/cpp11/allocation/Jamfile.v2 index 84df930c8..94bc5cb48 100644 --- a/libs/asio/example/cpp11/allocation/Jamfile.v2 +++ b/libs/asio/example/cpp11/allocation/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/allocation/server.cpp b/libs/asio/example/cpp11/allocation/server.cpp index 39b4d2a63..ce7223ebe 100644 --- a/libs/asio/example/cpp11/allocation/server.cpp +++ b/libs/asio/example/cpp11/allocation/server.cpp @@ -2,7 +2,7 @@ // server.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/buffers/Jamfile b/libs/asio/example/cpp11/buffers/Jamfile index 152d1037d..631438c1a 100644 --- a/libs/asio/example/cpp11/buffers/Jamfile +++ b/libs/asio/example/cpp11/buffers/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/buffers/Jamfile.v2 b/libs/asio/example/cpp11/buffers/Jamfile.v2 index 95aacad8f..f7f34d4c3 100644 --- a/libs/asio/example/cpp11/buffers/Jamfile.v2 +++ b/libs/asio/example/cpp11/buffers/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/buffers/reference_counted.cpp b/libs/asio/example/cpp11/buffers/reference_counted.cpp index 47d88de65..7b5a35ba7 100644 --- a/libs/asio/example/cpp11/buffers/reference_counted.cpp +++ b/libs/asio/example/cpp11/buffers/reference_counted.cpp @@ -2,7 +2,7 @@ // reference_counted.cpp // ~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/chat/Jamfile b/libs/asio/example/cpp11/chat/Jamfile index b2498c29c..e3f2417c4 100644 --- a/libs/asio/example/cpp11/chat/Jamfile +++ b/libs/asio/example/cpp11/chat/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/chat/Jamfile.v2 b/libs/asio/example/cpp11/chat/Jamfile.v2 index c38049e28..d1d74427d 100644 --- a/libs/asio/example/cpp11/chat/Jamfile.v2 +++ b/libs/asio/example/cpp11/chat/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/chat/chat_client.cpp b/libs/asio/example/cpp11/chat/chat_client.cpp index 9287f0e2e..a9faeca7c 100644 --- a/libs/asio/example/cpp11/chat/chat_client.cpp +++ b/libs/asio/example/cpp11/chat/chat_client.cpp @@ -2,7 +2,7 @@ // chat_client.cpp // ~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/chat/chat_message.hpp b/libs/asio/example/cpp11/chat/chat_message.hpp index 375150444..d1593cd8d 100644 --- a/libs/asio/example/cpp11/chat/chat_message.hpp +++ b/libs/asio/example/cpp11/chat/chat_message.hpp @@ -2,7 +2,7 @@ // chat_message.hpp // ~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/chat/chat_server.cpp b/libs/asio/example/cpp11/chat/chat_server.cpp index abbe00b19..d8a1dc355 100644 --- a/libs/asio/example/cpp11/chat/chat_server.cpp +++ b/libs/asio/example/cpp11/chat/chat_server.cpp @@ -2,7 +2,7 @@ // chat_server.cpp // ~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/echo/Jamfile b/libs/asio/example/cpp11/echo/Jamfile index 6148b3938..278bd38b5 100644 --- a/libs/asio/example/cpp11/echo/Jamfile +++ b/libs/asio/example/cpp11/echo/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/echo/Jamfile.v2 b/libs/asio/example/cpp11/echo/Jamfile.v2 index 5ec2c0795..6f950e756 100644 --- a/libs/asio/example/cpp11/echo/Jamfile.v2 +++ b/libs/asio/example/cpp11/echo/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/echo/async_tcp_echo_server.cpp b/libs/asio/example/cpp11/echo/async_tcp_echo_server.cpp index acc1cab39..2f679e245 100644 --- a/libs/asio/example/cpp11/echo/async_tcp_echo_server.cpp +++ b/libs/asio/example/cpp11/echo/async_tcp_echo_server.cpp @@ -2,7 +2,7 @@ // async_tcp_echo_server.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/echo/async_udp_echo_server.cpp b/libs/asio/example/cpp11/echo/async_udp_echo_server.cpp index 4dc04e45e..c457d6d40 100644 --- a/libs/asio/example/cpp11/echo/async_udp_echo_server.cpp +++ b/libs/asio/example/cpp11/echo/async_udp_echo_server.cpp @@ -2,7 +2,7 @@ // async_udp_echo_server.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/echo/blocking_tcp_echo_client.cpp b/libs/asio/example/cpp11/echo/blocking_tcp_echo_client.cpp index cdf05e7ea..db56bf560 100644 --- a/libs/asio/example/cpp11/echo/blocking_tcp_echo_client.cpp +++ b/libs/asio/example/cpp11/echo/blocking_tcp_echo_client.cpp @@ -2,7 +2,7 @@ // blocking_tcp_echo_client.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/echo/blocking_tcp_echo_server.cpp b/libs/asio/example/cpp11/echo/blocking_tcp_echo_server.cpp index 79ae15541..31d6bee05 100644 --- a/libs/asio/example/cpp11/echo/blocking_tcp_echo_server.cpp +++ b/libs/asio/example/cpp11/echo/blocking_tcp_echo_server.cpp @@ -2,7 +2,7 @@ // blocking_tcp_echo_server.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/echo/blocking_udp_echo_client.cpp b/libs/asio/example/cpp11/echo/blocking_udp_echo_client.cpp index 02bda2323..81de8d341 100644 --- a/libs/asio/example/cpp11/echo/blocking_udp_echo_client.cpp +++ b/libs/asio/example/cpp11/echo/blocking_udp_echo_client.cpp @@ -2,7 +2,7 @@ // blocking_udp_echo_client.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/echo/blocking_udp_echo_server.cpp b/libs/asio/example/cpp11/echo/blocking_udp_echo_server.cpp index fddaf1e3e..db37fcf5b 100644 --- a/libs/asio/example/cpp11/echo/blocking_udp_echo_server.cpp +++ b/libs/asio/example/cpp11/echo/blocking_udp_echo_server.cpp @@ -2,7 +2,7 @@ // blocking_udp_echo_server.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/futures/Jamfile b/libs/asio/example/cpp11/futures/Jamfile index 6320be7f6..922a9b76b 100644 --- a/libs/asio/example/cpp11/futures/Jamfile +++ b/libs/asio/example/cpp11/futures/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/futures/Jamfile.v2 b/libs/asio/example/cpp11/futures/Jamfile.v2 index 7d0643daf..ee4b2f45d 100644 --- a/libs/asio/example/cpp11/futures/Jamfile.v2 +++ b/libs/asio/example/cpp11/futures/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/futures/daytime_client.cpp b/libs/asio/example/cpp11/futures/daytime_client.cpp index b87d4015e..e255b3c16 100644 --- a/libs/asio/example/cpp11/futures/daytime_client.cpp +++ b/libs/asio/example/cpp11/futures/daytime_client.cpp @@ -2,7 +2,7 @@ // daytime_client.cpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/Jamfile b/libs/asio/example/cpp11/http/server/Jamfile index 38d596bc2..ac5933918 100644 --- a/libs/asio/example/cpp11/http/server/Jamfile +++ b/libs/asio/example/cpp11/http/server/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/Jamfile.v2 b/libs/asio/example/cpp11/http/server/Jamfile.v2 index 0ebe0e2d2..a841031c2 100644 --- a/libs/asio/example/cpp11/http/server/Jamfile.v2 +++ b/libs/asio/example/cpp11/http/server/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/connection.cpp b/libs/asio/example/cpp11/http/server/connection.cpp index 26bca7031..1996b1fcc 100644 --- a/libs/asio/example/cpp11/http/server/connection.cpp +++ b/libs/asio/example/cpp11/http/server/connection.cpp @@ -2,7 +2,7 @@ // connection.cpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/connection.hpp b/libs/asio/example/cpp11/http/server/connection.hpp index 5dd8bf84d..3c87b6a7e 100644 --- a/libs/asio/example/cpp11/http/server/connection.hpp +++ b/libs/asio/example/cpp11/http/server/connection.hpp @@ -2,7 +2,7 @@ // connection.hpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/connection_manager.cpp b/libs/asio/example/cpp11/http/server/connection_manager.cpp index 831dbfab7..5699ed1b2 100644 --- a/libs/asio/example/cpp11/http/server/connection_manager.cpp +++ b/libs/asio/example/cpp11/http/server/connection_manager.cpp @@ -2,7 +2,7 @@ // connection_manager.cpp // ~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/connection_manager.hpp b/libs/asio/example/cpp11/http/server/connection_manager.hpp index e54baf9a8..400d14be6 100644 --- a/libs/asio/example/cpp11/http/server/connection_manager.hpp +++ b/libs/asio/example/cpp11/http/server/connection_manager.hpp @@ -2,7 +2,7 @@ // connection_manager.hpp // ~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/header.hpp b/libs/asio/example/cpp11/http/server/header.hpp index b2375afea..524097edc 100644 --- a/libs/asio/example/cpp11/http/server/header.hpp +++ b/libs/asio/example/cpp11/http/server/header.hpp @@ -2,7 +2,7 @@ // header.hpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/main.cpp b/libs/asio/example/cpp11/http/server/main.cpp index 1a885e99e..4a280e55e 100644 --- a/libs/asio/example/cpp11/http/server/main.cpp +++ b/libs/asio/example/cpp11/http/server/main.cpp @@ -2,7 +2,7 @@ // main.cpp // ~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/mime_types.cpp b/libs/asio/example/cpp11/http/server/mime_types.cpp index e749452d8..c3528970a 100644 --- a/libs/asio/example/cpp11/http/server/mime_types.cpp +++ b/libs/asio/example/cpp11/http/server/mime_types.cpp @@ -2,7 +2,7 @@ // mime_types.cpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/mime_types.hpp b/libs/asio/example/cpp11/http/server/mime_types.hpp index 21f737e58..e5881f2e8 100644 --- a/libs/asio/example/cpp11/http/server/mime_types.hpp +++ b/libs/asio/example/cpp11/http/server/mime_types.hpp @@ -2,7 +2,7 @@ // mime_types.hpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/reply.cpp b/libs/asio/example/cpp11/http/server/reply.cpp index 983de65f8..5651d65f1 100644 --- a/libs/asio/example/cpp11/http/server/reply.cpp +++ b/libs/asio/example/cpp11/http/server/reply.cpp @@ -2,7 +2,7 @@ // reply.cpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/reply.hpp b/libs/asio/example/cpp11/http/server/reply.hpp index 9757df493..f39112195 100644 --- a/libs/asio/example/cpp11/http/server/reply.hpp +++ b/libs/asio/example/cpp11/http/server/reply.hpp @@ -2,7 +2,7 @@ // reply.hpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/request.hpp b/libs/asio/example/cpp11/http/server/request.hpp index 3e2250186..2a38f39e4 100644 --- a/libs/asio/example/cpp11/http/server/request.hpp +++ b/libs/asio/example/cpp11/http/server/request.hpp @@ -2,7 +2,7 @@ // request.hpp // ~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/request_handler.cpp b/libs/asio/example/cpp11/http/server/request_handler.cpp index 8546ea84a..2fb5d2631 100644 --- a/libs/asio/example/cpp11/http/server/request_handler.cpp +++ b/libs/asio/example/cpp11/http/server/request_handler.cpp @@ -2,7 +2,7 @@ // request_handler.cpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/request_handler.hpp b/libs/asio/example/cpp11/http/server/request_handler.hpp index a10fa3562..95d1a6052 100644 --- a/libs/asio/example/cpp11/http/server/request_handler.hpp +++ b/libs/asio/example/cpp11/http/server/request_handler.hpp @@ -2,7 +2,7 @@ // request_handler.hpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/request_parser.cpp b/libs/asio/example/cpp11/http/server/request_parser.cpp index 2abf8fc6e..57d50966c 100644 --- a/libs/asio/example/cpp11/http/server/request_parser.cpp +++ b/libs/asio/example/cpp11/http/server/request_parser.cpp @@ -2,7 +2,7 @@ // request_parser.cpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/request_parser.hpp b/libs/asio/example/cpp11/http/server/request_parser.hpp index 822474f10..1e84e8099 100644 --- a/libs/asio/example/cpp11/http/server/request_parser.hpp +++ b/libs/asio/example/cpp11/http/server/request_parser.hpp @@ -2,7 +2,7 @@ // request_parser.hpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/server.cpp b/libs/asio/example/cpp11/http/server/server.cpp index a643e6e65..25ad6b42c 100644 --- a/libs/asio/example/cpp11/http/server/server.cpp +++ b/libs/asio/example/cpp11/http/server/server.cpp @@ -2,7 +2,7 @@ // server.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/http/server/server.hpp b/libs/asio/example/cpp11/http/server/server.hpp index b8a480d41..39fc3a475 100644 --- a/libs/asio/example/cpp11/http/server/server.hpp +++ b/libs/asio/example/cpp11/http/server/server.hpp @@ -2,7 +2,7 @@ // server.hpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/spawn/Jamfile.v2 b/libs/asio/example/cpp11/spawn/Jamfile.v2 index d8b02ffef..4ba558958 100644 --- a/libs/asio/example/cpp11/spawn/Jamfile.v2 +++ b/libs/asio/example/cpp11/spawn/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/example/cpp11/spawn/echo_server.cpp b/libs/asio/example/cpp11/spawn/echo_server.cpp index d7c30af1e..ec15242ae 100644 --- a/libs/asio/example/cpp11/spawn/echo_server.cpp +++ b/libs/asio/example/cpp11/spawn/echo_server.cpp @@ -2,7 +2,7 @@ // echo_server.cpp // ~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/Jamfile b/libs/asio/test/Jamfile index a5e9ea56b..75be325c1 100644 --- a/libs/asio/test/Jamfile +++ b/libs/asio/test/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -26,7 +26,6 @@ if $(UNIX) template asio_unit_test : <lib>@boost/libs/regex/build/boost_regex - <lib>@boost/libs/test/build/boost_test_exec_monitor <lib>@boost_system/libs/system/build/boost_system : <include>../../.. <include>@boost <include>@boost_system <define>BOOST_ALL_NO_LIB=1 diff --git a/libs/asio/test/Jamfile.v2 b/libs/asio/test/Jamfile.v2 index b48b528be..8dc0a39f5 100644 --- a/libs/asio/test/Jamfile.v2 +++ b/libs/asio/test/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -39,7 +39,6 @@ project <library>/boost/date_time//boost_date_time <library>/boost/system//boost_system <library>/boost/regex//boost_regex - <library>/boost/test//boost_test_exec_monitor <define>BOOST_ALL_NO_LIB=1 <threading>multi <os>LINUX:<define>_XOPEN_SOURCE=600 diff --git a/libs/asio/test/archetypes/async_result.hpp b/libs/asio/test/archetypes/async_result.hpp index f9808836c..ab0b5f340 100644 --- a/libs/asio/test/archetypes/async_result.hpp +++ b/libs/asio/test/archetypes/async_result.hpp @@ -2,7 +2,7 @@ // async_result.hpp // ~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/archetypes/gettable_socket_option.hpp b/libs/asio/test/archetypes/gettable_socket_option.hpp index 80406af64..b4130687f 100644 --- a/libs/asio/test/archetypes/gettable_socket_option.hpp +++ b/libs/asio/test/archetypes/gettable_socket_option.hpp @@ -2,7 +2,7 @@ // gettable_socket_option.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/archetypes/io_control_command.hpp b/libs/asio/test/archetypes/io_control_command.hpp index 4c24763a1..9538d749b 100644 --- a/libs/asio/test/archetypes/io_control_command.hpp +++ b/libs/asio/test/archetypes/io_control_command.hpp @@ -2,7 +2,7 @@ // io_control_command.hpp // ~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/archetypes/settable_socket_option.hpp b/libs/asio/test/archetypes/settable_socket_option.hpp index 48d04c557..0c4a28c74 100644 --- a/libs/asio/test/archetypes/settable_socket_option.hpp +++ b/libs/asio/test/archetypes/settable_socket_option.hpp @@ -2,7 +2,7 @@ // settable_socket_option.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/basic_datagram_socket.cpp b/libs/asio/test/basic_datagram_socket.cpp index 39bbad894..4859abee0 100644 --- a/libs/asio/test/basic_datagram_socket.cpp +++ b/libs/asio/test/basic_datagram_socket.cpp @@ -2,7 +2,7 @@ // basic_datagram_socket.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/basic_deadline_timer.cpp b/libs/asio/test/basic_deadline_timer.cpp index b56508e5a..8d5ed35c7 100644 --- a/libs/asio/test/basic_deadline_timer.cpp +++ b/libs/asio/test/basic_deadline_timer.cpp @@ -2,7 +2,7 @@ // basic_deadline_timer.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/basic_raw_socket.cpp b/libs/asio/test/basic_raw_socket.cpp index 7aa3630b9..eb3d8fdba 100644 --- a/libs/asio/test/basic_raw_socket.cpp +++ b/libs/asio/test/basic_raw_socket.cpp @@ -2,7 +2,7 @@ // basic_raw_socket.cpp // ~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/basic_seq_packet_socket.cpp b/libs/asio/test/basic_seq_packet_socket.cpp index cc41cae04..ffbc337ad 100644 --- a/libs/asio/test/basic_seq_packet_socket.cpp +++ b/libs/asio/test/basic_seq_packet_socket.cpp @@ -2,7 +2,7 @@ // basic_seq_packet_socket.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/basic_serial_port.cpp b/libs/asio/test/basic_serial_port.cpp index 47383f515..02d502569 100644 --- a/libs/asio/test/basic_serial_port.cpp +++ b/libs/asio/test/basic_serial_port.cpp @@ -2,7 +2,7 @@ // basic_serial_port.cpp // ~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // Copyright (c) 2008 Rep Invariant Systems, Inc. (info@repinvariant.com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/asio/test/basic_signal_set.cpp b/libs/asio/test/basic_signal_set.cpp index 1ffb46f58..f2119fede 100644 --- a/libs/asio/test/basic_signal_set.cpp +++ b/libs/asio/test/basic_signal_set.cpp @@ -2,7 +2,7 @@ // basic_signal_set.cpp // ~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/basic_socket_acceptor.cpp b/libs/asio/test/basic_socket_acceptor.cpp index 319a7b479..e0ab2151a 100644 --- a/libs/asio/test/basic_socket_acceptor.cpp +++ b/libs/asio/test/basic_socket_acceptor.cpp @@ -2,7 +2,7 @@ // basic_socket_acceptor.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/basic_stream_socket.cpp b/libs/asio/test/basic_stream_socket.cpp index 7921a3016..2e0d4b0de 100644 --- a/libs/asio/test/basic_stream_socket.cpp +++ b/libs/asio/test/basic_stream_socket.cpp @@ -2,7 +2,7 @@ // basic_stream_socket.cpp // ~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/basic_streambuf.cpp b/libs/asio/test/basic_streambuf.cpp index 68659fa84..655263d3c 100644 --- a/libs/asio/test/basic_streambuf.cpp +++ b/libs/asio/test/basic_streambuf.cpp @@ -2,7 +2,7 @@ // basic_streambuf.cpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/basic_waitable_timer.cpp b/libs/asio/test/basic_waitable_timer.cpp index 252df3946..bd31311e9 100644 --- a/libs/asio/test/basic_waitable_timer.cpp +++ b/libs/asio/test/basic_waitable_timer.cpp @@ -2,7 +2,7 @@ // basic_waitable_timer.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/buffer.cpp b/libs/asio/test/buffer.cpp index cf91c00b0..0e3972855 100644 --- a/libs/asio/test/buffer.cpp +++ b/libs/asio/test/buffer.cpp @@ -2,7 +2,7 @@ // buffer.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/buffered_read_stream.cpp b/libs/asio/test/buffered_read_stream.cpp index 20daf602d..aa6522923 100644 --- a/libs/asio/test/buffered_read_stream.cpp +++ b/libs/asio/test/buffered_read_stream.cpp @@ -2,7 +2,7 @@ // buffered_read_stream.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/buffered_stream.cpp b/libs/asio/test/buffered_stream.cpp index de41104c5..320998034 100644 --- a/libs/asio/test/buffered_stream.cpp +++ b/libs/asio/test/buffered_stream.cpp @@ -2,7 +2,7 @@ // buffered_stream.cpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/buffered_write_stream.cpp b/libs/asio/test/buffered_write_stream.cpp index ed210ac15..be75edeb3 100644 --- a/libs/asio/test/buffered_write_stream.cpp +++ b/libs/asio/test/buffered_write_stream.cpp @@ -2,7 +2,7 @@ // buffered_write_stream.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/buffers_iterator.cpp b/libs/asio/test/buffers_iterator.cpp index 5b94790b4..038033fcb 100644 --- a/libs/asio/test/buffers_iterator.cpp +++ b/libs/asio/test/buffers_iterator.cpp @@ -2,7 +2,7 @@ // buffers_iterator.cpp // ~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/completion_condition.cpp b/libs/asio/test/completion_condition.cpp index 80e072e46..c0aaec40e 100644 --- a/libs/asio/test/completion_condition.cpp +++ b/libs/asio/test/completion_condition.cpp @@ -2,7 +2,7 @@ // completion_condition.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/connect.cpp b/libs/asio/test/connect.cpp index 2b57cc728..2a4859caf 100644 --- a/libs/asio/test/connect.cpp +++ b/libs/asio/test/connect.cpp @@ -2,7 +2,7 @@ // connect.cpp // ~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/coroutine.cpp b/libs/asio/test/coroutine.cpp index f4c5c5e26..e33498854 100644 --- a/libs/asio/test/coroutine.cpp +++ b/libs/asio/test/coroutine.cpp @@ -2,7 +2,7 @@ // coroutine.cpp // ~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/datagram_socket_service.cpp b/libs/asio/test/datagram_socket_service.cpp index f3b6c3d68..c0a680b0a 100644 --- a/libs/asio/test/datagram_socket_service.cpp +++ b/libs/asio/test/datagram_socket_service.cpp @@ -2,7 +2,7 @@ // datagram_socket_service.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/deadline_timer.cpp b/libs/asio/test/deadline_timer.cpp index 9d03709d3..d7c4097cd 100644 --- a/libs/asio/test/deadline_timer.cpp +++ b/libs/asio/test/deadline_timer.cpp @@ -2,7 +2,7 @@ // deadline_timer.cpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/deadline_timer_service.cpp b/libs/asio/test/deadline_timer_service.cpp index e533de6ab..b1799a76b 100644 --- a/libs/asio/test/deadline_timer_service.cpp +++ b/libs/asio/test/deadline_timer_service.cpp @@ -2,7 +2,7 @@ // deadline_timer_service.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/error.cpp b/libs/asio/test/error.cpp index 0f0c391a1..cde0c786c 100644 --- a/libs/asio/test/error.cpp +++ b/libs/asio/test/error.cpp @@ -2,7 +2,7 @@ // error.cpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/generic/basic_endpoint.cpp b/libs/asio/test/generic/basic_endpoint.cpp index 8cef40c33..107187099 100644 --- a/libs/asio/test/generic/basic_endpoint.cpp +++ b/libs/asio/test/generic/basic_endpoint.cpp @@ -2,7 +2,7 @@ // generic/basic_endpoint.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/generic/datagram_protocol.cpp b/libs/asio/test/generic/datagram_protocol.cpp index f61736c92..62daeb8bf 100644 --- a/libs/asio/test/generic/datagram_protocol.cpp +++ b/libs/asio/test/generic/datagram_protocol.cpp @@ -2,7 +2,7 @@ // generic/datagram_protocol.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -73,7 +73,8 @@ void test() dp::socket socket2(ios, dp(af_inet, ipproto_udp)); dp::socket socket3(ios, dp::endpoint()); #if !defined(BOOST_ASIO_WINDOWS_RUNTIME) - int native_socket1 = ::socket(af_inet, sock_dgram, 0); + dp::socket::native_handle_type native_socket1 + = ::socket(af_inet, sock_dgram, 0); dp::socket socket4(ios, dp(af_inet, ipproto_udp), native_socket1); #endif // !defined(BOOST_ASIO_WINDOWS_RUNTIME) @@ -105,9 +106,11 @@ void test() socket1.open(dp(af_inet, ipproto_udp), ec); #if !defined(BOOST_ASIO_WINDOWS_RUNTIME) - int native_socket2 = ::socket(af_inet, sock_dgram, 0); + dp::socket::native_handle_type native_socket2 + = ::socket(af_inet, sock_dgram, 0); socket1.assign(dp(af_inet, ipproto_udp), native_socket2); - int native_socket3 = ::socket(af_inet, sock_dgram, 0); + dp::socket::native_handle_type native_socket3 + = ::socket(af_inet, sock_dgram, 0); socket1.assign(dp(af_inet, ipproto_udp), native_socket3, ec); #endif // !defined(BOOST_ASIO_WINDOWS_RUNTIME) diff --git a/libs/asio/test/generic/raw_protocol.cpp b/libs/asio/test/generic/raw_protocol.cpp index b3afbc9d3..aff174978 100644 --- a/libs/asio/test/generic/raw_protocol.cpp +++ b/libs/asio/test/generic/raw_protocol.cpp @@ -2,7 +2,7 @@ // generic/raw_protocol.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -73,7 +73,8 @@ void test() rp::socket socket2(ios, rp(af_inet, ipproto_icmp)); rp::socket socket3(ios, rp::endpoint()); #if !defined(BOOST_ASIO_WINDOWS_RUNTIME) - int native_socket1 = ::socket(af_inet, sock_raw, 0); + rp::socket::native_handle_type native_socket1 + = ::socket(af_inet, sock_raw, 0); rp::socket socket4(ios, rp(af_inet, ipproto_icmp), native_socket1); #endif // !defined(BOOST_ASIO_WINDOWS_RUNTIME) @@ -105,9 +106,11 @@ void test() socket1.open(rp(af_inet, ipproto_icmp), ec); #if !defined(BOOST_ASIO_WINDOWS_RUNTIME) - int native_socket2 = ::socket(af_inet, sock_raw, 0); + rp::socket::native_handle_type native_socket2 + = ::socket(af_inet, sock_raw, 0); socket1.assign(rp(af_inet, ipproto_icmp), native_socket2); - int native_socket3 = ::socket(af_inet, sock_raw, 0); + rp::socket::native_handle_type native_socket3 + = ::socket(af_inet, sock_raw, 0); socket1.assign(rp(af_inet, ipproto_icmp), native_socket3, ec); #endif // !defined(BOOST_ASIO_WINDOWS_RUNTIME) diff --git a/libs/asio/test/generic/seq_packet_protocol.cpp b/libs/asio/test/generic/seq_packet_protocol.cpp index c32d2b8b1..8f126e032 100644 --- a/libs/asio/test/generic/seq_packet_protocol.cpp +++ b/libs/asio/test/generic/seq_packet_protocol.cpp @@ -2,7 +2,7 @@ // generic/seq_packet_protocol.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -72,7 +72,8 @@ void test() spp::socket socket2(ios, spp(af_inet, 0)); spp::socket socket3(ios, spp::endpoint()); #if !defined(BOOST_ASIO_WINDOWS_RUNTIME) - int native_socket1 = ::socket(af_inet, sock_seqpacket, 0); + spp::socket::native_handle_type native_socket1 + = ::socket(af_inet, sock_seqpacket, 0); spp::socket socket4(ios, spp(af_inet, 0), native_socket1); #endif // !defined(BOOST_ASIO_WINDOWS_RUNTIME) @@ -101,9 +102,11 @@ void test() socket1.open(spp(af_inet, 0), ec); #if !defined(BOOST_ASIO_WINDOWS_RUNTIME) - int native_socket2 = ::socket(af_inet, sock_seqpacket, 0); + spp::socket::native_handle_type native_socket2 + = ::socket(af_inet, sock_seqpacket, 0); socket1.assign(spp(af_inet, 0), native_socket2); - int native_socket3 = ::socket(af_inet, sock_seqpacket, 0); + spp::socket::native_handle_type native_socket3 + = ::socket(af_inet, sock_seqpacket, 0); socket1.assign(spp(af_inet, 0), native_socket3, ec); #endif // !defined(BOOST_ASIO_WINDOWS_RUNTIME) diff --git a/libs/asio/test/generic/stream_protocol.cpp b/libs/asio/test/generic/stream_protocol.cpp index ec89e95ac..40720ac8c 100644 --- a/libs/asio/test/generic/stream_protocol.cpp +++ b/libs/asio/test/generic/stream_protocol.cpp @@ -2,7 +2,7 @@ // generic/stream_protocol.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -83,7 +83,8 @@ void test() #if defined(BOOST_ASIO_WINDOWS_RUNTIME) Windows::Networking::Sockets::StreamSocket^ native_socket1 = nullptr; #else // defined(BOOST_ASIO_WINDOWS_RUNTIME) - int native_socket1 = ::socket(af_inet, sock_stream, 0); + sp::socket::native_handle_type native_socket1 + = ::socket(af_inet, sock_stream, 0); #endif // defined(BOOST_ASIO_WINDOWS_RUNTIME) sp::socket socket4(ios, sp(af_inet, ipproto_tcp), native_socket1); @@ -117,13 +118,15 @@ void test() #if defined(BOOST_ASIO_WINDOWS_RUNTIME) Windows::Networking::Sockets::StreamSocket^ native_socket2 = nullptr; #else // defined(BOOST_ASIO_WINDOWS_RUNTIME) - int native_socket2 = ::socket(af_inet, sock_stream, 0); + sp::socket::native_handle_type native_socket2 + = ::socket(af_inet, sock_stream, 0); #endif // defined(BOOST_ASIO_WINDOWS_RUNTIME) socket1.assign(sp(af_inet, ipproto_tcp), native_socket2); #if defined(BOOST_ASIO_WINDOWS_RUNTIME) Windows::Networking::Sockets::StreamSocket^ native_socket3 = nullptr; #else // defined(BOOST_ASIO_WINDOWS_RUNTIME) - int native_socket3 = ::socket(af_inet, sock_stream, 0); + sp::socket::native_handle_type native_socket3 + = ::socket(af_inet, sock_stream, 0); #endif // defined(BOOST_ASIO_WINDOWS_RUNTIME) socket1.assign(sp(af_inet, ipproto_tcp), native_socket3, ec); diff --git a/libs/asio/test/high_resolution_timer.cpp b/libs/asio/test/high_resolution_timer.cpp index 75eaf313f..402dd89a4 100644 --- a/libs/asio/test/high_resolution_timer.cpp +++ b/libs/asio/test/high_resolution_timer.cpp @@ -2,7 +2,7 @@ // high_resolution_timer.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/io_service.cpp b/libs/asio/test/io_service.cpp index d221b28b7..03baf8e04 100644 --- a/libs/asio/test/io_service.cpp +++ b/libs/asio/test/io_service.cpp @@ -2,7 +2,7 @@ // io_service.cpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ip/address.cpp b/libs/asio/test/ip/address.cpp index ca183f8fd..2ebc18a8d 100644 --- a/libs/asio/test/ip/address.cpp +++ b/libs/asio/test/ip/address.cpp @@ -2,7 +2,7 @@ // address.cpp // ~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ip/address_v4.cpp b/libs/asio/test/ip/address_v4.cpp index 80ab8d8c6..3e74e1ec8 100644 --- a/libs/asio/test/ip/address_v4.cpp +++ b/libs/asio/test/ip/address_v4.cpp @@ -2,7 +2,7 @@ // address_v4.cpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ip/address_v6.cpp b/libs/asio/test/ip/address_v6.cpp index a955698c6..089859212 100644 --- a/libs/asio/test/ip/address_v6.cpp +++ b/libs/asio/test/ip/address_v6.cpp @@ -2,7 +2,7 @@ // address_v6.cpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ip/basic_endpoint.cpp b/libs/asio/test/ip/basic_endpoint.cpp index 635ab9e20..51adb4b7b 100644 --- a/libs/asio/test/ip/basic_endpoint.cpp +++ b/libs/asio/test/ip/basic_endpoint.cpp @@ -2,7 +2,7 @@ // basic_endpoint.cpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ip/basic_resolver.cpp b/libs/asio/test/ip/basic_resolver.cpp index e882bb454..1aa293547 100644 --- a/libs/asio/test/ip/basic_resolver.cpp +++ b/libs/asio/test/ip/basic_resolver.cpp @@ -2,7 +2,7 @@ // basic_resolver.cpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ip/basic_resolver_entry.cpp b/libs/asio/test/ip/basic_resolver_entry.cpp index b82ae30ff..2f7864ccb 100644 --- a/libs/asio/test/ip/basic_resolver_entry.cpp +++ b/libs/asio/test/ip/basic_resolver_entry.cpp @@ -2,7 +2,7 @@ // basic_resolver_entry.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ip/basic_resolver_iterator.cpp b/libs/asio/test/ip/basic_resolver_iterator.cpp index d886e8e64..d69648cc1 100644 --- a/libs/asio/test/ip/basic_resolver_iterator.cpp +++ b/libs/asio/test/ip/basic_resolver_iterator.cpp @@ -2,7 +2,7 @@ // basic_resolver_iterator.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ip/basic_resolver_query.cpp b/libs/asio/test/ip/basic_resolver_query.cpp index 78886ea78..1d28827f8 100644 --- a/libs/asio/test/ip/basic_resolver_query.cpp +++ b/libs/asio/test/ip/basic_resolver_query.cpp @@ -2,7 +2,7 @@ // basic_resolver_query.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ip/host_name.cpp b/libs/asio/test/ip/host_name.cpp index 89eba06c7..2c46b29df 100644 --- a/libs/asio/test/ip/host_name.cpp +++ b/libs/asio/test/ip/host_name.cpp @@ -2,7 +2,7 @@ // host_name.cpp // ~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ip/icmp.cpp b/libs/asio/test/ip/icmp.cpp index e2cc35035..cebe8e3b1 100644 --- a/libs/asio/test/ip/icmp.cpp +++ b/libs/asio/test/ip/icmp.cpp @@ -2,7 +2,7 @@ // icmp.cpp // ~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -75,7 +75,8 @@ void test() ip::icmp::socket socket4(ios, ip::icmp::endpoint(ip::icmp::v4(), 0)); ip::icmp::socket socket5(ios, ip::icmp::endpoint(ip::icmp::v6(), 0)); #if !defined(BOOST_ASIO_WINDOWS_RUNTIME) - int native_socket1 = ::socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); + ip::icmp::socket::native_handle_type native_socket1 + = ::socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); ip::icmp::socket socket6(ios, ip::icmp::v4(), native_socket1); #endif // !defined(BOOST_ASIO_WINDOWS_RUNTIME) @@ -111,9 +112,11 @@ void test() socket1.open(ip::icmp::v6(), ec); #if !defined(BOOST_ASIO_WINDOWS_RUNTIME) - int native_socket2 = ::socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); + ip::icmp::socket::native_handle_type native_socket2 + = ::socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); socket1.assign(ip::icmp::v4(), native_socket2); - int native_socket3 = ::socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); + ip::icmp::socket::native_handle_type native_socket3 + = ::socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); socket1.assign(ip::icmp::v4(), native_socket3, ec); #endif // !defined(BOOST_ASIO_WINDOWS_RUNTIME) diff --git a/libs/asio/test/ip/multicast.cpp b/libs/asio/test/ip/multicast.cpp index b5be1c276..faa894499 100644 --- a/libs/asio/test/ip/multicast.cpp +++ b/libs/asio/test/ip/multicast.cpp @@ -2,7 +2,7 @@ // multicast.cpp // ~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -169,30 +169,34 @@ void test() { ip::multicast::join_group join_group(multicast_address_v4); sock_v4.set_option(join_group, ec); - BOOST_ASIO_CHECK_MESSAGE(!ec, ec.value() << ", " << ec.message()); + BOOST_ASIO_CHECK_MESSAGE(!ec || ec == error::no_such_device, + ec.value() << ", " << ec.message()); + + if (!ec) + { + // leave_group class. + + ip::multicast::leave_group leave_group(multicast_address_v4); + sock_v4.set_option(leave_group, ec); + BOOST_ASIO_CHECK_MESSAGE(!ec, ec.value() << ", " << ec.message()); + } } if (have_v6) { ip::multicast::join_group join_group(multicast_address_v6); sock_v6.set_option(join_group, ec); - BOOST_ASIO_CHECK_MESSAGE(!ec, ec.value() << ", " << ec.message()); - } + BOOST_ASIO_CHECK_MESSAGE(!ec || ec == error::no_such_device, + ec.value() << ", " << ec.message()); - // leave_group class. + if (!ec) + { + // leave_group class. - if (have_v4) - { - ip::multicast::leave_group leave_group(multicast_address_v4); - sock_v4.set_option(leave_group, ec); - BOOST_ASIO_CHECK_MESSAGE(!ec, ec.value() << ", " << ec.message()); - } - - if (have_v6) - { - ip::multicast::leave_group leave_group(multicast_address_v6); - sock_v6.set_option(leave_group, ec); - BOOST_ASIO_CHECK_MESSAGE(!ec, ec.value() << ", " << ec.message()); + ip::multicast::leave_group leave_group(multicast_address_v6); + sock_v6.set_option(leave_group, ec); + BOOST_ASIO_CHECK_MESSAGE(!ec, ec.value() << ", " << ec.message()); + } } // outbound_interface class. diff --git a/libs/asio/test/ip/resolver_query_base.cpp b/libs/asio/test/ip/resolver_query_base.cpp index c69942c23..37ae816a4 100644 --- a/libs/asio/test/ip/resolver_query_base.cpp +++ b/libs/asio/test/ip/resolver_query_base.cpp @@ -2,7 +2,7 @@ // resolver_query_base.cpp // ~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ip/resolver_service.cpp b/libs/asio/test/ip/resolver_service.cpp index aa1d0435d..ab46a4113 100644 --- a/libs/asio/test/ip/resolver_service.cpp +++ b/libs/asio/test/ip/resolver_service.cpp @@ -2,7 +2,7 @@ // resolver_service.cpp // ~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ip/tcp.cpp b/libs/asio/test/ip/tcp.cpp index e8e13e5c6..dd5e033a9 100644 --- a/libs/asio/test/ip/tcp.cpp +++ b/libs/asio/test/ip/tcp.cpp @@ -2,7 +2,7 @@ // tcp.cpp // ~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -198,7 +198,8 @@ void test() ip::tcp::socket socket4(ios, ip::tcp::endpoint(ip::tcp::v4(), 0)); ip::tcp::socket socket5(ios, ip::tcp::endpoint(ip::tcp::v6(), 0)); #if !defined(BOOST_ASIO_WINDOWS_RUNTIME) - int native_socket1 = ::socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); + ip::tcp::socket::native_handle_type native_socket1 + = ::socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); ip::tcp::socket socket6(ios, ip::tcp::v4(), native_socket1); #endif // !defined(BOOST_ASIO_WINDOWS_RUNTIME) @@ -234,9 +235,11 @@ void test() socket1.open(ip::tcp::v6(), ec); #if !defined(BOOST_ASIO_WINDOWS_RUNTIME) - int native_socket2 = ::socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); + ip::tcp::socket::native_handle_type native_socket2 + = ::socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); socket1.assign(ip::tcp::v4(), native_socket2); - int native_socket3 = ::socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); + ip::tcp::socket::native_handle_type native_socket3 + = ::socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); socket1.assign(ip::tcp::v4(), native_socket3, ec); #endif // !defined(BOOST_ASIO_WINDOWS_RUNTIME) @@ -657,7 +660,8 @@ void test() ip::tcp::acceptor acceptor4(ios, ip::tcp::endpoint(ip::tcp::v4(), 0)); ip::tcp::acceptor acceptor5(ios, ip::tcp::endpoint(ip::tcp::v6(), 0)); #if !defined(BOOST_ASIO_WINDOWS_RUNTIME) - int native_acceptor1 = ::socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); + ip::tcp::acceptor::native_handle_type native_acceptor1 + = ::socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); ip::tcp::acceptor acceptor6(ios, ip::tcp::v4(), native_acceptor1); #endif // !defined(BOOST_ASIO_WINDOWS_RUNTIME) @@ -685,9 +689,11 @@ void test() acceptor1.open(ip::tcp::v6(), ec); #if !defined(BOOST_ASIO_WINDOWS_RUNTIME) - int native_acceptor2 = ::socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); + ip::tcp::acceptor::native_handle_type native_acceptor2 + = ::socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); acceptor1.assign(ip::tcp::v4(), native_acceptor2); - int native_acceptor3 = ::socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); + ip::tcp::acceptor::native_handle_type native_acceptor3 + = ::socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); acceptor1.assign(ip::tcp::v4(), native_acceptor3, ec); #endif // !defined(BOOST_ASIO_WINDOWS_RUNTIME) diff --git a/libs/asio/test/ip/udp.cpp b/libs/asio/test/ip/udp.cpp index 428ed0ee0..445ef87a6 100644 --- a/libs/asio/test/ip/udp.cpp +++ b/libs/asio/test/ip/udp.cpp @@ -2,7 +2,7 @@ // udp.cpp // ~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -80,7 +80,8 @@ void test() ip::udp::socket socket4(ios, ip::udp::endpoint(ip::udp::v4(), 0)); ip::udp::socket socket5(ios, ip::udp::endpoint(ip::udp::v6(), 0)); #if !defined(BOOST_ASIO_WINDOWS_RUNTIME) - int native_socket1 = ::socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); + ip::udp::socket::native_handle_type native_socket1 + = ::socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); ip::udp::socket socket6(ios, ip::udp::v4(), native_socket1); #endif // !defined(BOOST_ASIO_WINDOWS_RUNTIME) @@ -116,9 +117,11 @@ void test() socket1.open(ip::udp::v6(), ec); #if !defined(BOOST_ASIO_WINDOWS_RUNTIME) - int native_socket2 = ::socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); + ip::udp::socket::native_handle_type native_socket2 + = ::socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); socket1.assign(ip::udp::v4(), native_socket2); - int native_socket3 = ::socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); + ip::udp::socket::native_handle_type native_socket3 + = ::socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); socket1.assign(ip::udp::v4(), native_socket3, ec); #endif // !defined(BOOST_ASIO_WINDOWS_RUNTIME) diff --git a/libs/asio/test/ip/unicast.cpp b/libs/asio/test/ip/unicast.cpp index 4f342c03d..ada33d541 100644 --- a/libs/asio/test/ip/unicast.cpp +++ b/libs/asio/test/ip/unicast.cpp @@ -2,7 +2,7 @@ // unicast.cpp // ~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ip/v6_only.cpp b/libs/asio/test/ip/v6_only.cpp index 3b9487394..f5045da45 100644 --- a/libs/asio/test/ip/v6_only.cpp +++ b/libs/asio/test/ip/v6_only.cpp @@ -2,7 +2,7 @@ // v6_only.cpp // ~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/is_read_buffered.cpp b/libs/asio/test/is_read_buffered.cpp index 9cc2316d7..3b69664e0 100644 --- a/libs/asio/test/is_read_buffered.cpp +++ b/libs/asio/test/is_read_buffered.cpp @@ -2,7 +2,7 @@ // is_read_buffered.cpp // ~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/is_write_buffered.cpp b/libs/asio/test/is_write_buffered.cpp index c5b6dfdc4..ca8ad80a5 100644 --- a/libs/asio/test/is_write_buffered.cpp +++ b/libs/asio/test/is_write_buffered.cpp @@ -2,7 +2,7 @@ // is_write_buffered.cpp // ~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/latency/Jamfile.v2 b/libs/asio/test/latency/Jamfile.v2 index fdab471a6..a25cef120 100644 --- a/libs/asio/test/latency/Jamfile.v2 +++ b/libs/asio/test/latency/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/latency/allocator.hpp b/libs/asio/test/latency/allocator.hpp index 80d8fe882..6cbfa1dca 100644 --- a/libs/asio/test/latency/allocator.hpp +++ b/libs/asio/test/latency/allocator.hpp @@ -2,7 +2,7 @@ // allocator.hpp // ~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/latency/coroutine.hpp b/libs/asio/test/latency/coroutine.hpp index 193e22e30..afec509ea 100644 --- a/libs/asio/test/latency/coroutine.hpp +++ b/libs/asio/test/latency/coroutine.hpp @@ -2,7 +2,7 @@ // coroutine.hpp // ~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/latency/high_res_clock.hpp b/libs/asio/test/latency/high_res_clock.hpp index e0bc59ae9..76e1fde8e 100644 --- a/libs/asio/test/latency/high_res_clock.hpp +++ b/libs/asio/test/latency/high_res_clock.hpp @@ -2,7 +2,7 @@ // high_res_clock.hpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/latency/tcp_client.cpp b/libs/asio/test/latency/tcp_client.cpp index ac03d3f87..3f33d8922 100644 --- a/libs/asio/test/latency/tcp_client.cpp +++ b/libs/asio/test/latency/tcp_client.cpp @@ -2,7 +2,7 @@ // tcp_client.cpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/latency/tcp_server.cpp b/libs/asio/test/latency/tcp_server.cpp index 0313e129e..a83839320 100644 --- a/libs/asio/test/latency/tcp_server.cpp +++ b/libs/asio/test/latency/tcp_server.cpp @@ -2,7 +2,7 @@ // tcp_server.cpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/latency/udp_client.cpp b/libs/asio/test/latency/udp_client.cpp index e64467703..ee4a8cf42 100644 --- a/libs/asio/test/latency/udp_client.cpp +++ b/libs/asio/test/latency/udp_client.cpp @@ -2,7 +2,7 @@ // udp_client.cpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/latency/udp_server.cpp b/libs/asio/test/latency/udp_server.cpp index 61af6705c..6d968cdfb 100644 --- a/libs/asio/test/latency/udp_server.cpp +++ b/libs/asio/test/latency/udp_server.cpp @@ -2,7 +2,7 @@ // udp_server.cpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/latency/unyield.hpp b/libs/asio/test/latency/unyield.hpp index 0be57acc9..50ff8cf11 100644 --- a/libs/asio/test/latency/unyield.hpp +++ b/libs/asio/test/latency/unyield.hpp @@ -2,7 +2,7 @@ // unyield.hpp // ~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/latency/yield.hpp b/libs/asio/test/latency/yield.hpp index 71749e26c..3d3795b13 100644 --- a/libs/asio/test/latency/yield.hpp +++ b/libs/asio/test/latency/yield.hpp @@ -2,7 +2,7 @@ // yield.hpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/local/basic_endpoint.cpp b/libs/asio/test/local/basic_endpoint.cpp index f43d784c3..3376acae2 100644 --- a/libs/asio/test/local/basic_endpoint.cpp +++ b/libs/asio/test/local/basic_endpoint.cpp @@ -2,7 +2,7 @@ // basic_endpoint.cpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/local/connect_pair.cpp b/libs/asio/test/local/connect_pair.cpp index 3c4636c87..8df63b99c 100644 --- a/libs/asio/test/local/connect_pair.cpp +++ b/libs/asio/test/local/connect_pair.cpp @@ -2,7 +2,7 @@ // connect_pair.cpp // ~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/local/datagram_protocol.cpp b/libs/asio/test/local/datagram_protocol.cpp index 67f9ab9b1..f384585aa 100644 --- a/libs/asio/test/local/datagram_protocol.cpp +++ b/libs/asio/test/local/datagram_protocol.cpp @@ -2,7 +2,7 @@ // datagram_protocol.cpp // ~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/local/stream_protocol.cpp b/libs/asio/test/local/stream_protocol.cpp index 5b05dc532..807328c68 100644 --- a/libs/asio/test/local/stream_protocol.cpp +++ b/libs/asio/test/local/stream_protocol.cpp @@ -2,7 +2,7 @@ // stream_protocol.cpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/placeholders.cpp b/libs/asio/test/placeholders.cpp index cb1c45319..ae7c88134 100644 --- a/libs/asio/test/placeholders.cpp +++ b/libs/asio/test/placeholders.cpp @@ -2,7 +2,7 @@ // placeholders.cpp // ~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/posix/basic_descriptor.cpp b/libs/asio/test/posix/basic_descriptor.cpp index 2ebaba4be..be82f5614 100644 --- a/libs/asio/test/posix/basic_descriptor.cpp +++ b/libs/asio/test/posix/basic_descriptor.cpp @@ -2,7 +2,7 @@ // basic_descriptor.cpp // ~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/posix/basic_stream_descriptor.cpp b/libs/asio/test/posix/basic_stream_descriptor.cpp index 081b83572..608a43e76 100644 --- a/libs/asio/test/posix/basic_stream_descriptor.cpp +++ b/libs/asio/test/posix/basic_stream_descriptor.cpp @@ -2,7 +2,7 @@ // basic_stream_descriptor.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/posix/descriptor_base.cpp b/libs/asio/test/posix/descriptor_base.cpp index 5b493b541..704c787c1 100644 --- a/libs/asio/test/posix/descriptor_base.cpp +++ b/libs/asio/test/posix/descriptor_base.cpp @@ -2,7 +2,7 @@ // descriptor_base.cpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/posix/stream_descriptor.cpp b/libs/asio/test/posix/stream_descriptor.cpp index 0dec98ac3..301b29ec1 100644 --- a/libs/asio/test/posix/stream_descriptor.cpp +++ b/libs/asio/test/posix/stream_descriptor.cpp @@ -2,7 +2,7 @@ // stream_descriptor.cpp // ~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/posix/stream_descriptor_service.cpp b/libs/asio/test/posix/stream_descriptor_service.cpp index e325e1ddd..58ca15ed5 100644 --- a/libs/asio/test/posix/stream_descriptor_service.cpp +++ b/libs/asio/test/posix/stream_descriptor_service.cpp @@ -2,7 +2,7 @@ // stream_descriptor_service.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/raw_socket_service.cpp b/libs/asio/test/raw_socket_service.cpp index 53b06e35b..6beda6980 100644 --- a/libs/asio/test/raw_socket_service.cpp +++ b/libs/asio/test/raw_socket_service.cpp @@ -2,7 +2,7 @@ // raw_socket_service.cpp // ~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/read.cpp b/libs/asio/test/read.cpp index 248e4f6f4..ce53d4db4 100644 --- a/libs/asio/test/read.cpp +++ b/libs/asio/test/read.cpp @@ -2,7 +2,7 @@ // read.cpp // ~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/read_at.cpp b/libs/asio/test/read_at.cpp index f41acc820..d9cd88cfe 100644 --- a/libs/asio/test/read_at.cpp +++ b/libs/asio/test/read_at.cpp @@ -2,7 +2,7 @@ // read_at.cpp // ~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/read_until.cpp b/libs/asio/test/read_until.cpp index 207a7d129..8b6bd4978 100644 --- a/libs/asio/test/read_until.cpp +++ b/libs/asio/test/read_until.cpp @@ -2,7 +2,7 @@ // read_until.cpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/seq_packet_socket_service.cpp b/libs/asio/test/seq_packet_socket_service.cpp index fe6d9a7f9..242550ad0 100644 --- a/libs/asio/test/seq_packet_socket_service.cpp +++ b/libs/asio/test/seq_packet_socket_service.cpp @@ -2,7 +2,7 @@ // seq_packet_socket_service.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/serial_port.cpp b/libs/asio/test/serial_port.cpp index e34014cde..dfe202811 100644 --- a/libs/asio/test/serial_port.cpp +++ b/libs/asio/test/serial_port.cpp @@ -2,7 +2,7 @@ // serial_port.cpp // ~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // Copyright (c) 2008 Rep Invariant Systems, Inc. (info@repinvariant.com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/asio/test/serial_port_base.cpp b/libs/asio/test/serial_port_base.cpp index c06a4f885..e51bed886 100644 --- a/libs/asio/test/serial_port_base.cpp +++ b/libs/asio/test/serial_port_base.cpp @@ -2,7 +2,7 @@ // serial_port_base.cpp // ~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // Copyright (c) 2008 Rep Invariant Systems, Inc. (info@repinvariant.com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/asio/test/serial_port_service.cpp b/libs/asio/test/serial_port_service.cpp index 68d02243d..a4b6471a5 100644 --- a/libs/asio/test/serial_port_service.cpp +++ b/libs/asio/test/serial_port_service.cpp @@ -2,7 +2,7 @@ // serial_port_service.cpp // ~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // Copyright (c) 2008 Rep Invariant Systems, Inc. (info@repinvariant.com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/asio/test/signal_set.cpp b/libs/asio/test/signal_set.cpp index a4e497b0d..ab2e06e12 100644 --- a/libs/asio/test/signal_set.cpp +++ b/libs/asio/test/signal_set.cpp @@ -2,7 +2,7 @@ // signal_set.cpp // ~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/signal_set_service.cpp b/libs/asio/test/signal_set_service.cpp index 52cfc40a0..be0881801 100644 --- a/libs/asio/test/signal_set_service.cpp +++ b/libs/asio/test/signal_set_service.cpp @@ -2,7 +2,7 @@ // signal_set_service.cpp // ~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/socket_acceptor_service.cpp b/libs/asio/test/socket_acceptor_service.cpp index ed422fc94..3c260b7bb 100644 --- a/libs/asio/test/socket_acceptor_service.cpp +++ b/libs/asio/test/socket_acceptor_service.cpp @@ -2,7 +2,7 @@ // socket_acceptor_service.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/socket_base.cpp b/libs/asio/test/socket_base.cpp index 3e1ce7e68..fbfbf2263 100644 --- a/libs/asio/test/socket_base.cpp +++ b/libs/asio/test/socket_base.cpp @@ -2,7 +2,7 @@ // socket_base.cpp // ~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ssl/Jamfile b/libs/asio/test/ssl/Jamfile index 4c663dd2c..d22cc54ad 100644 --- a/libs/asio/test/ssl/Jamfile +++ b/libs/asio/test/ssl/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -25,7 +25,6 @@ if $(UNIX) template unit_test : <lib>@boost/libs/system/build/boost_system - : <lib>@boost/libs/test/build/boost_test_exec_monitor : <include>../../../.. <define>BOOST_ALL_NO_LIB=1 <threading>multi diff --git a/libs/asio/test/ssl/Jamfile.v2 b/libs/asio/test/ssl/Jamfile.v2 index f16082a03..13b16fed6 100644 --- a/libs/asio/test/ssl/Jamfile.v2 +++ b/libs/asio/test/ssl/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -35,7 +35,7 @@ local USE_SELECT = project : requirements <library>/boost/date_time//boost_date_time - <library>/boost/test//boost_test_exec_monitor + <library>/boost/system//boost_system <define>BOOST_ALL_NO_LIB=1 <threading>multi <os>SOLARIS:<library>socket diff --git a/libs/asio/test/ssl/basic_context.cpp b/libs/asio/test/ssl/basic_context.cpp index 1c9d4bdf8..030d01ca1 100644 --- a/libs/asio/test/ssl/basic_context.cpp +++ b/libs/asio/test/ssl/basic_context.cpp @@ -2,7 +2,7 @@ // basic_context.cpp // ~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ssl/context.cpp b/libs/asio/test/ssl/context.cpp index 2aafb0168..ffc541b57 100644 --- a/libs/asio/test/ssl/context.cpp +++ b/libs/asio/test/ssl/context.cpp @@ -2,7 +2,7 @@ // context.cpp // ~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ssl/context_base.cpp b/libs/asio/test/ssl/context_base.cpp index 6fb133a43..2a6cd585b 100644 --- a/libs/asio/test/ssl/context_base.cpp +++ b/libs/asio/test/ssl/context_base.cpp @@ -2,7 +2,7 @@ // context_base.cpp // ~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ssl/context_service.cpp b/libs/asio/test/ssl/context_service.cpp index 20ca18679..1dc0bc319 100644 --- a/libs/asio/test/ssl/context_service.cpp +++ b/libs/asio/test/ssl/context_service.cpp @@ -2,7 +2,7 @@ // context_service.cpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ssl/rfc2818_verification.cpp b/libs/asio/test/ssl/rfc2818_verification.cpp index 1f0a05310..a48c65d49 100644 --- a/libs/asio/test/ssl/rfc2818_verification.cpp +++ b/libs/asio/test/ssl/rfc2818_verification.cpp @@ -2,7 +2,7 @@ // rfc2818_verification.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ssl/stream.cpp b/libs/asio/test/ssl/stream.cpp index 330260347..a3d89ca6d 100644 --- a/libs/asio/test/ssl/stream.cpp +++ b/libs/asio/test/ssl/stream.cpp @@ -2,7 +2,7 @@ // stream.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ssl/stream_base.cpp b/libs/asio/test/ssl/stream_base.cpp index 06a86dffd..69115be33 100644 --- a/libs/asio/test/ssl/stream_base.cpp +++ b/libs/asio/test/ssl/stream_base.cpp @@ -2,7 +2,7 @@ // stream_base.cpp // ~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ssl/stream_service.cpp b/libs/asio/test/ssl/stream_service.cpp index b24aea910..cd919b13b 100644 --- a/libs/asio/test/ssl/stream_service.cpp +++ b/libs/asio/test/ssl/stream_service.cpp @@ -2,7 +2,7 @@ // stream_service.cpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/steady_timer.cpp b/libs/asio/test/steady_timer.cpp index 8f914da77..07a99f3f0 100644 --- a/libs/asio/test/steady_timer.cpp +++ b/libs/asio/test/steady_timer.cpp @@ -2,7 +2,7 @@ // steady_timer.cpp // ~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/strand.cpp b/libs/asio/test/strand.cpp index be0cb8f44..d03845b61 100644 --- a/libs/asio/test/strand.cpp +++ b/libs/asio/test/strand.cpp @@ -2,7 +2,7 @@ // strand.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -34,7 +34,6 @@ #endif // defined(BOOST_ASIO_HAS_BOOST_BIND) using namespace boost::asio; -typedef io_service::strand strand; #if defined(BOOST_ASIO_HAS_BOOST_BIND) namespace bindns = boost; @@ -58,7 +57,7 @@ void increment(int* count) ++(*count); } -void increment_without_lock(strand* s, int* count) +void increment_without_lock(io_service::strand* s, int* count) { BOOST_ASIO_CHECK(!s->running_in_this_thread()); @@ -71,7 +70,7 @@ void increment_without_lock(strand* s, int* count) BOOST_ASIO_CHECK(*count == original_count + 1); } -void increment_with_lock(strand* s, int* count) +void increment_with_lock(io_service::strand* s, int* count) { BOOST_ASIO_CHECK(s->running_in_this_thread()); @@ -92,7 +91,7 @@ void sleep_increment(io_service* ios, int* count) ++(*count); } -void start_sleep_increments(io_service* ios, strand* s, int* count) +void start_sleep_increments(io_service* ios, io_service::strand* s, int* count) { // Give all threads a chance to start. timer t(*ios, chronons::seconds(2)); @@ -117,7 +116,7 @@ void io_service_run(io_service* ios) void strand_test() { io_service ios; - strand s(ios); + io_service::strand s(ios); int count = 0; ios.post(bindns::bind(increment_without_lock, &s, &count)); diff --git a/libs/asio/test/stream_socket_service.cpp b/libs/asio/test/stream_socket_service.cpp index 4faa1a6bc..8eae691f8 100644 --- a/libs/asio/test/stream_socket_service.cpp +++ b/libs/asio/test/stream_socket_service.cpp @@ -2,7 +2,7 @@ // stream_socket_service.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/streambuf.cpp b/libs/asio/test/streambuf.cpp index b165ee937..d4641d40e 100644 --- a/libs/asio/test/streambuf.cpp +++ b/libs/asio/test/streambuf.cpp @@ -2,7 +2,7 @@ // streambuf.cpp // ~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/system_timer.cpp b/libs/asio/test/system_timer.cpp index de25a4694..80e68d6ff 100644 --- a/libs/asio/test/system_timer.cpp +++ b/libs/asio/test/system_timer.cpp @@ -2,7 +2,7 @@ // system_timer.cpp // ~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/time_traits.cpp b/libs/asio/test/time_traits.cpp index f764dc379..9ae83f519 100644 --- a/libs/asio/test/time_traits.cpp +++ b/libs/asio/test/time_traits.cpp @@ -2,7 +2,7 @@ // time_traits.cpp // ~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/unit_test.hpp b/libs/asio/test/unit_test.hpp index 8f780b17b..849b4db77 100644 --- a/libs/asio/test/unit_test.hpp +++ b/libs/asio/test/unit_test.hpp @@ -2,7 +2,7 @@ // unit_test.hpp // ~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -12,6 +12,8 @@ #define UNIT_TEST_HPP #include <boost/asio/detail/config.hpp> +#include <iostream> +#include <boost/asio/detail/atomic_count.hpp> #if defined(__sun) # include <stdlib.h> // Needed for lrand48. @@ -29,89 +31,136 @@ #endif // defined(__BORLANDC__) #if defined(BOOST_ASIO_MSVC) +# pragma warning (disable:4127) # pragma warning (push) # pragma warning (disable:4244) # pragma warning (disable:4702) #endif // defined(BOOST_ASIO_MSVC) -#if defined(BOOST_ASIO_STANDALONE) - -#include <cassert> -#include <iostream> +#if !defined(BOOST_ASIO_TEST_IOSTREAM) +# define BOOST_ASIO_TEST_IOSTREAM std::cerr +#endif // !defined(BOOST_ASIO_TEST_IOSTREAM) -#if defined(NDEBUG) -# error NDEBUG must not be defined when building these unit tests -#endif // defined(NDEBUG) +namespace boost { +namespace asio { +namespace detail { -#define BOOST_ASIO_CHECK(expr) assert(expr) +inline const char*& test_name() +{ + static const char* name = 0; + return name; +} -#define BOOST_ASIO_CHECK_MESSAGE(expr, msg) \ - do { if (!(expr)) { std::cout << msg << std::endl; assert(expr); } } while (0) +inline atomic_count& test_errors() +{ + static atomic_count errors(0); + return errors; +} -#define BOOST_ASIO_WARN_MESSAGE(expr, msg) \ - do { if (!(expr)) { std::cout << msg << std::endl; } } while (0) +inline void begin_test_suite(const char* name) +{ + boost::asio::detail::test_name(); + boost::asio::detail::test_errors(); + BOOST_ASIO_TEST_IOSTREAM << name << " test suite begins" << std::endl; +} -#define BOOST_ASIO_ERROR(msg) assert(0 && msg) +inline int end_test_suite(const char* name) +{ + BOOST_ASIO_TEST_IOSTREAM << name << " test suite ends" << std::endl; + BOOST_ASIO_TEST_IOSTREAM << "\n*** "; + long errors = boost::asio::detail::test_errors(); + if (errors == 0) + BOOST_ASIO_TEST_IOSTREAM << "No errors detected."; + else if (errors == 1) + BOOST_ASIO_TEST_IOSTREAM << "1 error detected."; + else + BOOST_ASIO_TEST_IOSTREAM << errors << " errors detected." << std::endl; + BOOST_ASIO_TEST_IOSTREAM << std::endl; + return errors == 0 ? 0 : 1; +} -#define BOOST_ASIO_TEST_SUITE(name, tests) \ - int main() \ - { \ - std::cout << name << " test suite begins" << std::endl; \ - tests \ - std::cout << name << " test suite ends" << std::endl; \ - return 0; \ - } +template <void (*Test)()> +inline void run_test(const char* name) +{ + test_name() = name; + long errors_before = boost::asio::detail::test_errors(); + Test(); + if (test_errors() == errors_before) + BOOST_ASIO_TEST_IOSTREAM << name << " passed" << std::endl; + else + BOOST_ASIO_TEST_IOSTREAM << name << " failed" << std::endl; +} -#define BOOST_ASIO_TEST_CASE(test) \ - test(); \ - std::cout << #test << " passed" << std::endl; +template <void (*)()> +inline void compile_test(const char* name) +{ + BOOST_ASIO_TEST_IOSTREAM << name << " passed" << std::endl; +} -#define BOOST_ASIO_COMPILE_TEST_CASE(test) \ - compile_test<&test>(); \ - std::cout << #test << " passed" << std::endl; +#if defined(BOOST_ASIO_NO_EXCEPTIONS) -#else // defined(BOOST_ASIO_STANDALONE) +template <typename T> +void throw_exception(const T& t) +{ + BOOST_ASIO_TEST_IOSTREAM << "Exception: " << t.what() << std::endl; + std::abort(); +} -#include <boost/test/unit_test.hpp> -using boost::unit_test::test_suite; +#endif // defined(BOOST_ASIO_NO_EXCEPTIONS) -#define BOOST_ASIO_CHECK(expr) BOOST_CHECK(expr) +} // namespace detail +} // namespace asio +} // namespace boost -#define BOOST_ASIO_CHECK_MESSAGE(expr, msg) BOOST_CHECK_MESSAGE(expr, msg) +#define BOOST_ASIO_CHECK(expr) \ + do { if (!(expr)) { \ + BOOST_ASIO_TEST_IOSTREAM << __FILE__ << "(" << __LINE__ << "): " \ + << boost::asio::detail::test_name() << ": " \ + << "check '" << #expr << "' failed" << std::endl; \ + ++boost::asio::detail::test_errors(); \ + } } while (0) -#define BOOST_ASIO_WARN_MESSAGE(expr, msg) BOOST_WARN_MESSAGE(expr, msg) +#define BOOST_ASIO_CHECK_MESSAGE(expr, msg) \ + do { if (!(expr)) { \ + BOOST_ASIO_TEST_IOSTREAM << __FILE__ << "(" << __LINE__ << "): " \ + << boost::asio::detail::test_name() << ": " \ + << msg << std::endl; \ + ++boost::asio::detail::test_errors(); \ + } } while (0) -#define BOOST_ASIO_ERROR(expr) BOOST_ERROR(expr) +#define BOOST_ASIO_WARN_MESSAGE(expr, msg) \ + do { if (!(expr)) { \ + BOOST_ASIO_TEST_IOSTREAM << __FILE__ << "(" << __LINE__ << "): " \ + << boost::asio::detail::test_name() << ": " \ + << msg << std::endl; \ + } } while (0) + +#define BOOST_ASIO_ERROR(msg) \ + do { \ + BOOST_ASIO_TEST_IOSTREAM << __FILE__ << "(" << __LINE__ << "): " \ + << boost::asio::detail::test_name() << ": " \ + << msg << std::endl; \ + ++boost::asio::detail::test_errors(); \ + } while (0) #define BOOST_ASIO_TEST_SUITE(name, tests) \ - test_suite* init_unit_test_suite(int, char*[]) \ + int main() \ { \ - test_suite* t = BOOST_TEST_SUITE(name); \ + boost::asio::detail::begin_test_suite(name); \ tests \ - return t; \ + return boost::asio::detail::end_test_suite(name); \ } #define BOOST_ASIO_TEST_CASE(test) \ - t->add(BOOST_TEST_CASE(&test)); + boost::asio::detail::run_test<&test>(#test); #define BOOST_ASIO_COMPILE_TEST_CASE(test) \ - t->add(BOOST_TEST_CASE(&compile_test<&test>)); - -#endif // defined(BOOST_ASIO_STANDALONE) - -#if defined(BOOST_ASIO_MSVC) -# pragma warning (pop) -#endif // defined(BOOST_ASIO_MSVC) + boost::asio::detail::compile_test<&test>(#test); inline void null_test() { } -template <void (*)()> -inline void compile_test() -{ -} - #if defined(__GNUC__) && defined(_AIX) // AIX needs this symbol defined in asio, even if it doesn't do anything. @@ -121,4 +170,8 @@ int test_main(int, char**) #endif // defined(__GNUC__) && defined(_AIX) +#if defined(BOOST_ASIO_MSVC) +# pragma warning (pop) +#endif // defined(BOOST_ASIO_MSVC) + #endif // UNIT_TEST_HPP diff --git a/libs/asio/test/wait_traits.cpp b/libs/asio/test/wait_traits.cpp index bbf46cb2f..5412c9103 100644 --- a/libs/asio/test/wait_traits.cpp +++ b/libs/asio/test/wait_traits.cpp @@ -2,7 +2,7 @@ // wait_traits.cpp // ~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/waitable_timer_service.cpp b/libs/asio/test/waitable_timer_service.cpp index 4b73307be..d01d0130a 100644 --- a/libs/asio/test/waitable_timer_service.cpp +++ b/libs/asio/test/waitable_timer_service.cpp @@ -2,7 +2,7 @@ // waitable_timer_service.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/windows/basic_handle.cpp b/libs/asio/test/windows/basic_handle.cpp index 803ecd015..e70b5efd6 100644 --- a/libs/asio/test/windows/basic_handle.cpp +++ b/libs/asio/test/windows/basic_handle.cpp @@ -2,7 +2,7 @@ // basic_handle.cpp // ~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/windows/basic_object_handle.cpp b/libs/asio/test/windows/basic_object_handle.cpp index d67a0f025..3f96ea832 100644 --- a/libs/asio/test/windows/basic_object_handle.cpp +++ b/libs/asio/test/windows/basic_object_handle.cpp @@ -2,7 +2,7 @@ // basic_object_handle.cpp // ~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/windows/basic_random_access_handle.cpp b/libs/asio/test/windows/basic_random_access_handle.cpp index d6e9a601b..ec3a9f2fe 100644 --- a/libs/asio/test/windows/basic_random_access_handle.cpp +++ b/libs/asio/test/windows/basic_random_access_handle.cpp @@ -2,7 +2,7 @@ // basic_random_access_handle.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/windows/basic_stream_handle.cpp b/libs/asio/test/windows/basic_stream_handle.cpp index 8ccc828b9..71a3cc212 100644 --- a/libs/asio/test/windows/basic_stream_handle.cpp +++ b/libs/asio/test/windows/basic_stream_handle.cpp @@ -2,7 +2,7 @@ // basic_stream_handle.cpp // ~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/windows/object_handle.cpp b/libs/asio/test/windows/object_handle.cpp index 6bb797140..13efdc85a 100644 --- a/libs/asio/test/windows/object_handle.cpp +++ b/libs/asio/test/windows/object_handle.cpp @@ -2,7 +2,7 @@ // object_handle.cpp // ~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/windows/object_handle_service.cpp b/libs/asio/test/windows/object_handle_service.cpp index c16b6c556..cdc92ed0d 100644 --- a/libs/asio/test/windows/object_handle_service.cpp +++ b/libs/asio/test/windows/object_handle_service.cpp @@ -2,7 +2,7 @@ // object_handle_service.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/windows/overlapped_ptr.cpp b/libs/asio/test/windows/overlapped_ptr.cpp index c6d2dd08f..d5c7ceddd 100644 --- a/libs/asio/test/windows/overlapped_ptr.cpp +++ b/libs/asio/test/windows/overlapped_ptr.cpp @@ -2,7 +2,7 @@ // overlapped_ptr.cpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/windows/random_access_handle.cpp b/libs/asio/test/windows/random_access_handle.cpp index 34974e537..f50c98b48 100644 --- a/libs/asio/test/windows/random_access_handle.cpp +++ b/libs/asio/test/windows/random_access_handle.cpp @@ -2,7 +2,7 @@ // random_access_handle.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/windows/random_access_handle_service.cpp b/libs/asio/test/windows/random_access_handle_service.cpp index 5ef6e2d1d..583ee1d1a 100644 --- a/libs/asio/test/windows/random_access_handle_service.cpp +++ b/libs/asio/test/windows/random_access_handle_service.cpp @@ -2,7 +2,7 @@ // random_access_handle_service.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/windows/stream_handle.cpp b/libs/asio/test/windows/stream_handle.cpp index 0bf18a9a8..e5786a308 100644 --- a/libs/asio/test/windows/stream_handle.cpp +++ b/libs/asio/test/windows/stream_handle.cpp @@ -2,7 +2,7 @@ // stream_handle.cpp // ~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/windows/stream_handle_service.cpp b/libs/asio/test/windows/stream_handle_service.cpp index a7184c71f..8f7febd00 100644 --- a/libs/asio/test/windows/stream_handle_service.cpp +++ b/libs/asio/test/windows/stream_handle_service.cpp @@ -2,7 +2,7 @@ // stream_handle_service.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/write.cpp b/libs/asio/test/write.cpp index 6063b74d8..ab0cc50f2 100644 --- a/libs/asio/test/write.cpp +++ b/libs/asio/test/write.cpp @@ -2,7 +2,7 @@ // write.cpp // ~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/write_at.cpp b/libs/asio/test/write_at.cpp index 91136b25a..38754f5c0 100644 --- a/libs/asio/test/write_at.cpp +++ b/libs/asio/test/write_at.cpp @@ -2,7 +2,7 @@ // write_at.cpp // ~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |