diff options
Diffstat (limited to 'libs/asio/test/windows')
-rw-r--r-- | libs/asio/test/windows/basic_handle.cpp | 2 | ||||
-rw-r--r-- | libs/asio/test/windows/basic_object_handle.cpp | 2 | ||||
-rw-r--r-- | libs/asio/test/windows/basic_random_access_handle.cpp | 2 | ||||
-rw-r--r-- | libs/asio/test/windows/basic_stream_handle.cpp | 2 | ||||
-rw-r--r-- | libs/asio/test/windows/object_handle.cpp | 2 | ||||
-rw-r--r-- | libs/asio/test/windows/object_handle_service.cpp | 2 | ||||
-rw-r--r-- | libs/asio/test/windows/overlapped_ptr.cpp | 2 | ||||
-rw-r--r-- | libs/asio/test/windows/random_access_handle.cpp | 2 | ||||
-rw-r--r-- | libs/asio/test/windows/random_access_handle_service.cpp | 2 | ||||
-rw-r--r-- | libs/asio/test/windows/stream_handle.cpp | 2 | ||||
-rw-r--r-- | libs/asio/test/windows/stream_handle_service.cpp | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/libs/asio/test/windows/basic_handle.cpp b/libs/asio/test/windows/basic_handle.cpp index 803ecd015..e70b5efd6 100644 --- a/libs/asio/test/windows/basic_handle.cpp +++ b/libs/asio/test/windows/basic_handle.cpp @@ -2,7 +2,7 @@ // basic_handle.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/test/windows/basic_object_handle.cpp b/libs/asio/test/windows/basic_object_handle.cpp index d67a0f025..3f96ea832 100644 --- a/libs/asio/test/windows/basic_object_handle.cpp +++ b/libs/asio/test/windows/basic_object_handle.cpp @@ -2,7 +2,7 @@ // basic_object_handle.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/test/windows/basic_random_access_handle.cpp b/libs/asio/test/windows/basic_random_access_handle.cpp index d6e9a601b..ec3a9f2fe 100644 --- a/libs/asio/test/windows/basic_random_access_handle.cpp +++ b/libs/asio/test/windows/basic_random_access_handle.cpp @@ -2,7 +2,7 @@ // basic_random_access_handle.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/test/windows/basic_stream_handle.cpp b/libs/asio/test/windows/basic_stream_handle.cpp index 8ccc828b9..71a3cc212 100644 --- a/libs/asio/test/windows/basic_stream_handle.cpp +++ b/libs/asio/test/windows/basic_stream_handle.cpp @@ -2,7 +2,7 @@ // basic_stream_handle.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/test/windows/object_handle.cpp b/libs/asio/test/windows/object_handle.cpp index 6bb797140..13efdc85a 100644 --- a/libs/asio/test/windows/object_handle.cpp +++ b/libs/asio/test/windows/object_handle.cpp @@ -2,7 +2,7 @@ // object_handle.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/test/windows/object_handle_service.cpp b/libs/asio/test/windows/object_handle_service.cpp index c16b6c556..cdc92ed0d 100644 --- a/libs/asio/test/windows/object_handle_service.cpp +++ b/libs/asio/test/windows/object_handle_service.cpp @@ -2,7 +2,7 @@ // object_handle_service.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/test/windows/overlapped_ptr.cpp b/libs/asio/test/windows/overlapped_ptr.cpp index c6d2dd08f..d5c7ceddd 100644 --- a/libs/asio/test/windows/overlapped_ptr.cpp +++ b/libs/asio/test/windows/overlapped_ptr.cpp @@ -2,7 +2,7 @@ // overlapped_ptr.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/test/windows/random_access_handle.cpp b/libs/asio/test/windows/random_access_handle.cpp index 34974e537..f50c98b48 100644 --- a/libs/asio/test/windows/random_access_handle.cpp +++ b/libs/asio/test/windows/random_access_handle.cpp @@ -2,7 +2,7 @@ // random_access_handle.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/test/windows/random_access_handle_service.cpp b/libs/asio/test/windows/random_access_handle_service.cpp index 5ef6e2d1d..583ee1d1a 100644 --- a/libs/asio/test/windows/random_access_handle_service.cpp +++ b/libs/asio/test/windows/random_access_handle_service.cpp @@ -2,7 +2,7 @@ // random_access_handle_service.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/test/windows/stream_handle.cpp b/libs/asio/test/windows/stream_handle.cpp index 0bf18a9a8..e5786a308 100644 --- a/libs/asio/test/windows/stream_handle.cpp +++ b/libs/asio/test/windows/stream_handle.cpp @@ -2,7 +2,7 @@ // stream_handle.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/test/windows/stream_handle_service.cpp b/libs/asio/test/windows/stream_handle_service.cpp index a7184c71f..8f7febd00 100644 --- a/libs/asio/test/windows/stream_handle_service.cpp +++ b/libs/asio/test/windows/stream_handle_service.cpp @@ -2,7 +2,7 @@ // stream_handle_service.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) |