summaryrefslogtreecommitdiff
path: root/libs/asio/example/cpp03/http
diff options
context:
space:
mode:
Diffstat (limited to 'libs/asio/example/cpp03/http')
-rw-r--r--libs/asio/example/cpp03/http/client/Jamfile2
-rw-r--r--libs/asio/example/cpp03/http/client/Jamfile.v22
-rw-r--r--libs/asio/example/cpp03/http/client/async_client.cpp2
-rw-r--r--libs/asio/example/cpp03/http/client/sync_client.cpp2
-rw-r--r--libs/asio/example/cpp03/http/doc_root/data_1K.html2
-rw-r--r--libs/asio/example/cpp03/http/doc_root/data_2K.html2
-rw-r--r--libs/asio/example/cpp03/http/doc_root/data_4K.html2
-rw-r--r--libs/asio/example/cpp03/http/doc_root/data_8K.html2
-rw-r--r--libs/asio/example/cpp03/http/server/Jamfile2
-rw-r--r--libs/asio/example/cpp03/http/server/Jamfile.v22
-rw-r--r--libs/asio/example/cpp03/http/server/connection.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server/connection.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server/connection_manager.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server/connection_manager.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server/header.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server/main.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server/mime_types.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server/mime_types.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server/reply.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server/reply.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server/request.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server/request_handler.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server/request_handler.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server/request_parser.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server/request_parser.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server/server.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server/server.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server2/Jamfile2
-rw-r--r--libs/asio/example/cpp03/http/server2/Jamfile.v22
-rw-r--r--libs/asio/example/cpp03/http/server2/connection.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server2/connection.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server2/header.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server2/io_service_pool.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server2/io_service_pool.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server2/main.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server2/mime_types.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server2/mime_types.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server2/reply.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server2/reply.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server2/request.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server2/request_handler.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server2/request_handler.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server2/request_parser.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server2/request_parser.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server2/server.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server2/server.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server3/Jamfile2
-rw-r--r--libs/asio/example/cpp03/http/server3/Jamfile.v22
-rw-r--r--libs/asio/example/cpp03/http/server3/connection.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server3/connection.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server3/header.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server3/main.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server3/mime_types.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server3/mime_types.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server3/reply.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server3/reply.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server3/request.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server3/request_handler.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server3/request_handler.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server3/request_parser.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server3/request_parser.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server3/server.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server3/server.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server4/Jamfile2
-rw-r--r--libs/asio/example/cpp03/http/server4/Jamfile.v22
-rw-r--r--libs/asio/example/cpp03/http/server4/file_handler.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server4/file_handler.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server4/header.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server4/main.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server4/mime_types.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server4/mime_types.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server4/reply.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server4/reply.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server4/request.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server4/request_parser.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server4/request_parser.hpp2
-rw-r--r--libs/asio/example/cpp03/http/server4/server.cpp2
-rw-r--r--libs/asio/example/cpp03/http/server4/server.hpp2
78 files changed, 78 insertions, 78 deletions
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)