LICENSE.txt 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. noVNC is Copyright (C) 2018 The noVNC Authors
  2. (./AUTHORS)
  3. The noVNC core library files are licensed under the MPL 2.0 (Mozilla
  4. Public License 2.0). The noVNC core library is composed of the
  5. Javascript code necessary for full noVNC operation. This includes (but
  6. is not limited to):
  7. core/**/*.js
  8. app/*.js
  9. test/playback.js
  10. The HTML, CSS, font and images files that included with the noVNC
  11. source distibution (or repository) are not considered part of the
  12. noVNC core library and are licensed under more permissive licenses.
  13. The intent is to allow easy integration of noVNC into existing web
  14. sites and web applications.
  15. The HTML, CSS, font and image files are licensed as follows:
  16. *.html : 2-Clause BSD license
  17. app/styles/*.css : 2-Clause BSD license
  18. app/styles/Orbitron* : SIL Open Font License 1.1
  19. (Copyright 2009 Matt McInerney)
  20. app/images/ : Creative Commons Attribution-ShareAlike
  21. http://creativecommons.org/licenses/by-sa/3.0/
  22. Some portions of noVNC are copyright to their individual authors.
  23. Please refer to the individual source files and/or to the noVNC commit
  24. history: https://github.com/novnc/noVNC/commits/master
  25. The are several files and projects that have been incorporated into
  26. the noVNC core library. Here is a list of those files and the original
  27. licenses (all MPL 2.0 compatible):
  28. core/base64.js : MPL 2.0
  29. core/des.js : Various BSD style licenses
  30. vendor/pako/ : MIT
  31. vendor/browser-es-module-loader/src/ : MIT
  32. vendor/browser-es-module-loader/dist/ : Various BSD style licenses
  33. vendor/promise.js : MIT
  34. Any other files not mentioned above are typically marked with
  35. a copyright/license header at the top of the file. The default noVNC
  36. license is MPL-2.0.
  37. The following license texts are included:
  38. docs/LICENSE.MPL-2.0
  39. docs/LICENSE.OFL-1.1
  40. docs/LICENSE.BSD-3-Clause (New BSD)
  41. docs/LICENSE.BSD-2-Clause (Simplified BSD / FreeBSD)
  42. vendor/pako/LICENSE (MIT)
  43. Or alternatively the license texts may be found here:
  44. http://www.mozilla.org/MPL/2.0/
  45. http://scripts.sil.org/OFL
  46. http://en.wikipedia.org/wiki/BSD_licenses
  47. https://opensource.org/licenses/MIT