summaryrefslogtreecommitdiff
path: root/libs/asio/example/cpp03/services
diff options
context:
space:
mode:
Diffstat (limited to 'libs/asio/example/cpp03/services')
-rw-r--r--libs/asio/example/cpp03/services/Jamfile2
-rw-r--r--libs/asio/example/cpp03/services/Jamfile.v22
-rw-r--r--libs/asio/example/cpp03/services/basic_logger.hpp2
-rw-r--r--libs/asio/example/cpp03/services/daytime_client.cpp2
-rw-r--r--libs/asio/example/cpp03/services/logger.hpp2
-rw-r--r--libs/asio/example/cpp03/services/logger_service.cpp2
-rw-r--r--libs/asio/example/cpp03/services/logger_service.hpp2
-rw-r--r--libs/asio/example/cpp03/services/stream_socket_service.hpp2
8 files changed, 8 insertions, 8 deletions
diff --git a/libs/asio/example/cpp03/services/Jamfile b/libs/asio/example/cpp03/services/Jamfile
index 083c91732..0c534969a 100644
--- a/libs/asio/example/cpp03/services/Jamfile
+++ b/libs/asio/example/cpp03/services/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/services/Jamfile.v2 b/libs/asio/example/cpp03/services/Jamfile.v2
index e263fdc3b..bd0a8518b 100644
--- a/libs/asio/example/cpp03/services/Jamfile.v2
+++ b/libs/asio/example/cpp03/services/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/services/basic_logger.hpp b/libs/asio/example/cpp03/services/basic_logger.hpp
index f5c9e921f..075cb92a3 100644
--- a/libs/asio/example/cpp03/services/basic_logger.hpp
+++ b/libs/asio/example/cpp03/services/basic_logger.hpp
@@ -2,7 +2,7 @@
// basic_logger.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/services/daytime_client.cpp b/libs/asio/example/cpp03/services/daytime_client.cpp
index a09fa7863..ff2d4cac0 100644
--- a/libs/asio/example/cpp03/services/daytime_client.cpp
+++ b/libs/asio/example/cpp03/services/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/cpp03/services/logger.hpp b/libs/asio/example/cpp03/services/logger.hpp
index 77ceb61ec..4b77b5dd5 100644
--- a/libs/asio/example/cpp03/services/logger.hpp
+++ b/libs/asio/example/cpp03/services/logger.hpp
@@ -2,7 +2,7 @@
// logger.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/services/logger_service.cpp b/libs/asio/example/cpp03/services/logger_service.cpp
index 4fd3018bd..d67876a0a 100644
--- a/libs/asio/example/cpp03/services/logger_service.cpp
+++ b/libs/asio/example/cpp03/services/logger_service.cpp
@@ -2,7 +2,7 @@
// logger_service.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/services/logger_service.hpp b/libs/asio/example/cpp03/services/logger_service.hpp
index 1315d5e68..8934291f2 100644
--- a/libs/asio/example/cpp03/services/logger_service.hpp
+++ b/libs/asio/example/cpp03/services/logger_service.hpp
@@ -2,7 +2,7 @@
// logger_service.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/services/stream_socket_service.hpp b/libs/asio/example/cpp03/services/stream_socket_service.hpp
index e503875e2..5d22c8cc5 100644
--- a/libs/asio/example/cpp03/services/stream_socket_service.hpp
+++ b/libs/asio/example/cpp03/services/stream_socket_service.hpp
@@ -2,7 +2,7 @@
// stream_socket_service.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)