summaryrefslogtreecommitdiff
path: root/libs/asio/example/cpp03/windows
diff options
context:
space:
mode:
Diffstat (limited to 'libs/asio/example/cpp03/windows')
-rw-r--r--libs/asio/example/cpp03/windows/Jamfile2
-rw-r--r--libs/asio/example/cpp03/windows/Jamfile.v22
-rw-r--r--libs/asio/example/cpp03/windows/transmit_file.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/libs/asio/example/cpp03/windows/Jamfile b/libs/asio/example/cpp03/windows/Jamfile
index 856a85f17..0b32cb1ff 100644
--- a/libs/asio/example/cpp03/windows/Jamfile
+++ b/libs/asio/example/cpp03/windows/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/windows/Jamfile.v2 b/libs/asio/example/cpp03/windows/Jamfile.v2
index 07ac2bdde..73dd6ced2 100644
--- a/libs/asio/example/cpp03/windows/Jamfile.v2
+++ b/libs/asio/example/cpp03/windows/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/windows/transmit_file.cpp b/libs/asio/example/cpp03/windows/transmit_file.cpp
index 008b365e3..e3dbec80c 100644
--- a/libs/asio/example/cpp03/windows/transmit_file.cpp
+++ b/libs/asio/example/cpp03/windows/transmit_file.cpp
@@ -2,7 +2,7 @@
// transmit_file.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)