]> git.proxmox.com Git - mirror_novnc.git/commit - core/rfb.js
License clarification: HTML,CSS,images,fonts under permissive licenses.
authorJoel Martin <github@martintribe.org>
Sun, 24 Jun 2012 21:23:58 +0000 (16:23 -0500)
committerJoel Martin <github@martintribe.org>
Sun, 24 Jun 2012 21:29:44 +0000 (16:29 -0500)
commitd58f8b5144d8b344afcbe7b8ee3c18e34b14cff4
treec866b6fbc7009082d08717ce07f2edc3c0c4d30d
parent18232af2a601d235ef745d3f122281a1040903c8
License clarification: HTML,CSS,images,fonts under permissive licenses.

Clarify in LICENSE.txt that the noVNC core library is the part that is
LGPLv3 licensed. The HTML, CSS, images and fonts are separate from the
core library and can be modified and distributed with the noVNC core
but under their own license conditions.

HTML and CSS: 2-Clause BSD
Fonts: SIL OFL 1.1
Images: CC BY SA 3.0

In other words, you can modify the layout and appearance of of noVNC
to integrate with an existing or new web site or application without
having to publish the source for those modifications under the LGPLv3.
However, use of and modification of the noVNC core library (i.e. the
core Javascript that makes up noVNC) must still be according to the
LGPLv3.

Chris Gordon was the other contributor to the HTML, CSS, and images
included with noVNC and gave permission for this license clarification
on June 23, 2012.
18 files changed:
LICENSE.txt
docs/LICENSE.BSD-2-Clause [new file with mode: 0644]
docs/LICENSE.BSD-3-Clause [new file with mode: 0644]
docs/LICENSE.MPL-2.0 [new file with mode: 0644]
docs/LICENSE.zlib [new file with mode: 0644]
include/base.css
include/black.css
include/blue.css
include/display.js
include/playback.js
include/rfb.js
include/ui.js
include/util.js
include/vnc.js
include/websock.js
include/webutil.js
vnc.html
vnc_auto.html