summaryrefslogtreecommitdiff
path: root/libs/asio/example/cpp11
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-04-08 03:09:47 +0000
committer <>2015-05-05 14:37:32 +0000
commitf2541bb90af059680aa7036f315f052175999355 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /libs/asio/example/cpp11
parented232fdd34968697a68783b3195b1da4226915b5 (diff)
downloadboost-tarball-master.tar.gz
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'libs/asio/example/cpp11')
-rw-r--r--libs/asio/example/cpp11/allocation/Jamfile2
-rw-r--r--libs/asio/example/cpp11/allocation/Jamfile.v22
-rw-r--r--libs/asio/example/cpp11/allocation/server.cpp2
-rw-r--r--libs/asio/example/cpp11/buffers/Jamfile2
-rw-r--r--libs/asio/example/cpp11/buffers/Jamfile.v22
-rw-r--r--libs/asio/example/cpp11/buffers/reference_counted.cpp2
-rw-r--r--libs/asio/example/cpp11/chat/Jamfile2
-rw-r--r--libs/asio/example/cpp11/chat/Jamfile.v22
-rw-r--r--libs/asio/example/cpp11/chat/chat_client.cpp2
-rw-r--r--libs/asio/example/cpp11/chat/chat_message.hpp2
-rw-r--r--libs/asio/example/cpp11/chat/chat_server.cpp2
-rw-r--r--libs/asio/example/cpp11/echo/Jamfile2
-rw-r--r--libs/asio/example/cpp11/echo/Jamfile.v22
-rw-r--r--libs/asio/example/cpp11/echo/async_tcp_echo_server.cpp2
-rw-r--r--libs/asio/example/cpp11/echo/async_udp_echo_server.cpp2
-rw-r--r--libs/asio/example/cpp11/echo/blocking_tcp_echo_client.cpp2
-rw-r--r--libs/asio/example/cpp11/echo/blocking_tcp_echo_server.cpp2
-rw-r--r--libs/asio/example/cpp11/echo/blocking_udp_echo_client.cpp2
-rw-r--r--libs/asio/example/cpp11/echo/blocking_udp_echo_server.cpp2
-rw-r--r--libs/asio/example/cpp11/futures/Jamfile2
-rw-r--r--libs/asio/example/cpp11/futures/Jamfile.v22
-rw-r--r--libs/asio/example/cpp11/futures/daytime_client.cpp2
-rw-r--r--libs/asio/example/cpp11/http/server/Jamfile2
-rw-r--r--libs/asio/example/cpp11/http/server/Jamfile.v22
-rw-r--r--libs/asio/example/cpp11/http/server/connection.cpp2
-rw-r--r--libs/asio/example/cpp11/http/server/connection.hpp2
-rw-r--r--libs/asio/example/cpp11/http/server/connection_manager.cpp2
-rw-r--r--libs/asio/example/cpp11/http/server/connection_manager.hpp2
-rw-r--r--libs/asio/example/cpp11/http/server/header.hpp2
-rw-r--r--libs/asio/example/cpp11/http/server/main.cpp2
-rw-r--r--libs/asio/example/cpp11/http/server/mime_types.cpp2
-rw-r--r--libs/asio/example/cpp11/http/server/mime_types.hpp2
-rw-r--r--libs/asio/example/cpp11/http/server/reply.cpp2
-rw-r--r--libs/asio/example/cpp11/http/server/reply.hpp2
-rw-r--r--libs/asio/example/cpp11/http/server/request.hpp2
-rw-r--r--libs/asio/example/cpp11/http/server/request_handler.cpp2
-rw-r--r--libs/asio/example/cpp11/http/server/request_handler.hpp2
-rw-r--r--libs/asio/example/cpp11/http/server/request_parser.cpp2
-rw-r--r--libs/asio/example/cpp11/http/server/request_parser.hpp2
-rw-r--r--libs/asio/example/cpp11/http/server/server.cpp2
-rw-r--r--libs/asio/example/cpp11/http/server/server.hpp2
-rw-r--r--libs/asio/example/cpp11/spawn/Jamfile.v22
-rw-r--r--libs/asio/example/cpp11/spawn/echo_server.cpp2
43 files changed, 43 insertions, 43 deletions
diff --git a/libs/asio/example/cpp11/allocation/Jamfile b/libs/asio/example/cpp11/allocation/Jamfile
index 4d345ecf1..951da8d8b 100644
--- a/libs/asio/example/cpp11/allocation/Jamfile
+++ b/libs/asio/example/cpp11/allocation/Jamfile
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/allocation/Jamfile.v2 b/libs/asio/example/cpp11/allocation/Jamfile.v2
index 84df930c8..94bc5cb48 100644
--- a/libs/asio/example/cpp11/allocation/Jamfile.v2
+++ b/libs/asio/example/cpp11/allocation/Jamfile.v2
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/allocation/server.cpp b/libs/asio/example/cpp11/allocation/server.cpp
index 39b4d2a63..ce7223ebe 100644
--- a/libs/asio/example/cpp11/allocation/server.cpp
+++ b/libs/asio/example/cpp11/allocation/server.cpp
@@ -2,7 +2,7 @@
// server.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/buffers/Jamfile b/libs/asio/example/cpp11/buffers/Jamfile
index 152d1037d..631438c1a 100644
--- a/libs/asio/example/cpp11/buffers/Jamfile
+++ b/libs/asio/example/cpp11/buffers/Jamfile
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/buffers/Jamfile.v2 b/libs/asio/example/cpp11/buffers/Jamfile.v2
index 95aacad8f..f7f34d4c3 100644
--- a/libs/asio/example/cpp11/buffers/Jamfile.v2
+++ b/libs/asio/example/cpp11/buffers/Jamfile.v2
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/buffers/reference_counted.cpp b/libs/asio/example/cpp11/buffers/reference_counted.cpp
index 47d88de65..7b5a35ba7 100644
--- a/libs/asio/example/cpp11/buffers/reference_counted.cpp
+++ b/libs/asio/example/cpp11/buffers/reference_counted.cpp
@@ -2,7 +2,7 @@
// reference_counted.cpp
// ~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/chat/Jamfile b/libs/asio/example/cpp11/chat/Jamfile
index b2498c29c..e3f2417c4 100644
--- a/libs/asio/example/cpp11/chat/Jamfile
+++ b/libs/asio/example/cpp11/chat/Jamfile
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/chat/Jamfile.v2 b/libs/asio/example/cpp11/chat/Jamfile.v2
index c38049e28..d1d74427d 100644
--- a/libs/asio/example/cpp11/chat/Jamfile.v2
+++ b/libs/asio/example/cpp11/chat/Jamfile.v2
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/chat/chat_client.cpp b/libs/asio/example/cpp11/chat/chat_client.cpp
index 9287f0e2e..a9faeca7c 100644
--- a/libs/asio/example/cpp11/chat/chat_client.cpp
+++ b/libs/asio/example/cpp11/chat/chat_client.cpp
@@ -2,7 +2,7 @@
// chat_client.cpp
// ~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/chat/chat_message.hpp b/libs/asio/example/cpp11/chat/chat_message.hpp
index 375150444..d1593cd8d 100644
--- a/libs/asio/example/cpp11/chat/chat_message.hpp
+++ b/libs/asio/example/cpp11/chat/chat_message.hpp
@@ -2,7 +2,7 @@
// chat_message.hpp
// ~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/chat/chat_server.cpp b/libs/asio/example/cpp11/chat/chat_server.cpp
index abbe00b19..d8a1dc355 100644
--- a/libs/asio/example/cpp11/chat/chat_server.cpp
+++ b/libs/asio/example/cpp11/chat/chat_server.cpp
@@ -2,7 +2,7 @@
// chat_server.cpp
// ~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/echo/Jamfile b/libs/asio/example/cpp11/echo/Jamfile
index 6148b3938..278bd38b5 100644
--- a/libs/asio/example/cpp11/echo/Jamfile
+++ b/libs/asio/example/cpp11/echo/Jamfile
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/echo/Jamfile.v2 b/libs/asio/example/cpp11/echo/Jamfile.v2
index 5ec2c0795..6f950e756 100644
--- a/libs/asio/example/cpp11/echo/Jamfile.v2
+++ b/libs/asio/example/cpp11/echo/Jamfile.v2
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/echo/async_tcp_echo_server.cpp b/libs/asio/example/cpp11/echo/async_tcp_echo_server.cpp
index acc1cab39..2f679e245 100644
--- a/libs/asio/example/cpp11/echo/async_tcp_echo_server.cpp
+++ b/libs/asio/example/cpp11/echo/async_tcp_echo_server.cpp
@@ -2,7 +2,7 @@
// async_tcp_echo_server.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/echo/async_udp_echo_server.cpp b/libs/asio/example/cpp11/echo/async_udp_echo_server.cpp
index 4dc04e45e..c457d6d40 100644
--- a/libs/asio/example/cpp11/echo/async_udp_echo_server.cpp
+++ b/libs/asio/example/cpp11/echo/async_udp_echo_server.cpp
@@ -2,7 +2,7 @@
// async_udp_echo_server.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/echo/blocking_tcp_echo_client.cpp b/libs/asio/example/cpp11/echo/blocking_tcp_echo_client.cpp
index cdf05e7ea..db56bf560 100644
--- a/libs/asio/example/cpp11/echo/blocking_tcp_echo_client.cpp
+++ b/libs/asio/example/cpp11/echo/blocking_tcp_echo_client.cpp
@@ -2,7 +2,7 @@
// blocking_tcp_echo_client.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/echo/blocking_tcp_echo_server.cpp b/libs/asio/example/cpp11/echo/blocking_tcp_echo_server.cpp
index 79ae15541..31d6bee05 100644
--- a/libs/asio/example/cpp11/echo/blocking_tcp_echo_server.cpp
+++ b/libs/asio/example/cpp11/echo/blocking_tcp_echo_server.cpp
@@ -2,7 +2,7 @@
// blocking_tcp_echo_server.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/echo/blocking_udp_echo_client.cpp b/libs/asio/example/cpp11/echo/blocking_udp_echo_client.cpp
index 02bda2323..81de8d341 100644
--- a/libs/asio/example/cpp11/echo/blocking_udp_echo_client.cpp
+++ b/libs/asio/example/cpp11/echo/blocking_udp_echo_client.cpp
@@ -2,7 +2,7 @@
// blocking_udp_echo_client.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/echo/blocking_udp_echo_server.cpp b/libs/asio/example/cpp11/echo/blocking_udp_echo_server.cpp
index fddaf1e3e..db37fcf5b 100644
--- a/libs/asio/example/cpp11/echo/blocking_udp_echo_server.cpp
+++ b/libs/asio/example/cpp11/echo/blocking_udp_echo_server.cpp
@@ -2,7 +2,7 @@
// blocking_udp_echo_server.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/futures/Jamfile b/libs/asio/example/cpp11/futures/Jamfile
index 6320be7f6..922a9b76b 100644
--- a/libs/asio/example/cpp11/futures/Jamfile
+++ b/libs/asio/example/cpp11/futures/Jamfile
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/futures/Jamfile.v2 b/libs/asio/example/cpp11/futures/Jamfile.v2
index 7d0643daf..ee4b2f45d 100644
--- a/libs/asio/example/cpp11/futures/Jamfile.v2
+++ b/libs/asio/example/cpp11/futures/Jamfile.v2
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/futures/daytime_client.cpp b/libs/asio/example/cpp11/futures/daytime_client.cpp
index b87d4015e..e255b3c16 100644
--- a/libs/asio/example/cpp11/futures/daytime_client.cpp
+++ b/libs/asio/example/cpp11/futures/daytime_client.cpp
@@ -2,7 +2,7 @@
// daytime_client.cpp
// ~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/Jamfile b/libs/asio/example/cpp11/http/server/Jamfile
index 38d596bc2..ac5933918 100644
--- a/libs/asio/example/cpp11/http/server/Jamfile
+++ b/libs/asio/example/cpp11/http/server/Jamfile
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/Jamfile.v2 b/libs/asio/example/cpp11/http/server/Jamfile.v2
index 0ebe0e2d2..a841031c2 100644
--- a/libs/asio/example/cpp11/http/server/Jamfile.v2
+++ b/libs/asio/example/cpp11/http/server/Jamfile.v2
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/connection.cpp b/libs/asio/example/cpp11/http/server/connection.cpp
index 26bca7031..1996b1fcc 100644
--- a/libs/asio/example/cpp11/http/server/connection.cpp
+++ b/libs/asio/example/cpp11/http/server/connection.cpp
@@ -2,7 +2,7 @@
// connection.cpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/connection.hpp b/libs/asio/example/cpp11/http/server/connection.hpp
index 5dd8bf84d..3c87b6a7e 100644
--- a/libs/asio/example/cpp11/http/server/connection.hpp
+++ b/libs/asio/example/cpp11/http/server/connection.hpp
@@ -2,7 +2,7 @@
// connection.hpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/connection_manager.cpp b/libs/asio/example/cpp11/http/server/connection_manager.cpp
index 831dbfab7..5699ed1b2 100644
--- a/libs/asio/example/cpp11/http/server/connection_manager.cpp
+++ b/libs/asio/example/cpp11/http/server/connection_manager.cpp
@@ -2,7 +2,7 @@
// connection_manager.cpp
// ~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/connection_manager.hpp b/libs/asio/example/cpp11/http/server/connection_manager.hpp
index e54baf9a8..400d14be6 100644
--- a/libs/asio/example/cpp11/http/server/connection_manager.hpp
+++ b/libs/asio/example/cpp11/http/server/connection_manager.hpp
@@ -2,7 +2,7 @@
// connection_manager.hpp
// ~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/header.hpp b/libs/asio/example/cpp11/http/server/header.hpp
index b2375afea..524097edc 100644
--- a/libs/asio/example/cpp11/http/server/header.hpp
+++ b/libs/asio/example/cpp11/http/server/header.hpp
@@ -2,7 +2,7 @@
// header.hpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/main.cpp b/libs/asio/example/cpp11/http/server/main.cpp
index 1a885e99e..4a280e55e 100644
--- a/libs/asio/example/cpp11/http/server/main.cpp
+++ b/libs/asio/example/cpp11/http/server/main.cpp
@@ -2,7 +2,7 @@
// main.cpp
// ~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/mime_types.cpp b/libs/asio/example/cpp11/http/server/mime_types.cpp
index e749452d8..c3528970a 100644
--- a/libs/asio/example/cpp11/http/server/mime_types.cpp
+++ b/libs/asio/example/cpp11/http/server/mime_types.cpp
@@ -2,7 +2,7 @@
// mime_types.cpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/mime_types.hpp b/libs/asio/example/cpp11/http/server/mime_types.hpp
index 21f737e58..e5881f2e8 100644
--- a/libs/asio/example/cpp11/http/server/mime_types.hpp
+++ b/libs/asio/example/cpp11/http/server/mime_types.hpp
@@ -2,7 +2,7 @@
// mime_types.hpp
// ~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/reply.cpp b/libs/asio/example/cpp11/http/server/reply.cpp
index 983de65f8..5651d65f1 100644
--- a/libs/asio/example/cpp11/http/server/reply.cpp
+++ b/libs/asio/example/cpp11/http/server/reply.cpp
@@ -2,7 +2,7 @@
// reply.cpp
// ~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/reply.hpp b/libs/asio/example/cpp11/http/server/reply.hpp
index 9757df493..f39112195 100644
--- a/libs/asio/example/cpp11/http/server/reply.hpp
+++ b/libs/asio/example/cpp11/http/server/reply.hpp
@@ -2,7 +2,7 @@
// reply.hpp
// ~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/request.hpp b/libs/asio/example/cpp11/http/server/request.hpp
index 3e2250186..2a38f39e4 100644
--- a/libs/asio/example/cpp11/http/server/request.hpp
+++ b/libs/asio/example/cpp11/http/server/request.hpp
@@ -2,7 +2,7 @@
// request.hpp
// ~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/request_handler.cpp b/libs/asio/example/cpp11/http/server/request_handler.cpp
index 8546ea84a..2fb5d2631 100644
--- a/libs/asio/example/cpp11/http/server/request_handler.cpp
+++ b/libs/asio/example/cpp11/http/server/request_handler.cpp
@@ -2,7 +2,7 @@
// request_handler.cpp
// ~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/request_handler.hpp b/libs/asio/example/cpp11/http/server/request_handler.hpp
index a10fa3562..95d1a6052 100644
--- a/libs/asio/example/cpp11/http/server/request_handler.hpp
+++ b/libs/asio/example/cpp11/http/server/request_handler.hpp
@@ -2,7 +2,7 @@
// request_handler.hpp
// ~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/request_parser.cpp b/libs/asio/example/cpp11/http/server/request_parser.cpp
index 2abf8fc6e..57d50966c 100644
--- a/libs/asio/example/cpp11/http/server/request_parser.cpp
+++ b/libs/asio/example/cpp11/http/server/request_parser.cpp
@@ -2,7 +2,7 @@
// request_parser.cpp
// ~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/request_parser.hpp b/libs/asio/example/cpp11/http/server/request_parser.hpp
index 822474f10..1e84e8099 100644
--- a/libs/asio/example/cpp11/http/server/request_parser.hpp
+++ b/libs/asio/example/cpp11/http/server/request_parser.hpp
@@ -2,7 +2,7 @@
// request_parser.hpp
// ~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/server.cpp b/libs/asio/example/cpp11/http/server/server.cpp
index a643e6e65..25ad6b42c 100644
--- a/libs/asio/example/cpp11/http/server/server.cpp
+++ b/libs/asio/example/cpp11/http/server/server.cpp
@@ -2,7 +2,7 @@
// server.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/http/server/server.hpp b/libs/asio/example/cpp11/http/server/server.hpp
index b8a480d41..39fc3a475 100644
--- a/libs/asio/example/cpp11/http/server/server.hpp
+++ b/libs/asio/example/cpp11/http/server/server.hpp
@@ -2,7 +2,7 @@
// server.hpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/spawn/Jamfile.v2 b/libs/asio/example/cpp11/spawn/Jamfile.v2
index d8b02ffef..4ba558958 100644
--- a/libs/asio/example/cpp11/spawn/Jamfile.v2
+++ b/libs/asio/example/cpp11/spawn/Jamfile.v2
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/libs/asio/example/cpp11/spawn/echo_server.cpp b/libs/asio/example/cpp11/spawn/echo_server.cpp
index d7c30af1e..ec15242ae 100644
--- a/libs/asio/example/cpp11/spawn/echo_server.cpp
+++ b/libs/asio/example/cpp11/spawn/echo_server.cpp
@@ -2,7 +2,7 @@
// echo_server.cpp
// ~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)