comparison mupdf-source/thirdparty/mujs/docs/license.html @ 3:2c135c81b16c

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