LICENSE.txt 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. noVNC is Copyright (C) 2011 Joel Martin <github@martintribe.org>
  2. The noVNC core library files are licensed under the MPL 2.0 (Mozilla
  3. Public License 2.0). The noVNC core library is composed of the
  4. Javascript code necessary for full noVNC operation. This includes (but
  5. is not limited to):
  6. include/base64.js
  7. include/des.js
  8. include/display.js
  9. include/input.js
  10. include/keysym.js
  11. include/logo.js
  12. include/playback.js
  13. include/rfb.js
  14. include/ui.js
  15. include/util.js
  16. include/websock.js
  17. include/webutil.js
  18. The HTML, CSS, font and images files that included with the noVNC
  19. source distibution (or repository) are not considered part of the
  20. noVNC core library and are licensed under more permissive licenses.
  21. The intent is to allow easy integration of noVNC into existing web
  22. sites and web applications.
  23. The HTML, CSS, font and image files are licensed as follows:
  24. *.html : 2-Clause BSD license
  25. include/*.css : 2-Clause BSD license
  26. include/Orbitron* : SIL Open Font License 1.1
  27. (Copyright 2009 Matt McInerney)
  28. images/ : Creative Commons Attribution-ShareAlike
  29. http://creativecommons.org/licenses/by-sa/3.0/
  30. Some portions of noVNC are copyright to their individual authors.
  31. Please refer to the individual source files and/or to the noVNC commit
  32. history: https://github.com/kanaka/noVNC/commits/master
  33. The are several files and projects that have been incorporated into
  34. the noVNC core library. Here is a list of those files and the original
  35. licenses (all MPL 2.0 compatible):
  36. include/base64.js : MPL 2.0
  37. include/des.js : Various BSD style licenses
  38. include/chrome-app/tcp-stream.js
  39. : Apache 2.0 license
  40. utils/websockify
  41. utils/websocket.py : LGPL 3
  42. utils/inflator.partial.js
  43. include/inflator.js : MIT (for pako)
  44. Any other files not mentioned above are typically marked with
  45. a copyright/license header at the top of the file. The default noVNC
  46. license is MPL-2.0.
  47. The following license texts are included:
  48. docs/LICENSE.MPL-2.0
  49. docs/LICENSE.LGPL-3 and
  50. docs/LICENSE.GPL-3
  51. docs/LICENSE.OFL-1.1
  52. docs/LICENSE.BSD-3-Clause (New BSD)
  53. docs/LICENSE.BSD-2-Clause (Simplified BSD / FreeBSD)
  54. docs/LICENSE.zlib
  55. docs/LICENSE.Apache-2.0
  56. docs/LICENSE.pako
  57. Or alternatively the license texts may be found here:
  58. http://www.mozilla.org/MPL/2.0/
  59. http://www.gnu.org/licenses/lgpl.html and
  60. http://www.gnu.org/licenses/gpl.html
  61. http://scripts.sil.org/OFL
  62. http://en.wikipedia.org/wiki/BSD_licenses
  63. http://www.gzip.org/zlib/zlib_license.html
  64. http://www.apache.org/licenses/LICENSE-2.0.html