1
0
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:
Hector Sanjuan 2011-05-04 11:49:42 +02:00 committed by Daniel Molina
parent 6509e4223a
commit d975548003
41 changed files with 14 additions and 1 deletions

View 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.

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -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/";