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