licenses.txt 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. Broadcom RPI decoder:
  2. ---------------------
  3. Copyright (c) 2012, Broadcom Europe Ltd
  4. All rights reserved.
  5. Redistribution and use in source and binary forms, with or without
  6. modification, are permitted provided that the following conditions are met:
  7. * Redistributions of source code must retain the above copyright
  8. notice, this list of conditions and the following disclaimer.
  9. * Redistributions in binary form must reproduce the above copyright
  10. notice, this list of conditions and the following disclaimer in the
  11. documentation and/or other materials provided with the distribution.
  12. * Neither the name of the copyright holder nor the
  13. names of its contributors may be used to endorse or promote products
  14. derived from this software without specific prior written permission.
  15. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  16. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  17. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  18. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY
  19. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  20. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  21. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  22. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  23. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  24. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  25. HIDRemote:
  26. ----------
  27. Copyright (c) 2007-2011 IOSPIRIT GmbH (http://www.iospirit.com/)
  28. All rights reserved.
  29. Redistribution and use in source and binary forms, with or without modification,
  30. are permitted provided that the following conditions are met:
  31. * Redistributions of source code must retain the above copyright notice, this list
  32. of conditions and the following disclaimer.
  33. * Redistributions in binary form must reproduce the above copyright notice, this
  34. list of conditions and the following disclaimer in the documentation and/or other
  35. materials provided with the distribution.
  36. * Neither the name of IOSPIRIT GmbH nor the names of its contributors may be used to
  37. endorse or promote products derived from this software without specific prior
  38. written permission.
  39. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
  40. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  41. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
  42. SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  43. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  44. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  45. BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  46. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
  47. ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  48. DAMAGE.
  49. Others:
  50. -------
  51. - qt: LGPL v2.1 or v3 (http://doc.qt.io/qt-5/licensing.html)
  52. The Qt website also lists further licenses for some of its components and
  53. dependencies.
  54. - qtwebengine: LGPL v3, or GPL v2 or later (http://doc.qt.io/qt-5/qtwebenginewidgets-index.html#license-information)
  55. - mpv: GPL v2 or later (https://github.com/mpv-player/mpv/blob/master/LICENSE)
  56. - FFmpeg: LGPL v2.1 or later (http://www.ffmpeg.org/legal.html)
  57. - bzip2: BSD-style (http://www.bzip.org)
  58. - libass: ISC (https://github.com/libass/libass/blob/master/COPYING)
  59. - freetype: GPL 2 or FreeType License (http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/LICENSE.TXT)
  60. - HarfBuzz: "Old MIT" license (http://cgit.freedesktop.org/harfbuzz/tree/COPYING)
  61. - fribidi: LGPL v2.1 or later (http://cgit.freedesktop.org/fribidi/fribidi/tree/COPYING)
  62. - libcec: GPL v2 or later (https://github.com/Pulse-Eight/libcec/blob/master/COPYING)
  63. - libsdl2: zlib license (http://www.libsdl.org/license.php)
  64. - zlib: zlib license (http://www.zlib.net/zlib_license.html)
  65. - ICE: ICU license (http://source.icu-project.org/repos/icu/icu/trunk/license.html)