From df91035ff5fce2e3f16d6d45c59ed8b44b8d9fc2 Mon Sep 17 00:00:00 2001 From: Christopher Kohlhoff Date: Mon, 4 Jan 2010 09:36:00 +0000 Subject: [PATCH] Update copyright notices. [SVN r58666] --- doc/Jamfile.v2 | 2 +- doc/asio.qbk | 4 +-- doc/doxy2qbk.pl | 2 +- doc/examples.qbk | 2 +- doc/history.qbk | 2 +- doc/index.xml | 2 +- doc/noncopyable_dox.txt | 2 +- doc/overview.qbk | 2 +- doc/overview/allocation.qbk | 2 +- doc/overview/async.qbk | 2 +- doc/overview/basics.qbk | 2 +- doc/overview/bsd_sockets.qbk | 2 +- doc/overview/buffers.qbk | 2 +- doc/overview/implementation.qbk | 2 +- doc/overview/iostreams.qbk | 2 +- doc/overview/line_based.qbk | 2 +- doc/overview/posix.qbk | 2 +- doc/overview/protocols.qbk | 2 +- doc/overview/rationale.qbk | 2 +- doc/overview/reactor.qbk | 2 +- doc/overview/serial_ports.qbk | 2 +- doc/overview/ssl.qbk | 2 +- doc/overview/strands.qbk | 2 +- doc/overview/streams.qbk | 2 +- doc/overview/threads.qbk | 2 +- doc/overview/timers.qbk | 2 +- doc/overview/windows.qbk | 2 +- doc/quickref.xml | 2 +- doc/reference.qbk | 2 +- doc/reference.xsl | 4 +-- doc/requirements.qbk | 2 +- doc/requirements/AcceptHandler.qbk | 2 +- .../AsyncRandomAccessReadDevice.qbk | 2 +- .../AsyncRandomAccessWriteDevice.qbk | 2 +- doc/requirements/AsyncReadStream.qbk | 2 +- doc/requirements/AsyncWriteStream.qbk | 2 +- doc/requirements/CompletionHandler.qbk | 2 +- doc/requirements/ConnectHandler.qbk | 2 +- doc/requirements/ConstBufferSequence.qbk | 2 +- doc/requirements/ConvertibleToConstBuffer.qbk | 2 +- .../ConvertibleToMutableBuffer.qbk | 2 +- doc/requirements/DatagramSocketService.qbk | 2 +- doc/requirements/DescriptorService.qbk | 2 +- doc/requirements/Endpoint.qbk | 2 +- doc/requirements/GettableSerialPortOption.qbk | 2 +- doc/requirements/GettableSocketOption.qbk | 2 +- doc/requirements/HandleService.qbk | 2 +- doc/requirements/Handler.qbk | 2 +- doc/requirements/InternetProtocol.qbk | 2 +- doc/requirements/IoControlCommand.qbk | 2 +- doc/requirements/IoObjectService.qbk | 2 +- doc/requirements/MutableBufferSequence.qbk | 2 +- doc/requirements/Protocol.qbk | 2 +- .../RandomAccessHandleService.qbk | 2 +- doc/requirements/RawSocketService.qbk | 2 +- doc/requirements/ReadHandler.qbk | 2 +- doc/requirements/ResolveHandler.qbk | 2 +- doc/requirements/ResolverService.qbk | 2 +- doc/requirements/SerialPortService.qbk | 2 +- doc/requirements/Service.qbk | 2 +- doc/requirements/SettableSerialPortOption.qbk | 2 +- doc/requirements/SettableSocketOption.qbk | 2 +- doc/requirements/SocketAcceptorService.qbk | 2 +- doc/requirements/SocketService.qbk | 2 +- doc/requirements/StreamDescriptorService.qbk | 2 +- doc/requirements/StreamHandleService.qbk | 2 +- doc/requirements/StreamSocketService.qbk | 2 +- .../SyncRandomAccessReadDevice.qbk | 2 +- .../SyncRandomAccessWriteDevice.qbk | 2 +- doc/requirements/SyncReadStream.qbk | 2 +- doc/requirements/SyncWriteStream.qbk | 2 +- doc/requirements/TimeTraits.qbk | 2 +- doc/requirements/TimerService.qbk | 2 +- doc/requirements/WaitHandler.qbk | 2 +- doc/requirements/WriteHandler.qbk | 2 +- doc/requirements/asynchronous_operations.qbk | 2 +- doc/std_exception_dox.txt | 2 +- doc/tutorial.qbk | 26 +++++++++---------- doc/tutorial.xsl | 4 +-- doc/using.qbk | 2 +- example/allocation/Jamfile | 2 +- example/allocation/Jamfile.v2 | 2 +- example/allocation/server.cpp | 2 +- example/buffers/Jamfile | 2 +- example/buffers/Jamfile.v2 | 2 +- example/buffers/reference_counted.cpp | 2 +- example/chat/Jamfile | 2 +- example/chat/Jamfile.v2 | 2 +- example/chat/chat_client.cpp | 2 +- example/chat/chat_message.hpp | 2 +- example/chat/chat_server.cpp | 2 +- example/chat/posix_chat_client.cpp | 2 +- example/echo/Jamfile | 2 +- example/echo/Jamfile.v2 | 2 +- example/echo/async_tcp_echo_server.cpp | 2 +- example/echo/async_udp_echo_server.cpp | 2 +- example/echo/blocking_tcp_echo_client.cpp | 2 +- example/echo/blocking_tcp_echo_server.cpp | 2 +- example/echo/blocking_udp_echo_client.cpp | 2 +- example/echo/blocking_udp_echo_server.cpp | 2 +- example/http/client/Jamfile | 2 +- example/http/client/Jamfile.v2 | 2 +- example/http/client/async_client.cpp | 2 +- example/http/client/sync_client.cpp | 2 +- example/http/doc_root/data_1K.html | 2 +- example/http/doc_root/data_2K.html | 2 +- example/http/doc_root/data_4K.html | 2 +- example/http/doc_root/data_8K.html | 2 +- example/http/server/Jamfile | 2 +- example/http/server/Jamfile.v2 | 2 +- example/http/server/connection.cpp | 2 +- example/http/server/connection.hpp | 2 +- example/http/server/connection_manager.cpp | 2 +- example/http/server/connection_manager.hpp | 2 +- example/http/server/header.hpp | 2 +- example/http/server/mime_types.cpp | 2 +- example/http/server/mime_types.hpp | 2 +- example/http/server/posix_main.cpp | 2 +- example/http/server/reply.cpp | 2 +- example/http/server/reply.hpp | 2 +- example/http/server/request.hpp | 2 +- example/http/server/request_handler.cpp | 2 +- example/http/server/request_handler.hpp | 2 +- example/http/server/request_parser.cpp | 2 +- example/http/server/request_parser.hpp | 2 +- example/http/server/server.cpp | 2 +- example/http/server/server.hpp | 2 +- example/http/server/win_main.cpp | 2 +- example/http/server2/Jamfile | 2 +- example/http/server2/Jamfile.v2 | 2 +- example/http/server2/connection.cpp | 2 +- example/http/server2/connection.hpp | 2 +- example/http/server2/header.hpp | 2 +- example/http/server2/io_service_pool.cpp | 2 +- example/http/server2/io_service_pool.hpp | 2 +- example/http/server2/mime_types.cpp | 2 +- example/http/server2/mime_types.hpp | 2 +- example/http/server2/posix_main.cpp | 2 +- example/http/server2/reply.cpp | 2 +- example/http/server2/reply.hpp | 2 +- example/http/server2/request.hpp | 2 +- example/http/server2/request_handler.cpp | 2 +- example/http/server2/request_handler.hpp | 2 +- example/http/server2/request_parser.cpp | 2 +- example/http/server2/request_parser.hpp | 2 +- example/http/server2/server.cpp | 2 +- example/http/server2/server.hpp | 2 +- example/http/server2/win_main.cpp | 2 +- example/http/server3/Jamfile | 2 +- example/http/server3/Jamfile.v2 | 2 +- example/http/server3/connection.cpp | 2 +- example/http/server3/connection.hpp | 2 +- example/http/server3/header.hpp | 2 +- example/http/server3/mime_types.cpp | 2 +- example/http/server3/mime_types.hpp | 2 +- example/http/server3/posix_main.cpp | 2 +- example/http/server3/reply.cpp | 2 +- example/http/server3/reply.hpp | 2 +- example/http/server3/request.hpp | 2 +- example/http/server3/request_handler.cpp | 2 +- example/http/server3/request_handler.hpp | 2 +- example/http/server3/request_parser.cpp | 2 +- example/http/server3/request_parser.hpp | 2 +- example/http/server3/server.cpp | 2 +- example/http/server3/server.hpp | 2 +- example/http/server3/win_main.cpp | 2 +- example/icmp/Jamfile | 2 +- example/icmp/Jamfile.v2 | 2 +- example/icmp/icmp_header.hpp | 2 +- example/icmp/ipv4_header.hpp | 2 +- example/icmp/ping.cpp | 2 +- example/invocation/Jamfile | 2 +- example/invocation/Jamfile.v2 | 2 +- example/invocation/prioritised_handlers.cpp | 2 +- example/iostreams/Jamfile | 2 +- example/iostreams/Jamfile.v2 | 2 +- example/iostreams/daytime_client.cpp | 2 +- example/iostreams/daytime_server.cpp | 2 +- example/local/Jamfile | 2 +- example/local/Jamfile.v2 | 2 +- example/local/connect_pair.cpp | 2 +- example/local/iostream_client.cpp | 2 +- example/local/stream_client.cpp | 2 +- example/local/stream_server.cpp | 2 +- example/multicast/Jamfile | 2 +- example/multicast/Jamfile.v2 | 2 +- example/multicast/receiver.cpp | 2 +- example/multicast/sender.cpp | 2 +- example/nonblocking/Jamfile | 2 +- example/nonblocking/Jamfile.v2 | 2 +- example/nonblocking/third_party_lib.cpp | 2 +- example/porthopper/Jamfile | 2 +- example/porthopper/Jamfile.v2 | 2 +- example/porthopper/client.cpp | 2 +- example/porthopper/protocol.hpp | 2 +- example/porthopper/server.cpp | 2 +- example/serialization/Jamfile | 2 +- example/serialization/Jamfile.v2 | 2 +- example/serialization/client.cpp | 2 +- example/serialization/connection.hpp | 2 +- example/serialization/server.cpp | 2 +- example/serialization/stock.hpp | 2 +- example/services/Jamfile | 2 +- example/services/Jamfile.v2 | 2 +- example/services/basic_logger.hpp | 2 +- example/services/daytime_client.cpp | 2 +- example/services/logger.hpp | 2 +- example/services/logger_service.cpp | 2 +- example/services/logger_service.hpp | 2 +- example/services/stream_socket_service.hpp | 2 +- example/socks4/Jamfile | 2 +- example/socks4/Jamfile.v2 | 2 +- example/socks4/socks4.hpp | 2 +- example/socks4/sync_client.cpp | 2 +- example/ssl/Jamfile | 2 +- example/ssl/Jamfile.v2 | 2 +- example/ssl/README | 2 +- example/ssl/client.cpp | 2 +- example/ssl/server.cpp | 2 +- example/timeouts/Jamfile | 2 +- example/timeouts/Jamfile.v2 | 2 +- example/timeouts/accept_timeout.cpp | 2 +- example/timeouts/connect_timeout.cpp | 2 +- example/timeouts/datagram_receive_timeout.cpp | 2 +- example/timeouts/stream_receive_timeout.cpp | 2 +- example/timers/Jamfile | 2 +- example/timers/Jamfile.v2 | 2 +- example/timers/tick_count_timer.cpp | 2 +- example/timers/time_t_timer.cpp | 2 +- example/tutorial/Jamfile | 2 +- example/tutorial/Jamfile.v2 | 2 +- example/tutorial/daytime1/client.cpp | 2 +- example/tutorial/daytime2/server.cpp | 2 +- example/tutorial/daytime3/server.cpp | 2 +- example/tutorial/daytime4/client.cpp | 2 +- example/tutorial/daytime5/server.cpp | 2 +- example/tutorial/daytime6/server.cpp | 2 +- example/tutorial/daytime7/server.cpp | 2 +- example/tutorial/daytime_dox.txt | 9 ++++--- example/tutorial/index_dox.txt | 2 +- example/tutorial/timer1/timer.cpp | 2 +- example/tutorial/timer2/timer.cpp | 2 +- example/tutorial/timer3/timer.cpp | 2 +- example/tutorial/timer4/timer.cpp | 2 +- example/tutorial/timer5/timer.cpp | 2 +- example/tutorial/timer_dox.txt | 2 +- example/windows/Jamfile | 2 +- example/windows/Jamfile.v2 | 2 +- example/windows/transmit_file.cpp | 2 +- include/boost/asio.hpp | 2 +- include/boost/asio/basic_datagram_socket.hpp | 2 +- include/boost/asio/basic_deadline_timer.hpp | 2 +- include/boost/asio/basic_io_object.hpp | 2 +- include/boost/asio/basic_raw_socket.hpp | 2 +- include/boost/asio/basic_serial_port.hpp | 2 +- include/boost/asio/basic_socket.hpp | 2 +- include/boost/asio/basic_socket_acceptor.hpp | 2 +- include/boost/asio/basic_socket_iostream.hpp | 2 +- include/boost/asio/basic_socket_streambuf.hpp | 2 +- include/boost/asio/basic_stream_socket.hpp | 2 +- include/boost/asio/basic_streambuf.hpp | 2 +- include/boost/asio/buffer.hpp | 2 +- include/boost/asio/buffered_read_stream.hpp | 2 +- .../boost/asio/buffered_read_stream_fwd.hpp | 2 +- include/boost/asio/buffered_stream.hpp | 2 +- include/boost/asio/buffered_stream_fwd.hpp | 2 +- include/boost/asio/buffered_write_stream.hpp | 2 +- .../boost/asio/buffered_write_stream_fwd.hpp | 2 +- include/boost/asio/buffers_iterator.hpp | 2 +- include/boost/asio/completion_condition.hpp | 2 +- .../boost/asio/datagram_socket_service.hpp | 2 +- include/boost/asio/deadline_timer.hpp | 2 +- include/boost/asio/deadline_timer_service.hpp | 2 +- include/boost/asio/detail/bind_handler.hpp | 2 +- .../boost/asio/detail/buffer_resize_guard.hpp | 2 +- .../asio/detail/buffered_stream_storage.hpp | 2 +- include/boost/asio/detail/call_stack.hpp | 2 +- .../asio/detail/const_buffers_iterator.hpp | 2 +- .../boost/asio/detail/consuming_buffers.hpp | 2 +- .../asio/detail/deadline_timer_service.hpp | 2 +- include/boost/asio/detail/descriptor_ops.hpp | 2 +- .../boost/asio/detail/dev_poll_reactor.hpp | 2 +- .../asio/detail/dev_poll_reactor_fwd.hpp | 2 +- include/boost/asio/detail/epoll_reactor.hpp | 2 +- .../boost/asio/detail/epoll_reactor_fwd.hpp | 2 +- include/boost/asio/detail/event.hpp | 2 +- .../detail/eventfd_select_interrupter.hpp | 2 +- include/boost/asio/detail/fd_set_adapter.hpp | 2 +- .../asio/detail/handler_alloc_helpers.hpp | 2 +- .../asio/detail/handler_base_from_member.hpp | 2 +- .../asio/detail/handler_invoke_helpers.hpp | 2 +- include/boost/asio/detail/handler_queue.hpp | 2 +- include/boost/asio/detail/hash_map.hpp | 2 +- .../asio/detail/indirect_handler_queue.hpp | 2 +- include/boost/asio/detail/io_control.hpp | 2 +- include/boost/asio/detail/kqueue_reactor.hpp | 2 +- .../boost/asio/detail/kqueue_reactor_fwd.hpp | 2 +- .../asio/detail/local_free_on_block_exit.hpp | 2 +- include/boost/asio/detail/mutex.hpp | 2 +- include/boost/asio/detail/noncopyable.hpp | 2 +- include/boost/asio/detail/null_event.hpp | 2 +- include/boost/asio/detail/null_mutex.hpp | 2 +- .../boost/asio/detail/null_signal_blocker.hpp | 2 +- include/boost/asio/detail/null_thread.hpp | 2 +- include/boost/asio/detail/null_tss_ptr.hpp | 2 +- .../boost/asio/detail/old_win_sdk_compat.hpp | 2 +- .../asio/detail/pipe_select_interrupter.hpp | 2 +- include/boost/asio/detail/pop_options.hpp | 2 +- include/boost/asio/detail/posix_event.hpp | 2 +- .../asio/detail/posix_fd_set_adapter.hpp | 2 +- include/boost/asio/detail/posix_mutex.hpp | 2 +- .../asio/detail/posix_signal_blocker.hpp | 2 +- include/boost/asio/detail/posix_thread.hpp | 2 +- include/boost/asio/detail/posix_tss_ptr.hpp | 2 +- include/boost/asio/detail/push_options.hpp | 2 +- .../detail/reactive_descriptor_service.hpp | 2 +- .../detail/reactive_serial_port_service.hpp | 2 +- .../asio/detail/reactive_socket_service.hpp | 2 +- .../boost/asio/detail/reactor_op_queue.hpp | 2 +- .../boost/asio/detail/resolver_service.hpp | 2 +- include/boost/asio/detail/scoped_lock.hpp | 2 +- .../boost/asio/detail/select_interrupter.hpp | 2 +- include/boost/asio/detail/select_reactor.hpp | 2 +- .../boost/asio/detail/select_reactor_fwd.hpp | 2 +- include/boost/asio/detail/service_base.hpp | 2 +- include/boost/asio/detail/service_id.hpp | 2 +- .../boost/asio/detail/service_registry.hpp | 2 +- .../asio/detail/service_registry_fwd.hpp | 2 +- include/boost/asio/detail/signal_blocker.hpp | 2 +- include/boost/asio/detail/signal_init.hpp | 2 +- include/boost/asio/detail/socket_holder.hpp | 2 +- include/boost/asio/detail/socket_ops.hpp | 2 +- include/boost/asio/detail/socket_option.hpp | 2 +- .../asio/detail/socket_select_interrupter.hpp | 2 +- include/boost/asio/detail/socket_types.hpp | 2 +- include/boost/asio/detail/strand_service.hpp | 2 +- include/boost/asio/detail/task_io_service.hpp | 2 +- .../asio/detail/task_io_service_2lock.hpp | 2 +- .../boost/asio/detail/task_io_service_fwd.hpp | 2 +- include/boost/asio/detail/thread.hpp | 2 +- include/boost/asio/detail/throw_error.hpp | 2 +- include/boost/asio/detail/timer_queue.hpp | 2 +- .../boost/asio/detail/timer_queue_base.hpp | 2 +- include/boost/asio/detail/tss_ptr.hpp | 2 +- include/boost/asio/detail/win_event.hpp | 2 +- .../boost/asio/detail/win_fd_set_adapter.hpp | 2 +- .../asio/detail/win_iocp_handle_service.hpp | 2 +- .../boost/asio/detail/win_iocp_io_service.hpp | 2 +- .../asio/detail/win_iocp_io_service_fwd.hpp | 2 +- .../asio/detail/win_iocp_overlapped_ptr.hpp | 2 +- .../detail/win_iocp_serial_port_service.hpp | 2 +- .../asio/detail/win_iocp_socket_service.hpp | 2 +- include/boost/asio/detail/win_mutex.hpp | 2 +- .../boost/asio/detail/win_signal_blocker.hpp | 2 +- include/boost/asio/detail/win_thread.hpp | 2 +- include/boost/asio/detail/win_tss_ptr.hpp | 2 +- include/boost/asio/detail/wince_thread.hpp | 2 +- include/boost/asio/detail/winsock_init.hpp | 2 +- include/boost/asio/detail/wrapped_handler.hpp | 2 +- include/boost/asio/error.hpp | 2 +- include/boost/asio/handler_alloc_hook.hpp | 2 +- include/boost/asio/handler_invoke_hook.hpp | 2 +- include/boost/asio/impl/io_service.ipp | 2 +- include/boost/asio/impl/read.ipp | 2 +- include/boost/asio/impl/read_at.ipp | 2 +- include/boost/asio/impl/read_until.ipp | 2 +- include/boost/asio/impl/serial_port_base.ipp | 2 +- include/boost/asio/impl/write.ipp | 2 +- include/boost/asio/impl/write_at.ipp | 2 +- include/boost/asio/io_service.hpp | 2 +- include/boost/asio/ip/address.hpp | 2 +- include/boost/asio/ip/address_v4.hpp | 2 +- include/boost/asio/ip/address_v6.hpp | 2 +- include/boost/asio/ip/basic_endpoint.hpp | 2 +- include/boost/asio/ip/basic_resolver.hpp | 2 +- .../boost/asio/ip/basic_resolver_entry.hpp | 2 +- .../boost/asio/ip/basic_resolver_iterator.hpp | 2 +- .../boost/asio/ip/basic_resolver_query.hpp | 2 +- .../boost/asio/ip/detail/socket_option.hpp | 2 +- include/boost/asio/ip/host_name.hpp | 2 +- include/boost/asio/ip/icmp.hpp | 2 +- include/boost/asio/ip/multicast.hpp | 2 +- include/boost/asio/ip/resolver_query_base.hpp | 2 +- include/boost/asio/ip/resolver_service.hpp | 2 +- include/boost/asio/ip/tcp.hpp | 2 +- include/boost/asio/ip/udp.hpp | 2 +- include/boost/asio/ip/unicast.hpp | 2 +- include/boost/asio/ip/v6_only.hpp | 2 +- include/boost/asio/is_read_buffered.hpp | 2 +- include/boost/asio/is_write_buffered.hpp | 2 +- include/boost/asio/local/basic_endpoint.hpp | 2 +- include/boost/asio/local/connect_pair.hpp | 2 +- .../boost/asio/local/datagram_protocol.hpp | 2 +- include/boost/asio/local/stream_protocol.hpp | 2 +- include/boost/asio/placeholders.hpp | 2 +- include/boost/asio/posix/basic_descriptor.hpp | 2 +- .../asio/posix/basic_stream_descriptor.hpp | 2 +- include/boost/asio/posix/descriptor_base.hpp | 2 +- .../boost/asio/posix/stream_descriptor.hpp | 2 +- .../asio/posix/stream_descriptor_service.hpp | 2 +- include/boost/asio/raw_socket_service.hpp | 2 +- include/boost/asio/read.hpp | 2 +- include/boost/asio/read_at.hpp | 2 +- include/boost/asio/read_until.hpp | 2 +- include/boost/asio/serial_port.hpp | 2 +- include/boost/asio/serial_port_base.hpp | 2 +- include/boost/asio/serial_port_service.hpp | 2 +- .../boost/asio/socket_acceptor_service.hpp | 2 +- include/boost/asio/socket_base.hpp | 2 +- include/boost/asio/ssl.hpp | 2 +- include/boost/asio/ssl/basic_context.hpp | 2 +- include/boost/asio/ssl/context.hpp | 2 +- include/boost/asio/ssl/context_base.hpp | 2 +- include/boost/asio/ssl/context_service.hpp | 2 +- .../ssl/detail/openssl_context_service.hpp | 2 +- .../boost/asio/ssl/detail/openssl_init.hpp | 2 +- .../ssl/detail/openssl_stream_service.hpp | 2 +- .../boost/asio/ssl/detail/openssl_types.hpp | 2 +- include/boost/asio/ssl/stream.hpp | 2 +- include/boost/asio/ssl/stream_base.hpp | 2 +- include/boost/asio/ssl/stream_service.hpp | 2 +- include/boost/asio/strand.hpp | 2 +- include/boost/asio/stream_socket_service.hpp | 2 +- include/boost/asio/streambuf.hpp | 2 +- include/boost/asio/time_traits.hpp | 2 +- include/boost/asio/version.hpp | 2 +- include/boost/asio/windows/basic_handle.hpp | 2 +- .../windows/basic_random_access_handle.hpp | 2 +- .../asio/windows/basic_stream_handle.hpp | 2 +- include/boost/asio/windows/overlapped_ptr.hpp | 2 +- .../asio/windows/random_access_handle.hpp | 2 +- .../windows/random_access_handle_service.hpp | 2 +- include/boost/asio/windows/stream_handle.hpp | 2 +- .../asio/windows/stream_handle_service.hpp | 2 +- include/boost/asio/write.hpp | 2 +- include/boost/asio/write_at.hpp | 2 +- test/Jamfile | 2 +- test/Jamfile.v2 | 2 +- test/archetypes/io_control_command.hpp | 2 +- test/basic_datagram_socket.cpp | 2 +- test/basic_deadline_timer.cpp | 2 +- test/basic_serial_port.cpp | 2 +- test/basic_socket_acceptor.cpp | 2 +- test/basic_stream_socket.cpp | 2 +- test/buffer.cpp | 2 +- test/buffered_read_stream.cpp | 2 +- test/buffered_stream.cpp | 2 +- test/buffered_write_stream.cpp | 2 +- test/buffers_iterator.cpp | 2 +- test/completion_condition.cpp | 2 +- test/datagram_socket_service.cpp | 2 +- test/deadline_timer.cpp | 2 +- test/deadline_timer_service.cpp | 2 +- test/error.cpp | 2 +- test/io_service.cpp | 2 +- test/ip/address.cpp | 2 +- test/ip/address_v4.cpp | 2 +- test/ip/address_v6.cpp | 2 +- test/ip/basic_endpoint.cpp | 2 +- test/ip/basic_resolver.cpp | 2 +- test/ip/basic_resolver_entry.cpp | 2 +- test/ip/basic_resolver_iterator.cpp | 2 +- test/ip/basic_resolver_query.cpp | 2 +- test/ip/host_name.cpp | 2 +- test/ip/multicast.cpp | 2 +- test/ip/resolver_query_base.cpp | 2 +- test/ip/resolver_service.cpp | 2 +- test/ip/tcp.cpp | 2 +- test/ip/udp.cpp | 2 +- test/ip/unicast.cpp | 2 +- test/ip/v6_only.cpp | 2 +- test/is_read_buffered.cpp | 2 +- test/is_write_buffered.cpp | 2 +- test/local/basic_endpoint.cpp | 2 +- test/local/connect_pair.cpp | 2 +- test/local/datagram_protocol.cpp | 2 +- test/local/stream_protocol.cpp | 2 +- test/placeholders.cpp | 2 +- test/posix/basic_descriptor.cpp | 2 +- test/posix/basic_stream_descriptor.cpp | 2 +- test/posix/descriptor_base.cpp | 2 +- test/posix/stream_descriptor.cpp | 2 +- test/posix/stream_descriptor_service.cpp | 2 +- test/read.cpp | 2 +- test/read_at.cpp | 2 +- test/read_until.cpp | 2 +- test/serial_port.cpp | 2 +- test/serial_port_base.cpp | 2 +- test/serial_port_service.cpp | 2 +- test/socket_acceptor_service.cpp | 2 +- test/socket_base.cpp | 2 +- test/ssl/Jamfile | 2 +- test/ssl/Jamfile.v2 | 2 +- test/ssl/basic_context.cpp | 2 +- test/ssl/context.cpp | 2 +- test/ssl/context_base.cpp | 2 +- test/ssl/context_service.cpp | 2 +- test/ssl/stream.cpp | 2 +- test/ssl/stream_base.cpp | 2 +- test/ssl/stream_service.cpp | 2 +- test/strand.cpp | 2 +- test/stream_socket_service.cpp | 2 +- test/time_traits.cpp | 2 +- test/unit_test.hpp | 2 +- test/windows/basic_handle.cpp | 2 +- test/windows/basic_random_access_handle.cpp | 2 +- test/windows/basic_stream_handle.cpp | 2 +- test/windows/overlapped_ptr.cpp | 2 +- test/windows/random_access_handle.cpp | 2 +- test/windows/random_access_handle_service.cpp | 2 +- test/windows/stream_handle.cpp | 2 +- test/windows/stream_handle_service.cpp | 2 +- test/write.cpp | 2 +- test/write_at.cpp | 2 +- 514 files changed, 533 insertions(+), 532 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index ad1226a4..d1c6f75a 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2010 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/doc/asio.qbk b/doc/asio.qbk index f91a6fac..ad6abdb0 100644 --- a/doc/asio.qbk +++ b/doc/asio.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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) @@ -7,7 +7,7 @@ [library Boost.Asio [quickbook 1.4] - [copyright 2003 - 2008 Christopher M. Kohlhoff] + [copyright 2003 - 2010 Christopher M. Kohlhoff] [purpose Networking library] [license Distributed under the Boost Software License, Version 1.0. diff --git a/doc/doxy2qbk.pl b/doc/doxy2qbk.pl index 613ebb19..fc7e814d 100644 --- a/doc/doxy2qbk.pl +++ b/doc/doxy2qbk.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2010 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/doc/examples.qbk b/doc/examples.qbk index 07f92fa1..c83e78d5 100644 --- a/doc/examples.qbk +++ b/doc/examples.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/history.qbk b/doc/history.qbk index 4c0692c1..392f2bbb 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/index.xml b/doc/index.xml index 0cac31fd..575800d1 100644 --- a/doc/index.xml +++ b/doc/index.xml @@ -2,7 +2,7 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements.qbk b/doc/requirements.qbk index 89437668..23798e1a 100644 --- a/doc/requirements.qbk +++ b/doc/requirements.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/AcceptHandler.qbk b/doc/requirements/AcceptHandler.qbk index 3b6b989e..d559c82b 100644 --- a/doc/requirements/AcceptHandler.qbk +++ b/doc/requirements/AcceptHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/AsyncRandomAccessReadDevice.qbk b/doc/requirements/AsyncRandomAccessReadDevice.qbk index 444416b8..37534490 100644 --- a/doc/requirements/AsyncRandomAccessReadDevice.qbk +++ b/doc/requirements/AsyncRandomAccessReadDevice.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/AsyncRandomAccessWriteDevice.qbk b/doc/requirements/AsyncRandomAccessWriteDevice.qbk index cc3ef666..652d6c04 100644 --- a/doc/requirements/AsyncRandomAccessWriteDevice.qbk +++ b/doc/requirements/AsyncRandomAccessWriteDevice.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/AsyncReadStream.qbk b/doc/requirements/AsyncReadStream.qbk index 3d07c76f..61e123e1 100644 --- a/doc/requirements/AsyncReadStream.qbk +++ b/doc/requirements/AsyncReadStream.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/AsyncWriteStream.qbk b/doc/requirements/AsyncWriteStream.qbk index 39a5dbef..40113b96 100644 --- a/doc/requirements/AsyncWriteStream.qbk +++ b/doc/requirements/AsyncWriteStream.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/CompletionHandler.qbk b/doc/requirements/CompletionHandler.qbk index 2e507b68..d970aac0 100644 --- a/doc/requirements/CompletionHandler.qbk +++ b/doc/requirements/CompletionHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/ConnectHandler.qbk b/doc/requirements/ConnectHandler.qbk index 95cb1461..545d2900 100644 --- a/doc/requirements/ConnectHandler.qbk +++ b/doc/requirements/ConnectHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/ConstBufferSequence.qbk b/doc/requirements/ConstBufferSequence.qbk index 57035424..96aae417 100644 --- a/doc/requirements/ConstBufferSequence.qbk +++ b/doc/requirements/ConstBufferSequence.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/ConvertibleToConstBuffer.qbk b/doc/requirements/ConvertibleToConstBuffer.qbk index f0216330..459208c8 100644 --- a/doc/requirements/ConvertibleToConstBuffer.qbk +++ b/doc/requirements/ConvertibleToConstBuffer.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/ConvertibleToMutableBuffer.qbk b/doc/requirements/ConvertibleToMutableBuffer.qbk index 8b6c05f5..271d0070 100644 --- a/doc/requirements/ConvertibleToMutableBuffer.qbk +++ b/doc/requirements/ConvertibleToMutableBuffer.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/DatagramSocketService.qbk b/doc/requirements/DatagramSocketService.qbk index 76557916..b66cba9c 100644 --- a/doc/requirements/DatagramSocketService.qbk +++ b/doc/requirements/DatagramSocketService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/DescriptorService.qbk b/doc/requirements/DescriptorService.qbk index aa314b86..b4cb372e 100644 --- a/doc/requirements/DescriptorService.qbk +++ b/doc/requirements/DescriptorService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/Endpoint.qbk b/doc/requirements/Endpoint.qbk index 38618e4f..54afd430 100644 --- a/doc/requirements/Endpoint.qbk +++ b/doc/requirements/Endpoint.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/GettableSerialPortOption.qbk b/doc/requirements/GettableSerialPortOption.qbk index 79faf1c7..199e36a5 100644 --- a/doc/requirements/GettableSerialPortOption.qbk +++ b/doc/requirements/GettableSerialPortOption.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/GettableSocketOption.qbk b/doc/requirements/GettableSocketOption.qbk index c5da92b7..803cc7d5 100644 --- a/doc/requirements/GettableSocketOption.qbk +++ b/doc/requirements/GettableSocketOption.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/HandleService.qbk b/doc/requirements/HandleService.qbk index 914c714c..f1ccb188 100644 --- a/doc/requirements/HandleService.qbk +++ b/doc/requirements/HandleService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/Handler.qbk b/doc/requirements/Handler.qbk index a28e5a7d..611d92f5 100644 --- a/doc/requirements/Handler.qbk +++ b/doc/requirements/Handler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/InternetProtocol.qbk b/doc/requirements/InternetProtocol.qbk index d1ddb841..8c233a80 100644 --- a/doc/requirements/InternetProtocol.qbk +++ b/doc/requirements/InternetProtocol.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/IoControlCommand.qbk b/doc/requirements/IoControlCommand.qbk index c27950b8..9ed60e76 100644 --- a/doc/requirements/IoControlCommand.qbk +++ b/doc/requirements/IoControlCommand.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/IoObjectService.qbk b/doc/requirements/IoObjectService.qbk index 72aa7d0a..6f9b0d3d 100644 --- a/doc/requirements/IoObjectService.qbk +++ b/doc/requirements/IoObjectService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/MutableBufferSequence.qbk b/doc/requirements/MutableBufferSequence.qbk index 54cf8b5e..69d6f2d2 100644 --- a/doc/requirements/MutableBufferSequence.qbk +++ b/doc/requirements/MutableBufferSequence.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/Protocol.qbk b/doc/requirements/Protocol.qbk index cd99ce11..d25abae4 100644 --- a/doc/requirements/Protocol.qbk +++ b/doc/requirements/Protocol.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/RandomAccessHandleService.qbk b/doc/requirements/RandomAccessHandleService.qbk index 9c241e19..6b09d9cf 100644 --- a/doc/requirements/RandomAccessHandleService.qbk +++ b/doc/requirements/RandomAccessHandleService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/RawSocketService.qbk b/doc/requirements/RawSocketService.qbk index 16eeb9e8..b24a6e76 100644 --- a/doc/requirements/RawSocketService.qbk +++ b/doc/requirements/RawSocketService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/ReadHandler.qbk b/doc/requirements/ReadHandler.qbk index 8f155722..aa94ff33 100644 --- a/doc/requirements/ReadHandler.qbk +++ b/doc/requirements/ReadHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/ResolveHandler.qbk b/doc/requirements/ResolveHandler.qbk index e26bdabe..eacc55f1 100644 --- a/doc/requirements/ResolveHandler.qbk +++ b/doc/requirements/ResolveHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/ResolverService.qbk b/doc/requirements/ResolverService.qbk index 30e9eff1..de1117af 100644 --- a/doc/requirements/ResolverService.qbk +++ b/doc/requirements/ResolverService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/SerialPortService.qbk b/doc/requirements/SerialPortService.qbk index de84fae9..d35d6808 100644 --- a/doc/requirements/SerialPortService.qbk +++ b/doc/requirements/SerialPortService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/Service.qbk b/doc/requirements/Service.qbk index d8a62729..345eed67 100644 --- a/doc/requirements/Service.qbk +++ b/doc/requirements/Service.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/SettableSerialPortOption.qbk b/doc/requirements/SettableSerialPortOption.qbk index 0649e2d9..4f177449 100644 --- a/doc/requirements/SettableSerialPortOption.qbk +++ b/doc/requirements/SettableSerialPortOption.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/SettableSocketOption.qbk b/doc/requirements/SettableSocketOption.qbk index b19e01d2..eb6d1264 100644 --- a/doc/requirements/SettableSocketOption.qbk +++ b/doc/requirements/SettableSocketOption.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/SocketAcceptorService.qbk b/doc/requirements/SocketAcceptorService.qbk index 404cc2f9..86b1337c 100644 --- a/doc/requirements/SocketAcceptorService.qbk +++ b/doc/requirements/SocketAcceptorService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/SocketService.qbk b/doc/requirements/SocketService.qbk index 7e0e14b7..93782705 100644 --- a/doc/requirements/SocketService.qbk +++ b/doc/requirements/SocketService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/StreamDescriptorService.qbk b/doc/requirements/StreamDescriptorService.qbk index 18259d22..c86fd5b8 100644 --- a/doc/requirements/StreamDescriptorService.qbk +++ b/doc/requirements/StreamDescriptorService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/StreamHandleService.qbk b/doc/requirements/StreamHandleService.qbk index ae8c2c29..6971f1ea 100644 --- a/doc/requirements/StreamHandleService.qbk +++ b/doc/requirements/StreamHandleService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/StreamSocketService.qbk b/doc/requirements/StreamSocketService.qbk index 72723cb2..47cf35fb 100644 --- a/doc/requirements/StreamSocketService.qbk +++ b/doc/requirements/StreamSocketService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/SyncRandomAccessReadDevice.qbk b/doc/requirements/SyncRandomAccessReadDevice.qbk index f8f573a4..f10970ac 100644 --- a/doc/requirements/SyncRandomAccessReadDevice.qbk +++ b/doc/requirements/SyncRandomAccessReadDevice.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/SyncRandomAccessWriteDevice.qbk b/doc/requirements/SyncRandomAccessWriteDevice.qbk index d036fea6..6f431724 100644 --- a/doc/requirements/SyncRandomAccessWriteDevice.qbk +++ b/doc/requirements/SyncRandomAccessWriteDevice.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/SyncReadStream.qbk b/doc/requirements/SyncReadStream.qbk index 11f97b85..e9ca4935 100644 --- a/doc/requirements/SyncReadStream.qbk +++ b/doc/requirements/SyncReadStream.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/SyncWriteStream.qbk b/doc/requirements/SyncWriteStream.qbk index 8285848a..51056485 100644 --- a/doc/requirements/SyncWriteStream.qbk +++ b/doc/requirements/SyncWriteStream.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/TimeTraits.qbk b/doc/requirements/TimeTraits.qbk index 947b9c33..67a543d2 100644 --- a/doc/requirements/TimeTraits.qbk +++ b/doc/requirements/TimeTraits.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/TimerService.qbk b/doc/requirements/TimerService.qbk index f66480bf..5874bbc5 100644 --- a/doc/requirements/TimerService.qbk +++ b/doc/requirements/TimerService.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/WaitHandler.qbk b/doc/requirements/WaitHandler.qbk index c8ba5edc..29f791a8 100644 --- a/doc/requirements/WaitHandler.qbk +++ b/doc/requirements/WaitHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/WriteHandler.qbk b/doc/requirements/WriteHandler.qbk index 12260a31..761eccab 100644 --- a/doc/requirements/WriteHandler.qbk +++ b/doc/requirements/WriteHandler.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/requirements/asynchronous_operations.qbk b/doc/requirements/asynchronous_operations.qbk index 5e630e20..49a4dfea 100644 --- a/doc/requirements/asynchronous_operations.qbk +++ b/doc/requirements/asynchronous_operations.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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/doc/std_exception_dox.txt b/doc/std_exception_dox.txt index 5df00a97..9fc0f4ad 100644 --- a/doc/std_exception_dox.txt +++ b/doc/std_exception_dox.txt @@ -1,5 +1,5 @@ // -// Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2010 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/doc/tutorial.qbk b/doc/tutorial.qbk index 649a88f2..c9f2d48e 100644 --- a/doc/tutorial.qbk +++ b/doc/tutorial.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2010 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) @@ -142,7 +142,7 @@ Next: [link boost_asio.tutorial.tuttimer2 Timer.2 - Using a timer asynchronously ``''''''``// timer.cpp ``''''''``// ~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2010 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) @@ -242,7 +242,7 @@ Next: [link boost_asio.tutorial.tuttimer3 Timer.3 - Binding arguments to a handl ``''''''``// timer.cpp ``''''''``// ~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2010 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) @@ -390,7 +390,7 @@ Next: [link boost_asio.tutorial.tuttimer4 Timer.4 - Using a member function as a ``''''''``// timer.cpp ``''''''``// ~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2010 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) @@ -551,7 +551,7 @@ Next: [link boost_asio.tutorial.tuttimer5 Timer.5 - Synchronising handlers in mu ``''''''``// timer.cpp ``''''''``// ~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2010 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) @@ -751,7 +751,7 @@ Previous: [link boost_asio.tutorial.tuttimer4 Timer.4 - Using a member function ``''''''``// timer.cpp ``''''''``// ~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2010 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) @@ -967,7 +967,7 @@ Next: [link boost_asio.tutorial.tutdaytime2 Daytime.2 - A synchronous TCP daytim ``''''''``// client.cpp ``''''''``// ~~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2010 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) @@ -1135,7 +1135,7 @@ Next: [link boost_asio.tutorial.tutdaytime3 Daytime.3 - An asynchronous TCP dayt ``''''''``// server.cpp ``''''''``// ~~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2010 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) @@ -1387,7 +1387,7 @@ Next: [link boost_asio.tutorial.tutdaytime4 Daytime.4 - A synchronous UDP daytim ``''''''``// server.cpp ``''''''``// ~~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2010 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) @@ -1607,7 +1607,7 @@ Next: [link boost_asio.tutorial.tutdaytime5 Daytime.5 - A synchronous UDP daytim ``''''''``// client.cpp ``''''''``// ~~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2010 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) @@ -1750,7 +1750,7 @@ Next: [link boost_asio.tutorial.tutdaytime6 Daytime.6 - An asynchronous UDP dayt ``''''''``// server.cpp ``''''''``// ~~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2010 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) @@ -1968,7 +1968,7 @@ Next: [link boost_asio.tutorial.tutdaytime7 Daytime.7 - A combined TCP/UDP async ``''''''``// server.cpp ``''''''``// ~~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2010 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) @@ -2246,7 +2246,7 @@ Previous: [link boost_asio.tutorial.tutdaytime6 Daytime.6 - An asynchronous UDP ``''''''``// server.cpp ``''''''``// ~~~~~~~~~~ ``''''''``// - ``''''''``// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) + ``''''''``// Copyright (c) 2003-2010 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/doc/tutorial.xsl b/doc/tutorial.xsl index ea5241d0..41173e8f 100644 --- a/doc/tutorial.xsl +++ b/doc/tutorial.xsl @@ -2,7 +2,7 @@