Update doc copyrights

This commit is contained in:
Vinnie Falco
2017-07-28 19:32:33 -07:00
parent 8bf86bd2fa
commit 61b2b63b57
47 changed files with 140 additions and 46 deletions

View File

@ -16,6 +16,7 @@ Version 91:
* Move benchmarks to bench/ * Move benchmarks to bench/
* Fix doc title * Fix doc title
* Build stand-alone doc * Build stand-alone doc
* Update doc copyrights
WebSocket: WebSocket:

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[library Boost.Beast [library Boost.Beast

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Introduction] [section Introduction]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Quick Start] [section Quick Start]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section:using_io Using I/O] [section:using_io Using I/O]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Asio Refresher] [section Asio Refresher]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Stream Types] [section Stream Types]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Buffer Types] [section Buffer Types]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Files] [section Files]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Writing Composed Operations] [section Writing Composed Operations]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Example: Detect SSL] [section Example: Detect SSL]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Using HTTP] [section Using HTTP]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Protocol Primer] [section Protocol Primer]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Message Containers] [section Message Containers]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Message Stream Operations] [section Message Stream Operations]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Serializer Stream Operations] [section Serializer Stream Operations]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Parser Stream Operations] [section Parser Stream Operations]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Buffer-Oriented Serializing] [section Buffer-Oriented Serializing]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Buffer-Oriented Parsing] [section Buffer-Oriented Parsing]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Chunked Encoding] [section Chunked Encoding]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Custom Body Types] [section Custom Body Types]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Custom Parsers] [section Custom Parsers]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section More Examples] [section More Examples]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Using WebSocket] [section Using WebSocket]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Creating Streams] [section Creating Streams]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Establishing Connections] [section Establishing Connections]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Handshaking (Clients)] [section Handshaking (Clients)]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Handshaking (Servers)] [section Handshaking (Servers)]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Send and Receive Messages] [section Send and Receive Messages]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Control Frames] [section Control Frames]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Notes] [section Notes]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section:concepts Concepts] [section:concepts Concepts]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section:Body Body] [section:Body Body]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section:BodyReader BodyReader] [section:BodyReader BodyReader]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section:BodyWriter BodyWriter] [section:BodyWriter BodyWriter]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section:BufferSequence BufferSequence] [section:BufferSequence BufferSequence]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section:DynamicBuffer DynamicBuffer] [section:DynamicBuffer DynamicBuffer]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section:Fields Fields] [section:Fields Fields]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section:FieldsReader FieldsReader] [section:FieldsReader FieldsReader]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section:streams Streams] [section:streams Streams]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Design Choices] [section Design Choices]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section HTTP Message Container] [section HTTP Message Container]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section HTTP Comparison to Other Libraries] [section HTTP Comparison to Other Libraries]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section Comparison to Zaphoyd Studios WebSocket++] [section Comparison to Zaphoyd Studios WebSocket++]

View File

@ -1,8 +1,10 @@
[/ [/
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
] ]
[section FAQ] [section FAQ]

View File

@ -1,10 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "../../../../tools/boostbook/dtd/boostbook.dtd"> <!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "../../../../tools/boostbook/dtd/boostbook.dtd">
<!-- <!--
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
--> -->
<section id="beast.index"> <section id="beast.index">

View File

@ -2,10 +2,13 @@
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "../../../../tools/boostbook/dtd/boostbook.dtd"> <!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "../../../../tools/boostbook/dtd/boostbook.dtd">
<!-- <!--
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Official repository: https://github.com/boostorg/beast
--> -->
<informaltable frame="all"> <informaltable frame="all">