12345678910111213141516171819202122232425262728293031323334353637 |
- Upstream Project: https://github.com/kanaka/noVNC/
- --------------------- Original LICENSE.txt ---------------------------
- noVNC is Copyright (C) 2012 Joel Martin <github@martintribe.org>
- 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
- noVNC is licensed under the MPL 2.0 (Mozilla Public License) with the
- following exceptions:
- *.html, *.css : 2-Clause BSD license
- include/Orbitron* : SIL Open Font License 1.1
- (Copyright 2009 Matt McInerney)
- images/ : Creative Commons Attribution-ShareAlike
- http://creativecommons.org/licenses/by-sa/3.0/
- include/base64.js : MPL 2.0
-
- include/des.js : Various BSD style licenses
- include/jsunzip.js : zlib/libpng license
- include/web-socket-js/ : New BSD license (3-clause). Source code at
- http://github.com/gimite/web-socket-js
- include/chrome-app/tcp-stream.js
- : Apache 2.0 license
- ----------------------------------------------------------------------
- The MPL-2.0 license text may be found here:
- http://www.mozilla.org/MPL/2.0/
|