summaryrefslogtreecommitdiff
path: root/libs/asio/example/cpp11/http/server
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/http/server
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/http/server')
-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
19 files changed, 19 insertions, 19 deletions
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)