Files
noVNC/LICENSE.txt
T

63 lines
2.1 KiB
Plaintext
Raw Normal View History

2024-11-27 13:58:26 +01:00
noVNC is Copyright (C) 2022 The noVNC authors
2018-10-09 06:15:35 -04:00
(./AUTHORS)
The noVNC core library files are licensed under the MPL 2.0 (Mozilla
Public License 2.0). The noVNC core library is composed of the
Javascript code necessary for full noVNC operation. This includes (but
is not limited to):
2017-02-04 21:26:00 -05:00
core/**/*.js
app/*.js
test/playback.js
The HTML, CSS, font and images files that included with the noVNC
source distibution (or repository) are not considered part of the
noVNC core library and are licensed under more permissive licenses.
The intent is to allow easy integration of noVNC into existing web
sites and web applications.
The HTML, CSS, font and image files are licensed as follows:
*.html : 2-Clause BSD license
2016-09-14 13:52:53 -04:00
app/styles/*.css : 2-Clause BSD license
2016-09-14 13:52:53 -04:00
app/styles/Orbitron* : SIL Open Font License 1.1
(Copyright 2009 Matt McInerney)
2016-09-14 13:52:53 -04:00
app/images/ : Creative Commons Attribution-ShareAlike
http://creativecommons.org/licenses/by-sa/3.0/
Some portions of noVNC are copyright to their individual authors.
Please refer to the individual source files and/or to the noVNC commit
2017-04-19 15:33:42 +02:00
history: https://github.com/novnc/noVNC/commits/master
The are several files and projects that have been incorporated into
the noVNC core library. Here is a list of those files and the original
licenses (all MPL 2.0 compatible):
2010-05-11 10:01:21 -05:00
2016-09-14 13:52:53 -04:00
core/base64.js : MPL 2.0
2016-09-14 13:52:53 -04:00
core/des.js : Various BSD style licenses
2010-05-11 10:01:21 -05:00
2017-02-03 23:55:00 -05:00
vendor/pako/ : MIT
2016-06-13 10:22:43 -05:00
Any other files not mentioned above are typically marked with
a copyright/license header at the top of the file. The default noVNC
license is MPL-2.0.
The following license texts are included:
2011-09-28 11:39:36 -05:00
docs/LICENSE.MPL-2.0
2011-09-28 11:39:36 -05:00
docs/LICENSE.OFL-1.1
docs/LICENSE.BSD-3-Clause (New BSD)
docs/LICENSE.BSD-2-Clause (Simplified BSD / FreeBSD)
2017-02-03 23:55:00 -05:00
vendor/pako/LICENSE (MIT)
2011-09-29 09:32:09 -05:00
Or alternatively the license texts may be found here:
http://www.mozilla.org/MPL/2.0/
2011-09-29 09:32:09 -05:00
http://scripts.sil.org/OFL
http://en.wikipedia.org/wiki/BSD_licenses
2017-02-11 16:49:03 -05:00
https://opensource.org/licenses/MIT