summaryrefslogtreecommitdiff
path: root/libs/asio/example/cpp03/serialization
diff options
context:
space:
mode:
Diffstat (limited to 'libs/asio/example/cpp03/serialization')
-rw-r--r--libs/asio/example/cpp03/serialization/Jamfile2
-rw-r--r--libs/asio/example/cpp03/serialization/Jamfile.v22
-rw-r--r--libs/asio/example/cpp03/serialization/client.cpp2
-rw-r--r--libs/asio/example/cpp03/serialization/connection.hpp2
-rw-r--r--libs/asio/example/cpp03/serialization/server.cpp2
-rw-r--r--libs/asio/example/cpp03/serialization/stock.hpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/libs/asio/example/cpp03/serialization/Jamfile b/libs/asio/example/cpp03/serialization/Jamfile
index 7f884380f..2906b2a01 100644
--- a/libs/asio/example/cpp03/serialization/Jamfile
+++ b/libs/asio/example/cpp03/serialization/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/serialization/Jamfile.v2 b/libs/asio/example/cpp03/serialization/Jamfile.v2
index 96f067af7..247db67fb 100644
--- a/libs/asio/example/cpp03/serialization/Jamfile.v2
+++ b/libs/asio/example/cpp03/serialization/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/serialization/client.cpp b/libs/asio/example/cpp03/serialization/client.cpp
index e74bb619e..968434d68 100644
--- a/libs/asio/example/cpp03/serialization/client.cpp
+++ b/libs/asio/example/cpp03/serialization/client.cpp
@@ -2,7 +2,7 @@
// 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/serialization/connection.hpp b/libs/asio/example/cpp03/serialization/connection.hpp
index 3c3411474..9fdcb4bfc 100644
--- a/libs/asio/example/cpp03/serialization/connection.hpp
+++ b/libs/asio/example/cpp03/serialization/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/serialization/server.cpp b/libs/asio/example/cpp03/serialization/server.cpp
index ed27dd0f9..65f314ad1 100644
--- a/libs/asio/example/cpp03/serialization/server.cpp
+++ b/libs/asio/example/cpp03/serialization/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/serialization/stock.hpp b/libs/asio/example/cpp03/serialization/stock.hpp
index 1054cc9da..3993cbfd1 100644
--- a/libs/asio/example/cpp03/serialization/stock.hpp
+++ b/libs/asio/example/cpp03/serialization/stock.hpp
@@ -2,7 +2,7 @@
// stock.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)