footer.htm 504 B

1234567891011121314
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  4. <body>
  5. <p>© Copyright Christophe Henry, 2010</p>
  6. <p>Distributed under the Boost Software License, Version 1.0. (See
  7. accompanying file <a href="../../LICENSE_1_0.txt">
  8. LICENSE_1_0.txt</a> or copy at
  9. <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
  10. </body>
  11. </html>