]> git.proxmox.com Git - mirror_novnc.git/blame - LICENSE.txt
Avoid using Array.includes()
[mirror_novnc.git] / LICENSE.txt
CommitLineData
412d9306 1noVNC is Copyright (C) 2019 The noVNC Authors
84586c0f 2(./AUTHORS)
c0c143a1 3
1d728ace
JM
4The noVNC core library files are licensed under the MPL 2.0 (Mozilla
5Public License 2.0). The noVNC core library is composed of the
d58f8b51
JM
6Javascript code necessary for full noVNC operation. This includes (but
7is not limited to):
8
6d6f0db0
SR
9 core/**/*.js
10 app/*.js
11 test/playback.js
d58f8b51
JM
12
13The HTML, CSS, font and images files that included with the noVNC
14source distibution (or repository) are not considered part of the
15noVNC core library and are licensed under more permissive licenses.
16The intent is to allow easy integration of noVNC into existing web
17sites and web applications.
18
19The HTML, CSS, font and image files are licensed as follows:
20
21 *.html : 2-Clause BSD license
22
ae510306 23 app/styles/*.css : 2-Clause BSD license
d58f8b51 24
ae510306 25 app/styles/Orbitron* : SIL Open Font License 1.1
d58f8b51
JM
26 (Copyright 2009 Matt McInerney)
27
ae510306 28 app/images/ : Creative Commons Attribution-ShareAlike
d58f8b51
JM
29 http://creativecommons.org/licenses/by-sa/3.0/
30
c0c143a1
JM
31Some portions of noVNC are copyright to their individual authors.
32Please refer to the individual source files and/or to the noVNC commit
101ff127 33history: https://github.com/novnc/noVNC/commits/master
c0c143a1 34
d58f8b51
JM
35The are several files and projects that have been incorporated into
36the noVNC core library. Here is a list of those files and the original
1d728ace 37licenses (all MPL 2.0 compatible):
3a2fafac 38
ae510306 39 core/base64.js : MPL 2.0
99feba6b 40
ae510306 41 core/des.js : Various BSD style licenses
3a2fafac 42
fba220c6 43 vendor/pako/ : MIT
1d728ace 44
addf16c6
PO
45 vendor/browser-es-module-loader/src/ : MIT
46
47 vendor/browser-es-module-loader/dist/ : Various BSD style licenses
399fa2ee 48
152c3995
SR
49 vendor/promise.js : MIT
50
15e733f5
JM
51Any other files not mentioned above are typically marked with
52a copyright/license header at the top of the file. The default noVNC
53license is MPL-2.0.
54
d58f8b51 55The following license texts are included:
1709ee3a 56
1d728ace 57 docs/LICENSE.MPL-2.0
1709ee3a 58 docs/LICENSE.OFL-1.1
d58f8b51
JM
59 docs/LICENSE.BSD-3-Clause (New BSD)
60 docs/LICENSE.BSD-2-Clause (Simplified BSD / FreeBSD)
fba220c6 61 vendor/pako/LICENSE (MIT)
c0c143a1 62
5299db1a 63Or alternatively the license texts may be found here:
d58f8b51 64
1d728ace 65 http://www.mozilla.org/MPL/2.0/
5299db1a 66 http://scripts.sil.org/OFL
1d728ace 67 http://en.wikipedia.org/wiki/BSD_licenses
399fa2ee 68 https://opensource.org/licenses/MIT