From 4ab023d31f4f7da7af50d31557bc4e3b839a5814 Mon Sep 17 00:00:00 2001 From: Maureen Helm Date: Wed, 7 Nov 2018 14:47:46 -0600 Subject: [PATCH] doc: Fix licensing links for cmsis, nordic, and mcux components Fixes broken licensing links for the cmsis, nordic, and mcux external components. Updates the cmsis license to Apache 2.0 now that we're using cmsis version 5. Signed-off-by: Maureen Helm --- doc/LICENSING.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/LICENSING.rst b/doc/LICENSING.rst index a4a8c057407..70e69b5e841 100644 --- a/doc/LICENSING.rst +++ b/doc/LICENSING.rst @@ -47,20 +47,20 @@ licensing in this document. by use of this software. *ext/hal/cmsis/* - *Origin:* https://github.com/ARM-software/CMSIS.git + *Origin:* https://github.com/ARM-software/CMSIS_5.git - *Licensing*: `CMSIS END USER LICENCE AGREEMENT`_ + *Licensing*: Apache 2.0 (see `ext/hal/cmsis source`_) -.. _CMSIS END USER LICENCE AGREEMENT: - https://github.com/zephyrproject-rtos/zephyr/blob/master/ext/hal/cmsis/CMSIS_END_USER_LICENCE_AGREEMENT.pdf +.. _ext/hal/cmsis source: + https://github.com/zephyrproject-rtos/zephyr/blob/master/ext/hal/cmsis/Include/cmsis_version.h *ext/hal/nordic/* - *Origin:* + *Origin:* https://github.com/NordicSemiconductor/nrfx.git *Licensing*: 3-clause BSD (see `ext/hal/nordic source`_) .. _ext/hal/nordic source: - https://github.com/zephyrproject-rtos/zephyr/blob/master/ext/hal/nordic/mdk/nrf51.h + https://github.com/zephyrproject-rtos/zephyr/blob/master/ext/hal/nordic/nrfx/nrfx.h *ext/hal/nxp/mcux/* *Origin:* http://mcux.nxp.com @@ -68,7 +68,7 @@ licensing in this document. *Licensing*: 3-clause BSD (see `ext/hal/nxp/mcux source`_) .. _ext/hal/nxp/mcux source: - https://github.com/zephyrproject-rtos/zephyr/blob/master/ext/hal/nxp/mcux/drivers/fsl_rtc.h + https://github.com/zephyrproject-rtos/zephyr/blob/master/ext/hal/nxp/mcux/drivers/kinetis/fsl_rtc.h *ext/hal/qmsi/* *Origin:* https://github.com/quark-mcu/qmsi/releases