]> git.proxmox.com Git - mirror_novnc.git/commit - core/websock.js
Change noVNC license to from LGPLv3 to MPL 2.0
authorJoel Martin <github@martintribe.org>
Thu, 11 Oct 2012 17:16:58 +0000 (12:16 -0500)
committerJoel Martin <github@martintribe.org>
Mon, 15 Oct 2012 18:35:00 +0000 (13:35 -0500)
commit1d728ace69917af62efd392508cd0d029fd5a6a7
tree2c781131e95ecc1f406a3408e7c05735a58ff3fa
parentab7674ff735c70bc71e49a1fa17652978822812f
Change noVNC license to from LGPLv3 to MPL 2.0

The MPL 2.0 license is a "file-level" copyleft license vs the
"project-level" nature of the L/GPL. The intention of noVNC has
always been that it should be easy to incorporate into existing
projects and sites whether free/open or proprietary/commercial. The MPL
2.0 is designed for this sort of combination project but still
requires that any distributed modifications to noVNC source files must
also be published under the same license.

In addition, the MPL 2.0 allows the code to be used in L/GPL projects
(the secondary license clause). This means that any projects that are
already incorporating noVNC should not be impacted by this change and
in fact it should clarify the licensing situation (the exact
application of the L/GPL to web applications and interpreted code is
somewhat ambiguous).

The HTML, CSS, image and font files continue to be under more
permissive licenses (see LICENSE.txt). The included websockify python
code remains under a LGPLv3 license although the include/websock.js
file from the websockify component is now under MPL 2.0 as well.

Permission was received from other noVNC authors to make this change to their
code license on the following dates:

    - Chris Gordon (UI): Jun 24, 2012
    - Antoine Mercadal (DOM,*util.js): Oct 10, 2012
    - William Lightning (UltraVNC repeater): Oct 10, 2012
    - Mike Tinglof (tight encoding): Oct 15, 2012
21 files changed:
LICENSE.txt
README.md
debian/copyright
include/base.css
include/black.css
include/blue.css
include/display.js
include/input.js
include/playback.js
include/rfb.js
include/ui.js
include/util.js
include/vnc.js
include/websock.js
include/webutil.js
tests/arrays.js
utils/img2js.py
utils/json2graph.py
utils/rebind.c
vnc.html
vnc_auto.html