diff options
Diffstat (limited to 'libs/asio/example/cpp03/fork')
-rw-r--r-- | libs/asio/example/cpp03/fork/Jamfile | 2 | ||||
-rw-r--r-- | libs/asio/example/cpp03/fork/Jamfile.v2 | 2 | ||||
-rw-r--r-- | libs/asio/example/cpp03/fork/daemon.cpp | 2 | ||||
-rw-r--r-- | libs/asio/example/cpp03/fork/process_per_connection.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libs/asio/example/cpp03/fork/Jamfile b/libs/asio/example/cpp03/fork/Jamfile index d5d9f4388..86c68321c 100644 --- a/libs/asio/example/cpp03/fork/Jamfile +++ b/libs/asio/example/cpp03/fork/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/fork/Jamfile.v2 b/libs/asio/example/cpp03/fork/Jamfile.v2 index 09f2ef5b8..003bbfa16 100644 --- a/libs/asio/example/cpp03/fork/Jamfile.v2 +++ b/libs/asio/example/cpp03/fork/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/fork/daemon.cpp b/libs/asio/example/cpp03/fork/daemon.cpp index 3fdcf6d6b..6f960ce22 100644 --- a/libs/asio/example/cpp03/fork/daemon.cpp +++ b/libs/asio/example/cpp03/fork/daemon.cpp @@ -2,7 +2,7 @@ // daemon.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/fork/process_per_connection.cpp b/libs/asio/example/cpp03/fork/process_per_connection.cpp index 6cea8a368..bd859c9f2 100644 --- a/libs/asio/example/cpp03/fork/process_per_connection.cpp +++ b/libs/asio/example/cpp03/fork/process_per_connection.cpp @@ -2,7 +2,7 @@ // process_per_connection.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) |