You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2017/03/21 17:35:11 UTC

incubator-mynewt-core git commit: LICENSE; mention 3-clause BSD for LwIP, tinycrypt, and STM32CubeF7.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 63546eff5 -> ea98953df


LICENSE; mention 3-clause BSD for LwIP, tinycrypt, and STM32CubeF7.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/ea98953d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/ea98953d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/ea98953d

Branch: refs/heads/develop
Commit: ea98953df698a6ae2c462a5487b5150bb77392dc
Parents: 63546ef
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue Mar 21 10:34:23 2017 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Tue Mar 21 10:34:23 2017 -0700

----------------------------------------------------------------------
 LICENSE | 21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/ea98953d/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 2aa2fd9..0473ed5 100644
--- a/LICENSE
+++ b/LICENSE
@@ -289,6 +289,13 @@ This product bundles parts of STM32CubeF4 1.5, which is available under the
     * hw/bsp/stm32f4discovery/include/bsp/stm32f4xx_hal_conf.h
     * hw/bsp/stm32f4discovery/src/system_stm32f4xx.c
 
+This product bundles parts of STM32CubeF7, which is available under the
+"3-clause BSD" license.  Bundled files are:
+    * hw/mcu/stm/stm32f7xx/src/ext
+    * hw/bsp/stm32f767-nucleo/include/bsp/stm32f7xx_hal_conf.h
+    * hw/bsp/stm32f767-nucleo/src/system_stm32f7xx.c
+    * hw/bsp/stm32f767-nucleo/src/arch/cortex_m7/startup_stm32f767xx.s
+
 This product bundles parts of mbed, which is available under the
 "3-clause BSD" license.  Bundled files are:
     * hw/mcu/nordic/nrf51xxx/include/mcu/cortex_m0.h
@@ -352,8 +359,18 @@ This product bundles part of NXP mkw41z, which is available under the
     * hw/bsp/usbmkw41z/no-boot-mkw41z512.ld
     * hw/bsp/usbmkw41z/src/arch/cortex_m0/gcc_startup_mkw41z.s
 
-This product bundles part of mips architecture and ci40, which is available under the
-"3-clause BSD" license.  Bundled files are:
+This product bundles part of mips architecture and ci40, which is available
+under the "3-clause BSD" license.  Bundled files are:
     * kernel/os/src/arch/mips/asm/ctx.S
     * kernel/os/src/arch/mips/asm/excpt_isr.S
     * hw/bsp/ci40/uhi32.ld
+
+This product bundles LwIP, which is available under the "3-clause BSD"
+license. For details, and bundled files see:
+    * net/ip/lwip_base/COPYING
+    * net/ip/lwip_base
+
+This product bundles tinycrypt, which is available under the "3-clause BSD"
+license. For details, and bundled files see:
+    * crypto/tinycrypt/LICENSE
+    * crypto/tinycrypt