diff options
Diffstat (limited to 'libs/asio/example/cpp03/multicast')
-rw-r--r-- | libs/asio/example/cpp03/multicast/Jamfile | 2 | ||||
-rw-r--r-- | libs/asio/example/cpp03/multicast/Jamfile.v2 | 2 | ||||
-rw-r--r-- | libs/asio/example/cpp03/multicast/receiver.cpp | 2 | ||||
-rw-r--r-- | libs/asio/example/cpp03/multicast/sender.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libs/asio/example/cpp03/multicast/Jamfile b/libs/asio/example/cpp03/multicast/Jamfile index 65d2587eb..3a29c9d75 100644 --- a/libs/asio/example/cpp03/multicast/Jamfile +++ b/libs/asio/example/cpp03/multicast/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/multicast/Jamfile.v2 b/libs/asio/example/cpp03/multicast/Jamfile.v2 index f9a64f028..f55fbef8d 100644 --- a/libs/asio/example/cpp03/multicast/Jamfile.v2 +++ b/libs/asio/example/cpp03/multicast/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/multicast/receiver.cpp b/libs/asio/example/cpp03/multicast/receiver.cpp index ac375fbf9..1de4feae5 100644 --- a/libs/asio/example/cpp03/multicast/receiver.cpp +++ b/libs/asio/example/cpp03/multicast/receiver.cpp @@ -2,7 +2,7 @@ // receiver.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/multicast/sender.cpp b/libs/asio/example/cpp03/multicast/sender.cpp index e39d5af93..dc47c1570 100644 --- a/libs/asio/example/cpp03/multicast/sender.cpp +++ b/libs/asio/example/cpp03/multicast/sender.cpp @@ -2,7 +2,7 @@ // sender.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) |