mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-22 17:57:46 +03:00
Feature #564: Moved VNC server-side to lib/vendor so its not publicly accesible.
This commit is contained in:
parent
6509e4223a
commit
d975548003
14
src/sunstone/lib/vendor/noVNC/LICENSE.txt
vendored
Normal file
14
src/sunstone/lib/vendor/noVNC/LICENSE.txt
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
noVNC is licensed under the LGPL version 3 (see docs/LICENSE.GPL-3 and
|
||||
docs/LICENSE.LGPL-3) with the following exceptions:
|
||||
|
||||
include/base64.js : Dual GPL-2 or LGPL-2.1
|
||||
|
||||
incluee/des.js : Various BSD style licenses
|
||||
|
||||
include/web-socket-js/ : New BSD license. Source code at
|
||||
http://github.com/gimite/web-socket-js
|
||||
|
||||
images/ : Creative Commons Attribution-ShareAlike
|
||||
http://creativecommons.org/licenses/by-sa/3.0/
|
||||
Uses of the work must be attributed
|
||||
to the noVNC project.
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
@ -13,7 +13,6 @@
|
||||
/*
|
||||
* Load supporting scripts
|
||||
*/
|
||||
var INCLUDE_URI="vendor/noVNC/include/";
|
||||
|
||||
function get_INCLUDE_URI() {
|
||||
return (typeof INCLUDE_URI !== "undefined") ? INCLUDE_URI : "include/";
|
||||
|
Loading…
x
Reference in New Issue
Block a user