license.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link href="style.css" rel="stylesheet">
  5. <title>MuJS License</title>
  6. </head>
  7. <body>
  8. <header>
  9. <h1>MuJS License</h1>
  10. </header>
  11. <nav>
  12. <a href="introduction.html">Introduction</a>
  13. <a href="reference.html">Reference</a>
  14. <a href="examples.html">Examples</a>
  15. <a href="license.html">License</a>
  16. <a href="http://git.ghostscript.com/?p=mujs.git;a=summary">Source</a>
  17. <a href="https://bugs.ghostscript.com/">Bugs</a>
  18. </nav>
  19. <article>
  20. <p>
  21. MuJS is Copyright &copy; 2013-2017 Artifex Software, Inc.
  22. <p>
  23. Permission to use, copy, modify, and/or distribute this software for any
  24. purpose with or without fee is hereby granted, provided that the above
  25. copyright notice and this permission notice appear in all copies.
  26. <p>
  27. The software is provided "as is" and the author disclaims all warranties with
  28. regard to this software including all implied warranties of merchantability and
  29. fitness. In no event shall the author be liable for any special, direct,
  30. indirect, or consequential damages or any damages whatsoever resulting from
  31. loss of use, data or profits, whether in an action of contract, negligence or
  32. other tortious action, arising out of or in connection with the use or
  33. performance of this software.
  34. </article>
  35. <footer>
  36. <a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a>
  37. Copyright &copy; 2013-2017 Artifex Software Inc.
  38. </footer>
  39. </body>
  40. </html>