| 1 | noVNC is Copyright (C) 2022 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 | Any other files not mentioned above are typically marked with |
| 46 | a copyright/license header at the top of the file. The default noVNC |
| 47 | license is MPL-2.0. |
| 48 | |
| 49 | The following license texts are included: |
| 50 | |
| 51 | docs/LICENSE.MPL-2.0 |
| 52 | docs/LICENSE.OFL-1.1 |
| 53 | docs/LICENSE.BSD-3-Clause (New BSD) |
| 54 | docs/LICENSE.BSD-2-Clause (Simplified BSD / FreeBSD) |
| 55 | vendor/pako/LICENSE (MIT) |
| 56 | |
| 57 | Or alternatively the license texts may be found here: |
| 58 | |
| 59 | http://www.mozilla.org/MPL/2.0/ |
| 60 | http://scripts.sil.org/OFL |
| 61 | http://en.wikipedia.org/wiki/BSD_licenses |
| 62 | https://opensource.org/licenses/MIT |