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