]> git.proxmox.com Git - mirror_novnc.git/commit - docs/notes
Change license to LGPL-3 and add some implementation notes.
authorJoel Martin <github@martintribe.org>
Wed, 26 May 2010 20:43:00 +0000 (15:43 -0500)
committerJoel Martin <github@martintribe.org>
Wed, 26 May 2010 20:43:00 +0000 (15:43 -0500)
commitaf6b17ce06622abf41573017e2163746f6ac1d7d
tree87ab279f2f41ffc1a0eb32771137dbbe4eaabca3
parent32eb5d7cb0985b0fddf4727ce4fd2ca269a90153
Change license to LGPL-3 and add some implementation notes.

The purpose of the code is to be incorporated into other web projects
(whether those are free or not). AGPL prevents combination with other
HTML and javascript that is under a weaker (or proprietary) license.
Better would be a lesser AGPL, but there is not GNU standard for that.
So LGPL-3 meets most of my requirements. If somebody modifies the
actual client code and conveys it, then they must release the changes
under LGPL-3 also.

Add some implementation notes in docs/notes.
LICENSE.AGPL-3 [deleted file]
LICENSE.LGPL-3 [new file with mode: 0644]
LICENSE.txt
docs/TODO
docs/notes [new file with mode: 0644]
include/canvas.js
vnc.js
wsproxy.py