]> git.proxmox.com Git - mirror_novnc.git/blobdiff - LICENSE.txt
noVNC 1.0.0
[mirror_novnc.git] / LICENSE.txt
index 7b5de592c6972aa837b4ae976aa9e2cb6f0ff416..8051cea4f7b3af2a74d9efac7c22ac466b33256d 100644 (file)
@@ -5,19 +5,9 @@ Public License 2.0). The noVNC core library is composed of the
 Javascript code necessary for full noVNC operation. This includes (but
 is not limited to):
 
 Javascript code necessary for full noVNC operation. This includes (but
 is not limited to):
 
-    core/base64.js
-    core/des.js
-    core/display.js
-    core/input/devices.js
-    core/input/keysym.js
-    core/logo.js
-    core/playback.js
-    core/rfb.js
-    app/ui.js
-    core/util.js
-    core/websock.js
-    app/webutil.js
-    core/input/xtscancodes.js
+    core/**/*.js
+    app/*.js
+    test/playback.js
 
 The HTML, CSS, font and images files that included with the noVNC
 source distibution (or repository) are not considered part of the
 
 The HTML, CSS, font and images files that included with the noVNC
 source distibution (or repository) are not considered part of the
@@ -39,7 +29,7 @@ The HTML, CSS, font and image files are licensed as follows:
 
 Some portions of noVNC are copyright to their individual authors.
 Please refer to the individual source files and/or to the noVNC commit
 
 Some portions of noVNC are copyright to their individual authors.
 Please refer to the individual source files and/or to the noVNC commit
-history: https://github.com/kanaka/noVNC/commits/master
+history: https://github.com/novnc/noVNC/commits/master
 
 The are several files and projects that have been incorporated into
 the noVNC core library. Here is a list of those files and the original
 
 The are several files and projects that have been incorporated into
 the noVNC core library. Here is a list of those files and the original
@@ -49,8 +39,13 @@ licenses (all MPL 2.0 compatible):
 
     core/des.js             : Various BSD style licenses
 
 
     core/des.js             : Various BSD style licenses
 
-    utils/inflator.mod.js
-    include/inflator.js     : MIT (for pako)
+    vendor/pako/            : MIT
+
+    vendor/browser-es-module-loader/src/ : MIT
+
+    vendor/browser-es-module-loader/dist/ : Various BSD style licenses
+
+    vendor/promise.js       : MIT
 
 Any other files not mentioned above are typically marked with
 a copyright/license header at the top of the file. The default noVNC
 
 Any other files not mentioned above are typically marked with
 a copyright/license header at the top of the file. The default noVNC
@@ -59,21 +54,14 @@ license is MPL-2.0.
 The following license texts are included:
 
     docs/LICENSE.MPL-2.0
 The following license texts are included:
 
     docs/LICENSE.MPL-2.0
-    docs/LICENSE.LGPL-3 and
-    docs/LICENSE.GPL-3
     docs/LICENSE.OFL-1.1
     docs/LICENSE.BSD-3-Clause (New BSD)
     docs/LICENSE.BSD-2-Clause (Simplified BSD / FreeBSD)
     docs/LICENSE.OFL-1.1
     docs/LICENSE.BSD-3-Clause (New BSD)
     docs/LICENSE.BSD-2-Clause (Simplified BSD / FreeBSD)
-    docs/LICENSE.zlib
-    docs/LICENSE.Apache-2.0
-    docs/LICENSE.pako
+    vendor/pako/LICENSE (MIT)
 
 Or alternatively the license texts may be found here:
 
     http://www.mozilla.org/MPL/2.0/
 
 Or alternatively the license texts may be found here:
 
     http://www.mozilla.org/MPL/2.0/
-    http://www.gnu.org/licenses/lgpl.html and
-    http://www.gnu.org/licenses/gpl.html
     http://scripts.sil.org/OFL
     http://en.wikipedia.org/wiki/BSD_licenses
     http://scripts.sil.org/OFL
     http://en.wikipedia.org/wiki/BSD_licenses
-    http://www.gzip.org/zlib/zlib_license.html
-    http://www.apache.org/licenses/LICENSE-2.0.html
+    https://opensource.org/licenses/MIT