summaryrefslogtreecommitdiff
path: root/libs/asio/example/cpp03/http/server3
diff options
context:
space:
mode:
Diffstat (limited to 'libs/asio/example/cpp03/http/server3')
-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
17 files changed, 17 insertions, 17 deletions
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)