From 5f409eeeeb74a55ca7525cc1f25f3139e1dc5692 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Wed, 8 Sep 2010 15:06:34 -0500 Subject: [PATCH] License header cleanup. --- LICENSE.txt | 3 ++- README.md | 6 ++---- include/canvas.js | 2 +- include/default_controls.js | 2 +- include/rfb.js | 2 +- include/util.js | 2 +- include/vnc.js | 2 +- vnc.html | 2 ++ vnc_auto.html | 2 ++ 9 files changed, 13 insertions(+), 10 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index ccf1c1f0..a2eb8eb1 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -5,5 +5,6 @@ docs/LICENSE.LGPL-3) with the following exceptions: incluee/des.js : Various BSD style licenses - include/web-socket-js/ : New BSD license + include/web-socket-js/ : New BSD license. Source code at + http://github.com/gimite/web-socket-js diff --git a/README.md b/README.md index 4426c893..ff8ddda3 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,13 @@ noVNC is a VNC client implemented using HTML5 technologies, specifically Canvas and WebSockets (supports 'wss://' encryption). +noVNC is licensed under the +[LGPLv3](http://www.gnu.org/licenses/lgpl.html). For browsers that do not have builtin WebSockets support, the project includes [web-socket-js](http://github.com/gimite/web-socket-js), a WebSockets emulator using Adobe Flash . -In addition, [as3crypto](http://github.com/lyokato/as3crypto_patched) -has been added to web-socket-js to implement WebSockets SSL/TLS -encryption, i.e. the "wss://" URI scheme. - Special thanks to [Sentry Data Systems](http://www.sentryds.com) for sponsoring ongoing development of this project (and for employing me). diff --git a/include/canvas.js b/include/canvas.js index 984fcb19..954f5b57 100644 --- a/include/canvas.js +++ b/include/canvas.js @@ -1,7 +1,7 @@ /* * noVNC: HTML5 VNC client * Copyright (C) 2010 Joel Martin - * Licensed under LGPL-3 (see LICENSE.LGPL-3) + * Licensed under LGPL-3 (see LICENSE.txt) * * See README.md for usage and integration instructions. */ diff --git a/include/default_controls.js b/include/default_controls.js index d90de912..5193b6ea 100644 --- a/include/default_controls.js +++ b/include/default_controls.js @@ -1,7 +1,7 @@ /* * noVNC: HTML5 VNC client * Copyright (C) 2010 Joel Martin - * Licensed under LGPL-3 (see LICENSE.LGPL-3) + * Licensed under LGPL-3 (see LICENSE.txt) * * See README.md for usage and integration instructions. */ diff --git a/include/rfb.js b/include/rfb.js index b5fa9cd3..165c976e 100644 --- a/include/rfb.js +++ b/include/rfb.js @@ -1,7 +1,7 @@ /* * noVNC: HTML5 VNC client * Copyright (C) 2010 Joel Martin - * Licensed under LGPL-3 (see LICENSE.LGPL-3) + * Licensed under LGPL-3 (see LICENSE.txt) * * See README.md for usage and integration instructions. */ diff --git a/include/util.js b/include/util.js index 532c0fdd..70773977 100644 --- a/include/util.js +++ b/include/util.js @@ -1,7 +1,7 @@ /* * noVNC: HTML5 VNC client * Copyright (C) 2010 Joel Martin - * Licensed under LGPL-3 (see LICENSE.LGPL-3) + * Licensed under LGPL-3 (see LICENSE.txt) * * See README.md for usage and integration instructions. */ diff --git a/include/vnc.js b/include/vnc.js index 4754f6b0..043ae633 100644 --- a/include/vnc.js +++ b/include/vnc.js @@ -1,7 +1,7 @@ /* * noVNC: HTML5 VNC client * Copyright (C) 2010 Joel Martin - * Licensed under LGPL-3 (see LICENSE.LGPL-3) + * Licensed under LGPL-3 (see LICENSE.txt) * * See README.md for usage and integration instructions. */ diff --git a/vnc.html b/vnc.html index 82034336..2188c8ea 100644 --- a/vnc.html +++ b/vnc.html @@ -1,6 +1,8 @@ VNC Client diff --git a/vnc_auto.html b/vnc_auto.html index 552074b4..91e04634 100644 --- a/vnc_auto.html +++ b/vnc_auto.html @@ -1,6 +1,8 @@