| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <!DOCTYPE html>
- <html>
- <head>
- <link href="style.css" rel="stylesheet">
- <title>MuJS License</title>
- </head>
- <body>
- <header>
- <h1>MuJS License</h1>
- </header>
- <nav>
- <a href="introduction.html">Introduction</a>
- <a href="reference.html">Reference</a>
- <a href="examples.html">Examples</a>
- <a href="license.html">License</a>
- <a href="http://git.ghostscript.com/?p=mujs.git;a=summary">Source</a>
- <a href="https://bugs.ghostscript.com/">Bugs</a>
- </nav>
- <article>
- <p>
- MuJS is Copyright © 2013-2017 Artifex Software, Inc.
- <p>
- Permission to use, copy, modify, and/or distribute this software for any
- purpose with or without fee is hereby granted, provided that the above
- copyright notice and this permission notice appear in all copies.
- <p>
- The software is provided "as is" and the author disclaims all warranties with
- regard to this software including all implied warranties of merchantability and
- fitness. In no event shall the author be liable for any special, direct,
- indirect, or consequential damages or any damages whatsoever resulting from
- loss of use, data or profits, whether in an action of contract, negligence or
- other tortious action, arising out of or in connection with the use or
- performance of this software.
- </article>
- <footer>
- <a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a>
- Copyright © 2013-2017 Artifex Software Inc.
- </footer>
- </body>
- </html>
|