JavaScript 65.5%
Python 17.8%
CSS 13%
HTML 3.7%
1noVNC is Copyright (C) 2022 The noVNC authors2(./AUTHORS)34The noVNC core library files are licensed under the MPL 2.0 (Mozilla5Public License 2.0). The noVNC core library is composed of the6Javascript code necessary for full noVNC operation. This includes (but7is not limited to):89 core/**/*.js10 app/*.js11 test/playback.js1213The HTML, CSS, font and images files that included with the noVNC14source distibution (or repository) are not considered part of the15noVNC core library and are licensed under more permissive licenses.16The intent is to allow easy integration of noVNC into existing web17sites and web applications.1819The HTML, CSS, font and image files are licensed as follows:2021 *.html : 2-Clause BSD license2223 app/styles/*.css : 2-Clause BSD license2425 app/styles/Orbitron* : SIL Open Font License 1.126 (Copyright 2009 Matt McInerney)2728 app/images/ : Creative Commons Attribution-ShareAlike29 http://creativecommons.org/licenses/by-sa/3.0/3031Some portions of noVNC are copyright to their individual authors.32Please refer to the individual source files and/or to the noVNC commit33history: https://github.com/novnc/noVNC/commits/master3435The are several files and projects that have been incorporated into36the noVNC core library. Here is a list of those files and the original37licenses (all MPL 2.0 compatible):3839 core/base64.js : MPL 2.04041 core/des.js : Various BSD style licenses4243 vendor/pako/ : MIT4445Any other files not mentioned above are typically marked with46a copyright/license header at the top of the file. The default noVNC47license is MPL-2.0.4849The following license texts are included:5051 docs/LICENSE.MPL-2.052 docs/LICENSE.OFL-1.153 docs/LICENSE.BSD-3-Clause (New BSD)54 docs/LICENSE.BSD-2-Clause (Simplified BSD / FreeBSD)55 vendor/pako/LICENSE (MIT)5657Or alternatively the license texts may be found here:5859 http://www.mozilla.org/MPL/2.0/60 http://scripts.sil.org/OFL61 http://en.wikipedia.org/wiki/BSD_licenses62 https://opensource.org/licenses/MIT63