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