diff options
Diffstat (limited to 'libs/asio/example/cpp03/iostreams')
5 files changed, 5 insertions, 5 deletions
diff --git a/libs/asio/example/cpp03/iostreams/Jamfile b/libs/asio/example/cpp03/iostreams/Jamfile index ec5a98224..ae9cbb117 100644 --- a/libs/asio/example/cpp03/iostreams/Jamfile +++ b/libs/asio/example/cpp03/iostreams/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/iostreams/Jamfile.v2 b/libs/asio/example/cpp03/iostreams/Jamfile.v2 index 825acaa3d..92745a185 100644 --- a/libs/asio/example/cpp03/iostreams/Jamfile.v2 +++ b/libs/asio/example/cpp03/iostreams/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/iostreams/daytime_client.cpp b/libs/asio/example/cpp03/iostreams/daytime_client.cpp index 956a0929a..6eef76d01 100644 --- a/libs/asio/example/cpp03/iostreams/daytime_client.cpp +++ b/libs/asio/example/cpp03/iostreams/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/iostreams/daytime_server.cpp b/libs/asio/example/cpp03/iostreams/daytime_server.cpp index 1767ca6c5..409a51138 100644 --- a/libs/asio/example/cpp03/iostreams/daytime_server.cpp +++ b/libs/asio/example/cpp03/iostreams/daytime_server.cpp @@ -2,7 +2,7 @@ // daytime_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/iostreams/http_client.cpp b/libs/asio/example/cpp03/iostreams/http_client.cpp index e0e393428..41319b5d5 100644 --- a/libs/asio/example/cpp03/iostreams/http_client.cpp +++ b/libs/asio/example/cpp03/iostreams/http_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) |