]> git.proxmox.com Git - mirror_novnc.git/commitdiff
License header cleanup.
authorJoel Martin <github@martintribe.org>
Wed, 8 Sep 2010 20:06:34 +0000 (15:06 -0500)
committerJoel Martin <github@martintribe.org>
Wed, 8 Sep 2010 20:06:34 +0000 (15:06 -0500)
LICENSE.txt
README.md
include/canvas.js
include/default_controls.js
include/rfb.js
include/util.js
include/vnc.js
vnc.html
vnc_auto.html

index ccf1c1f0397c7ef1bf8ffc750328ebcff0a143b3..a2eb8eb15164856e8de73e0b89ef05c5a7018839 100644 (file)
@@ -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
 
index 4426c8933aea8c10604af4a29c0f5f7aa2987d91..ff8ddda343f6719d60e039099c54e6f992d18fe8 100644 (file)
--- 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).
 
index 984fcb19152ca6d60ac413f8836496a930d8e6b4..954f5b5766c5347b5d95232b2084ee07b4cffa3a 100644 (file)
@@ -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.
  */
index d90de9122c88e0b173e8866c5c14a69cef8236ed..5193b6ea773699e60daede0e180aa49cce343fa6 100644 (file)
@@ -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.
  */
index b5fa9cd362b185f5957906cccb18861fe71e1c34..165c976e1a4354cf60892680f50dc6d4b21b4eae 100644 (file)
@@ -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.
  */
index 532c0fdde0cc3ffbe41795d3c8a8a5e3e7787a85..707739777259dcb94f6edefaf7e892d42d44003f 100644 (file)
@@ -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.
  */
index 4754f6b014e76dce610dfb0974bed3b631f0b701..043ae633999bebe3470031e298814b1c0bf85a0f 100644 (file)
@@ -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.
  */
index 82034336210da368d8e355469305b752d6ae416b..2188c8ea02207352937a3200f8f04b14c57e8f1e 100644 (file)
--- a/vnc.html
+++ b/vnc.html
@@ -1,6 +1,8 @@
 <html>
     <!-- 
     noVNC example: simple example using default controls
+    Copyright (C) 2010 Joel Martin
+    Licensed under LGPL-3 (see LICENSE.txt)
     -->
     <head>
         <title>VNC Client</title>
index 552074b482736b776c9856e1be5ed765ba9dbab1..91e04634c4012a92c1ad896a1f35a605b0a0a0b3 100644 (file)
@@ -1,6 +1,8 @@
 <html>
     <!-- 
     noVNC Example: Automatically connect on page load.
+    Copyright (C) 2010 Joel Martin
+    Licensed under LGPL-3 (see LICENSE.txt)
 
     Connect parameters are provided in query string:
         http://example.com/?host=HOST&port=PORT&encrypt=1&true_color=1