diff --git a/LICENSE.txt b/LICENSE.txt index c25e5aab..ce49a2ef 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ -HTML5-VNC is licensed under the Affero GPL version 3 (see -LICENSE.AGPL-3) with the following exceptions: +noVNC is licensed under the Affero GPL version 3 (see LICENSE.AGPL-3) +with the following exceptions: include/as3crypto_patched/ : various BSD style licenses diff --git a/README.md b/README.md index 532e1842..fe4c3d74 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -VNC HTML5 Client -================ +noVNC: HTML5 VNC Client +====================== Description ----------- -A VNC client implemented using HTML5, specifically Canvas and -WebSocket (supports 'wss://' encryption). +noVNC is a VNC client implemented using HTML5 technologies, +specifically Canvas and WebSocket (supports 'wss://' encryption). For browsers that do not have builtin WebSocket support, the project includes web-socket-js, a WebSocket emulator using Adobe Flash diff --git a/docs/links b/docs/links index 13e697a5..63706455 100644 --- a/docs/links +++ b/docs/links @@ -25,7 +25,7 @@ Related projects: guacamole: http://guacamole.sourceforge.net/ - - HTML5 client, but Java servlet does pre-processing + - Web client, but Java servlet does pre-processing jsvnc: http://code.google.com/p/jsvnc/ diff --git a/vnc.js b/vnc.js index 6fc3d871..37e93450 100644 --- a/vnc.js +++ b/vnc.js @@ -1,5 +1,5 @@ /* - * HTML5 VNC client + * noVNC: HTML5 VNC client * * Licensed under AGPL-3 (see LICENSE.AGPL-3) *