]> git.proxmox.com Git - mirror_novnc.git/blob - LICENSE.txt
feat: add French localization strings
[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/novnc/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 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
50 Any other files not mentioned above are typically marked with
51 a copyright/license header at the top of the file. The default noVNC
52 license is MPL-2.0.
53
54 The 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
62 Or 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