]> git.proxmox.com Git - mirror_novnc.git/blob - LICENSE.txt
Vendor an ES6-modules-compatible Pako
[mirror_novnc.git] / LICENSE.txt
1 noVNC is Copyright (C) 2011 Joel Martin <github@martintribe.org>
2
3 The noVNC core library files are licensed under the MPL 2.0 (Mozilla
4 Public License 2.0). The noVNC core library is composed of the
5 Javascript code necessary for full noVNC operation. This includes (but
6 is not limited to):
7
8 core/base64.js
9 core/des.js
10 core/display.js
11 core/input/devices.js
12 core/input/keysym.js
13 core/logo.js
14 core/playback.js
15 core/rfb.js
16 app/ui.js
17 core/util.js
18 core/websock.js
19 app/webutil.js
20 core/input/xtscancodes.js
21 core/inflator.js
22
23 The HTML, CSS, font and images files that included with the noVNC
24 source distibution (or repository) are not considered part of the
25 noVNC core library and are licensed under more permissive licenses.
26 The intent is to allow easy integration of noVNC into existing web
27 sites and web applications.
28
29 The HTML, CSS, font and image files are licensed as follows:
30
31 *.html : 2-Clause BSD license
32
33 app/styles/*.css : 2-Clause BSD license
34
35 app/styles/Orbitron* : SIL Open Font License 1.1
36 (Copyright 2009 Matt McInerney)
37
38 app/images/ : Creative Commons Attribution-ShareAlike
39 http://creativecommons.org/licenses/by-sa/3.0/
40
41 Some portions of noVNC are copyright to their individual authors.
42 Please refer to the individual source files and/or to the noVNC commit
43 history: https://github.com/kanaka/noVNC/commits/master
44
45 The are several files and projects that have been incorporated into
46 the noVNC core library. Here is a list of those files and the original
47 licenses (all MPL 2.0 compatible):
48
49 core/base64.js : MPL 2.0
50
51 core/des.js : Various BSD style licenses
52
53 vendor/pako/ : MIT
54
55 Any other files not mentioned above are typically marked with
56 a copyright/license header at the top of the file. The default noVNC
57 license is MPL-2.0.
58
59 The following license texts are included:
60
61 docs/LICENSE.MPL-2.0
62 docs/LICENSE.LGPL-3 and
63 docs/LICENSE.GPL-3
64 docs/LICENSE.OFL-1.1
65 docs/LICENSE.BSD-3-Clause (New BSD)
66 docs/LICENSE.BSD-2-Clause (Simplified BSD / FreeBSD)
67 docs/LICENSE.zlib
68 docs/LICENSE.Apache-2.0
69 vendor/pako/LICENSE (MIT)
70
71 Or alternatively the license texts may be found here:
72
73 http://www.mozilla.org/MPL/2.0/
74 http://www.gnu.org/licenses/lgpl.html and
75 http://www.gnu.org/licenses/gpl.html
76 http://scripts.sil.org/OFL
77 http://en.wikipedia.org/wiki/BSD_licenses
78 http://www.gzip.org/zlib/zlib_license.html
79 http://www.apache.org/licenses/LICENSE-2.0.html