|
1 | 1 | [/ |
2 | | - (C) Copyright 2008, 2009 Glyn Matthews. |
| 2 | + (C) Copyright 2008, 2009, 2010 Glyn Matthews. |
3 | 3 | Distributed under the Boost Software License, Version 1.0. |
4 | 4 | (See accompanying file LICENSE_1_0.txt or copy at |
5 | 5 | http://www.boost.org/LICENSE_1_0.txt). |
6 | 6 | ] |
7 | 7 |
|
8 | 8 | [article C++ Network Library |
9 | 9 | [quickbook 1.4] |
10 | | - [version 0.5] |
| 10 | + [version 0.6] |
11 | 11 | [authors [Matthews, Glyn], [Berris, Dean Michael]] |
12 | 12 | [copyright 2008, 2009, 2010 Glyn Matthews, Dean Michael Berris] |
13 | 13 | [purpose C++ library for general network programming] |
|
34 | 34 | [def __libcurl__ [@http://curl.haxx.se/ libcurl]] |
35 | 35 | [def __mozilla_netlib__ [@http://www.mozilla.org/projects/netlib/ mozilla-netlib]] |
36 | 36 | [def __sf_cpp_netlib__ [@http://sourceforge.net/projects/cpp-netlib/ sourceforge]] |
37 | | -[def __github__ [@http://github.com/mikhailberis/cpp-netlib github]] |
| 37 | +[def __github__ [@http://github.com/cpp-netlib/cpp-netlib github]] |
38 | 38 | [def __default_constructible__ [@http://www.boost.org/doc/html/DefaultConstructible.html DefaultConstructible]] |
39 | 39 | [def __copy_constructible__ [@http://www.boost.org/doc/html/CopyConstructible.html CopyConstructible]] |
40 | 40 | [def __assignable__ [@http://www.boost.org/doc/html/Assignable.html Assignable]] |
|