• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1noVNC is Copyright (C) 2011 Joel Martin <github@martintribe.org>
2
3Some portions of noVNC are copyright to their individual authors.
4Please refer to the individual source files and/or to the noVNC commit
5history: https://github.com/kanaka/noVNC/commits/master
6
7noVNC is licensed under the LGPL (GNU Lesser General Public License)
8version 3 with the following exceptions (all LGPL-3 compatible):
9
10    include/input.js           : LGPL-2 or any later version
11
12    include/base64.js          : Dual GPL-2 or LGPL-2.1
13
14    include/des.js             : Various BSD style licenses
15
16    include/jsunzip.js         : zlib/libpng license
17
18    include/web-socket-js/     : New BSD license. Source code at
19                                 http://github.com/gimite/web-socket-js
20
21    include/Orbitron*          : SIL Open Font License 1.1
22                                 (Copyright 2009 Matt McInerney)
23
24    images/                    : Creative Commons Attribution-ShareAlike
25                                 http://creativecommons.org/licenses/by-sa/3.0/
26
27The license texts are included at:
28    docs/LICENSE.LGPL-3 and
29    docs/LICENSE.GPL-3
30    docs/LICENSE.OFL-1.1
31
32Or alternatively the license texts may be found here:
33    http://www.gnu.org/licenses/lgpl.html and
34    http://www.gnu.org/licenses/gpl.html
35    http://scripts.sil.org/OFL
36