From 299a641c9fd1aa2181014e7d198ad54f0fe328ec Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 23 Sep 2006 14:53:07 +0000 Subject: [PATCH] Merge from head to RC_1_34_0. [SVN r35289] --- hash/doc/changes.qbk | 5 +++++ hash/doc/disable.qbk | 5 +++++ hash/doc/intro.qbk | 5 +++++ hash/doc/links.qbk | 5 +++++ hash/doc/portability.qbk | 5 +++++ hash/doc/thanks.qbk | 5 +++++ hash/doc/tutorial.qbk | 5 +++++ 7 files changed, 35 insertions(+) diff --git a/hash/doc/changes.qbk b/hash/doc/changes.qbk index fdb5b32..c8f8046 100644 --- a/hash/doc/changes.qbk +++ b/hash/doc/changes.qbk @@ -1,3 +1,8 @@ + +[/ Copyright 2005-2006 Daniel James. + / 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) ] + [section:changes Change Log] [h2 Boost 1.33.0] diff --git a/hash/doc/disable.qbk b/hash/doc/disable.qbk index 609e4d5..62b4d31 100644 --- a/hash/doc/disable.qbk +++ b/hash/doc/disable.qbk @@ -1,3 +1,8 @@ + +[/ Copyright 2005-2006 Daniel James. + / 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) ] + [section:disable Disabling The Extensions] While [classref boost::hash]'s extensions are generally useful, you might want diff --git a/hash/doc/intro.qbk b/hash/doc/intro.qbk index bb4e998..a4f3be3 100644 --- a/hash/doc/intro.qbk +++ b/hash/doc/intro.qbk @@ -1,3 +1,8 @@ + +[/ Copyright 2005-2006 Daniel James. + / 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) ] + [section:intro Introduction] [def __tr1-full__ diff --git a/hash/doc/links.qbk b/hash/doc/links.qbk index e5e5007..4217f5f 100644 --- a/hash/doc/links.qbk +++ b/hash/doc/links.qbk @@ -1,3 +1,8 @@ + +[/ Copyright 2005-2006 Daniel James. + / 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) ] + [section:links Links] [*A Proposal to Add Hash Tables to the Standard Library]\n diff --git a/hash/doc/portability.qbk b/hash/doc/portability.qbk index 04cafc2..6c20799 100644 --- a/hash/doc/portability.qbk +++ b/hash/doc/portability.qbk @@ -1,3 +1,8 @@ + +[/ Copyright 2005-2006 Daniel James. + / 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) ] + [section:portability Portability] [def __boost_hash__ [classref boost::hash]] diff --git a/hash/doc/thanks.qbk b/hash/doc/thanks.qbk index 5dc20e5..1b67c71 100644 --- a/hash/doc/thanks.qbk +++ b/hash/doc/thanks.qbk @@ -1,3 +1,8 @@ + +[/ Copyright 2005-2006 Daniel James. + / 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) ] + [section:acknowledgements Acknowledgements] This library is based on the design by Peter Dimov's original design. diff --git a/hash/doc/tutorial.qbk b/hash/doc/tutorial.qbk index d68fe6e..cf17c7a 100644 --- a/hash/doc/tutorial.qbk +++ b/hash/doc/tutorial.qbk @@ -1,3 +1,8 @@ + +[/ Copyright 2005-2006 Daniel James. + / 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) ] + [def __multi-index-short__ [@../../libs/multi_index/doc/index.html Boost.MultiIndex]]