summaryrefslogtreecommitdiff
path: root/libs/asio/example/cpp03/porthopper
diff options
context:
space:
mode:
Diffstat (limited to 'libs/asio/example/cpp03/porthopper')
-rw-r--r--libs/asio/example/cpp03/porthopper/Jamfile2
-rw-r--r--libs/asio/example/cpp03/porthopper/Jamfile.v22
-rw-r--r--libs/asio/example/cpp03/porthopper/client.cpp2
-rw-r--r--libs/asio/example/cpp03/porthopper/protocol.hpp2
-rw-r--r--libs/asio/example/cpp03/porthopper/server.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/libs/asio/example/cpp03/porthopper/Jamfile b/libs/asio/example/cpp03/porthopper/Jamfile
index 76b111c63..52ea4d5c5 100644
--- a/libs/asio/example/cpp03/porthopper/Jamfile
+++ b/libs/asio/example/cpp03/porthopper/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/porthopper/Jamfile.v2 b/libs/asio/example/cpp03/porthopper/Jamfile.v2
index 2eb651119..96015e06f 100644
--- a/libs/asio/example/cpp03/porthopper/Jamfile.v2
+++ b/libs/asio/example/cpp03/porthopper/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/porthopper/client.cpp b/libs/asio/example/cpp03/porthopper/client.cpp
index 54c9fa04d..5fc27ba08 100644
--- a/libs/asio/example/cpp03/porthopper/client.cpp
+++ b/libs/asio/example/cpp03/porthopper/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/porthopper/protocol.hpp b/libs/asio/example/cpp03/porthopper/protocol.hpp
index 96436993b..a30bb8922 100644
--- a/libs/asio/example/cpp03/porthopper/protocol.hpp
+++ b/libs/asio/example/cpp03/porthopper/protocol.hpp
@@ -2,7 +2,7 @@
// protocol.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/porthopper/server.cpp b/libs/asio/example/cpp03/porthopper/server.cpp
index 83659e1c7..802be7f51 100644
--- a/libs/asio/example/cpp03/porthopper/server.cpp
+++ b/libs/asio/example/cpp03/porthopper/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)