LICENSE.txt 6.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. ============================================================================
  2. WICED SDK LICENSING INFORMATION FOR THIRD PARTY SOURCE CODE & OBJECT FILES
  3. ============================================================================
  4. Code shipped with the WICED SDK is grouped into two categories:
  5. 1. Code/libraries that may be compiled and linked with the target application
  6. - This code is provided under license terms similar to FreeBSD
  7. 2. Code/libraries that are part of the toolchain used to create the
  8. application, but not included as part of the target application
  9. - This code is provided under various license terms including variations
  10. of GPL.
  11. 1. Code/Libraries that may be compiled/linked with the target application
  12. * ThreadX / NetX / NetXDuo object files & headers are licensed by Broadcom, Inc from Express Logic, Inc.
  13. - SDK Location : <WICED-SDK>/WICED/RTOS/ThreadX
  14. <WICED-SDK>/WICED/network/NetX
  15. <WICED-SDK>/WICED/network/NetX_Duo
  16. * SSL/TLS object files and headers are licensed by Broadcom, Inc from Cypherbridge Systems, LLC.
  17. - SDK Location : <WICED-SDK>/WICED/security/BESL/TLS
  18. * NewLIB - stdio library (printf etc.)
  19. - SDK Location : <WICED-SDK>/tools/ARM_GNU, <WICED-SDK>/tools/source/ARM_GNU
  20. - web : newlib : http://sourceware.org/newlib/COPYING.NEWLIB
  21. (Licenses 21,22,24,25,27,28,29,30,31,32,33,34,36 do not apply)
  22. - libgloss : http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/src/COPYING.LIBGLOSS?rev=1.14&content-type=text/plain&cvsroot=src
  23. (Licenses 6,7,11,12,13,15 do not apply)
  24. * ARM CMSIS - Cortex Microcontroller Software Interface Standard
  25. - SDK Location : <WICED-SDK>/WICED/platform/ARM_CM3/CMSIS
  26. <WICED-SDK>/WICED/platform/ARM_CM4/CMSIS
  27. * STM32 Peripheral Library Drivers
  28. - SDK Location : <WICED-SDK>/WICED/platform/MCU/STM32F1xx/peripherals/libraries
  29. <WICED-SDK>/WICED/platform/MCU/STM32F2xx/peripherals/libraries
  30. <WICED-SDK>/WICED/platform/MCU/STM32F4xx/peripherals/libraries
  31. * Freescale Kinetis Peripheral Library Drivers
  32. - SDK Location : <WICED-SDK>/WICED/platform/MCU/K60/peripherals/libraries
  33. : License : http://www.freescale.com/webapp/sps/download/license.jsp?colCode=KINETIS512_SC
  34. * Atmel SAM Peripheral Library Drivers
  35. - SDK Location : <WICED-SDK>/WICED/platform/MCU/SAM4S/peripherals/libraries
  36. * NXP LPC Peripheral Library Drivers
  37. - SDK Location : <WICED-SDK>/WICED/platform/MCU/LPC17xx/peripherals/libraries
  38. 2. Code/Libraries that are part of the WICED Toolchain
  39. * LibUSB Driver - Driver for the evaluation board
  40. - SDK Location : <WICED-SDK>/tools/drivers/BCM9WCD1EVAL1/
  41. - web : http://www.libusb.org/wiki/libusb-win32#License
  42. * FTDI USB Serial port
  43. - SDK Location : <WICED-SDK>/tools/drivers/BCM9WCD1EVAL1/
  44. - web : http://www.ftdichip.com/Drivers/VCP.htm
  45. * OpenOCD - On-Chip Debugger
  46. - SDK Location : <WICED-SDK>/tools/OpenOCD, <WICED-SDK>/tools/source/OpenOCD
  47. - web : http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd;a=blob_plain;f=COPYING;hb=HEAD
  48. * GNU Toolchain
  49. - SDK Location : <WICED-SDK>/tools/ARM_GNU, <WICED-SDK>/tools/source/ARM_GNU
  50. - web : Yagarto: http://www.yagarto.de/source/toolchain/build-scripts-20091223.tar.bz2
  51. : Binutils : http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/src/COPYING?rev=1.2&content-type=text/plain&cvsroot=src
  52. : Expat XML Parser : http://expat.cvs.sourceforge.net/viewvc/expat/expat/COPYING?revision=1.4&view=markup
  53. : GCC, the GNU Compiler Collection
  54. - GCC : http://gcc.gnu.org/onlinedocs/gcc-4.6.2/gcc/Copying.html#Copying
  55. - Zlib : http://www.gzip.org/zlib/zlib_license.html
  56. - Libiberty : http://gcc.gnu.org/onlinedocs/libiberty/Library-Copying.html#Library-Copying
  57. : LibGCC, http://gcc.gnu.org/onlinedocs/gccint/Libgcc.html
  58. special LibGCC exception to GPLv3 http://www.gnu.org/licenses/gcc-exception.html
  59. * GNU Multiple Precision Arithmetic Library (License : http://www.gnu.org/copyleft/lesser.html)
  60. - web : http://gmplib.org/manual/Copying.html#Copying
  61. MPC : http://www.multiprecision.org/
  62. MPFR : http://www.mpfr.org/
  63. GMP : http://gmplib.org/
  64. * GDB, The GNU Project Debugger
  65. - SDK Location : <WICED-SDK>/tools/ARM_GNU/bin, <WICED-SDK>/tools/source/ARM_GNU
  66. - web : http://sourceware.org/gdb/current/onlinedocs/gdb/Copying.html#Copying
  67. * MinGW tools
  68. - SDK Location : <WICED-SDK>/tools/ARM_GNU/bin
  69. - web : Minimal System : http://www.mingw.org/wiki/msys/
  70. - cp, mkdir, rm, uname, touch, (GNU coreutils) : http://git.savannah.gnu.org/cgit/coreutils.git/tree/COPYING
  71. - make : http://cvs.savannah.gnu.org/viewvc/make/COPYING?root=make&view=markup
  72. - perl : http://dev.perl.org/licenses/
  73. - sh : http://git.savannah.gnu.org/cgit/bash.git/tree/COPYING
  74. * GNU Linux Tools
  75. - SDK Location : <WICED-SDK>/tools/ARM_GNU/bin
  76. - web : echo, cp, mkdir, rm, uname, touch, (GNU coreutils) http://git.savannah.gnu.org/cgit/coreutils.git/tree/COPYING
  77. make : http://cvs.savannah.gnu.org/viewvc/make/COPYING?root=make&view=markup
  78. perl : http://dev.perl.org/licenses/
  79. sh : http://git.savannah.gnu.org/cgit/bash.git/tree/COPYING
  80. * Eclipse IDE & CDT GDB plugin (License http://www.eclipse.org/legal/epl-v10.html)
  81. - web : http://www.eclipse.org/
  82. http://www.eclipse.org/cdt
  83. * Apple AirPlay
  84. - SDK Location : <WICED-SDK>/libraries/daemons/airplay_server
  85. - web : https://developer.apple.com/programs/mfi/
  86. * Apple Wireless Accessory Configuration (WAC)
  87. - SDK Location : <WICED-SDK>/libraries/mfi/apple_wac
  88. - web : https://developer.apple.com/programs/mfi/