From 8a1335458af783b2c9f9d5c0b23d006bdd2aaeb0 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 20 Sep 2022 21:09:17 +0300 Subject: [PATCH] Update Acknowledgements section --- doc/hash/thanks.adoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/hash/thanks.adoc b/doc/hash/thanks.adoc index d46c249..bd09a08 100644 --- a/doc/hash/thanks.adoc +++ b/doc/hash/thanks.adoc @@ -1,6 +1,13 @@ +//// +Copyright 2005-2008 Daniel James +Copyright 2022 Christian Mazakas +Copyright 2022 Peter Dimov +Distributed under the Boost Software License, Version 1.0. +https://www.boost.org/LICENSE_1_0.txt +//// + [#thanks] = Acknowledgements - :idprefix: thanks_ This library is based on the design by Peter Dimov. During the initial development Joaquín M López Muñoz made many useful suggestions and contributed fixes. @@ -12,3 +19,5 @@ The implementation of the hash function for pointers is based on suggestions mad Some useful improvements to the floating point hash algorithm were suggested by Daniel Krügler. The original implementation came from Jeremy B. Maitin-Shepard's hash table library, although this is a complete rewrite. + +The documentation was converted from Quickbook to AsciiDoc by Christian Mazakas.