LICENSE.html 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>&lt;no title&gt; &#8212; Boost.HigherOrderFunctions 0.6 documentation</title>
  7. <link rel="stylesheet" href="_static/boostbook.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: './',
  12. VERSION: '0.6',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true,
  16. SOURCELINK_SUFFIX: '.txt'
  17. };
  18. </script>
  19. <script type="text/javascript" src="_static/jquery.js"></script>
  20. <script type="text/javascript" src="_static/underscore.js"></script>
  21. <script type="text/javascript" src="_static/doctools.js"></script>
  22. <link rel="index" title="Index" href="genindex.html" />
  23. <link rel="search" title="Search" href="search.html" />
  24. </head>
  25. <body role="document">
  26. <table cellpadding="2" width="100%"><tr>
  27. <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86"src="_static/boost.png"></td>
  28. </tr></table>
  29. <div class="spirit-nav">
  30. <a accesskey="p" ><img src="_static/prev.png" alt="Prev"></a>
  31. <a accesskey="u" href="doc/index.html"><img src="_static/up.png" alt="Up"></a>
  32. <a accesskey="h" href="doc/index.html"><img src="_static/home.png" alt="Home"></a>
  33. <a accesskey="n" ><img src="_static/next.png" alt="Next"></a>
  34. </div>
  35. <div class="document">
  36. <div class="chapter">
  37. <div class="body" role="main">
  38. <p>Copyright Paul Fultz II 2016-2018</p>
  39. <p>Boost Software License - Version 1.0 - August 17th, 2003</p>
  40. <p>Permission is hereby granted, free of charge, to any person or organization
  41. obtaining a copy of the software and accompanying documentation covered by
  42. this license (the &#8220;Software&#8221;) to use, reproduce, display, distribute,
  43. execute, and transmit the Software, and to prepare derivative works of the
  44. Software, and to permit third-parties to whom the Software is furnished to
  45. do so, all subject to the following:</p>
  46. <p>The copyright notices in the Software and this entire statement, including
  47. the above license grant, this restriction and the following disclaimer,
  48. must be included in all copies of the Software, in whole or in part, and
  49. all derivative works of the Software, unless such copies or derivative
  50. works are solely in the form of machine-executable object code generated by
  51. a source language processor.</p>
  52. <p>THE SOFTWARE IS PROVIDED &#8220;AS IS&#8221;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  53. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  54. FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
  55. SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
  56. FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
  57. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  58. DEALINGS IN THE SOFTWARE.</p>
  59. </div>
  60. </div>
  61. <div class="clearer"></div>
  62. </div>
  63. <div class="footer" role="contentinfo">
  64. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  65. <td align="left"></td>
  66. <td align="right"><div class="copyright-footer">
  67. &#169; Copyright 2016, Paul Fultz II.
  68. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6.
  69. <p>Distributed under the Boost Software License, Version 1.0.
  70. (See accompanying file <code class="filename">LICENSE_1_0.txt</code> or copy at
  71. <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
  72. </p>
  73. </div></td>
  74. </tr></table>
  75. </div>
  76. </body>
  77. </html>