diff options
Diffstat (limited to 'libs/asio/example/cpp03')
188 files changed, 197 insertions, 197 deletions
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) |