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