]> git.proxmox.com Git - mirror_novnc.git/blob - LICENSE.txt
Refactor ES6 module structure/split up Util
[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/**/*.js
9 app/*.js
10 test/playback.js
11
12 The HTML, CSS, font and images files that included with the noVNC
13 source distibution (or repository) are not considered part of the
14 noVNC core library and are licensed under more permissive licenses.
15 The intent is to allow easy integration of noVNC into existing web
16 sites and web applications.
17
18 The 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
30 Some portions of noVNC are copyright to their individual authors.
31 Please refer to the individual source files and/or to the noVNC commit
32 history: https://github.com/kanaka/noVNC/commits/master
33
34 The are several files and projects that have been incorporated into
35 the noVNC core library. Here is a list of those files and the original
36 licenses (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 Any other files not mentioned above are typically marked with
45 a copyright/license header at the top of the file. The default noVNC
46 license is MPL-2.0.
47
48 The following license texts are included:
49
50 docs/LICENSE.MPL-2.0
51 docs/LICENSE.LGPL-3 and
52 docs/LICENSE.GPL-3
53 docs/LICENSE.OFL-1.1
54 docs/LICENSE.BSD-3-Clause (New BSD)
55 docs/LICENSE.BSD-2-Clause (Simplified BSD / FreeBSD)
56 docs/LICENSE.zlib
57 docs/LICENSE.Apache-2.0
58 vendor/pako/LICENSE (MIT)
59
60 Or alternatively the license texts may be found here:
61
62 http://www.mozilla.org/MPL/2.0/
63 http://www.gnu.org/licenses/lgpl.html and
64 http://www.gnu.org/licenses/gpl.html
65 http://scripts.sil.org/OFL
66 http://en.wikipedia.org/wiki/BSD_licenses
67 http://www.gzip.org/zlib/zlib_license.html
68 http://www.apache.org/licenses/LICENSE-2.0.html