acknowledgements.qbk 876 B

1234567891011121314151617181920212223242526272829303132
  1. [/
  2. Boost.Config
  3. Copyright (c) 2001 Beman Dawes
  4. Copyright (c) 2001 Vesa Karvonen
  5. Copyright (c) 2001 John Maddock
  6. Distributed under the Boost Software License, Version 1.0.
  7. (See accompanying file LICENSE_1_0.txt or copy at
  8. http://www.boost.org/LICENSE_1_0.txt)
  9. ]
  10. [section Acknowledgements]
  11. Beman Dawes provided the original `config.hpp` and part of this document.
  12. Vesa Karvonen provided a description of the principles (see
  13. [link boost_config.rationale rationale]) and put together an early version of
  14. the current configuration setup.
  15. John Maddock put together the configuration current code, the test
  16. programs, the configuration script and the reference section of this
  17. document.
  18. Matias Capeletto converted the docs to quickbook format.
  19. Numerous boost members, past and present, have contributed fixes to boost's
  20. configuration.
  21. [endsect]