Anas Nashif | 3e4efa0 | 2017-08-17 23:10:16 -0400 | [diff] [blame] | 1 | :orphan: |
| 2 | |
Anas Nashif | fc61370 | 2017-01-03 14:38:53 -0500 | [diff] [blame] | 3 | .. _zephyr_licensing: |
| 4 | |
| 5 | Licensing of Zephyr Project components |
| 6 | ###################################### |
| 7 | |
| 8 | The Zephyr kernel tree imports or reuses packages, scripts and other files that |
David B. Kinder | b03ed2b | 2017-08-21 13:46:43 -0700 | [diff] [blame] | 9 | are not covered by the `Apache 2.0 License`_. In some places |
Anas Nashif | fc61370 | 2017-01-03 14:38:53 -0500 | [diff] [blame] | 10 | there is no LICENSE file or way to put a LICENSE file there, so we describe the |
| 11 | licensing in this document. |
| 12 | |
David B. Kinder | b03ed2b | 2017-08-21 13:46:43 -0700 | [diff] [blame] | 13 | .. _Apache 2.0 License: |
| 14 | https://github.com/zephyrproject-rtos/zephyr/blob/master/LICENSE |
| 15 | |
| 16 | .. _GPLv2 License: |
| 17 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/COPYING |
Anas Nashif | fc61370 | 2017-01-03 14:38:53 -0500 | [diff] [blame] | 18 | |
Anas Nashif | 3e4efa0 | 2017-08-17 23:10:16 -0400 | [diff] [blame] | 19 | *kconfig* and *kbuild* |
Anas Nashif | fc61370 | 2017-01-03 14:38:53 -0500 | [diff] [blame] | 20 | *Origin:* Linux Kernel |
David B. Kinder | b03ed2b | 2017-08-21 13:46:43 -0700 | [diff] [blame] | 21 | |
| 22 | *Licensing:* `GPLv2 License`_ |
Anas Nashif | fc61370 | 2017-01-03 14:38:53 -0500 | [diff] [blame] | 23 | |
Anas Nashif | 3e4efa0 | 2017-08-17 23:10:16 -0400 | [diff] [blame] | 24 | *scripts/{checkpatch.pl,checkstack.pl,get_maintainers.pl,spelling.txt}* |
Anas Nashif | fc61370 | 2017-01-03 14:38:53 -0500 | [diff] [blame] | 25 | *Origin:* Linux Kernel |
David B. Kinder | b03ed2b | 2017-08-21 13:46:43 -0700 | [diff] [blame] | 26 | |
| 27 | *Licensing:* `GPLv2 License`_ |
Anas Nashif | fc61370 | 2017-01-03 14:38:53 -0500 | [diff] [blame] | 28 | |
Anas Nashif | 3e4efa0 | 2017-08-17 23:10:16 -0400 | [diff] [blame] | 29 | *ext/fs/fat/* |
Anas Nashif | fc61370 | 2017-01-03 14:38:53 -0500 | [diff] [blame] | 30 | *Origin:* FatFs is a file system based on the FAT file system specification. This is |
| 31 | provided by ELM Chan http://elm-chan.org/fsw/ff/00index_e.html |
| 32 | |
| 33 | *Licensing*: |
| 34 | |
| 35 | Copyright (C) 2016, ChaN, all right reserved. |
| 36 | |
| 37 | FatFs module is an open source software. Redistribution and use of FatFs in |
| 38 | source and binary forms, with or without modification, are permitted provided |
| 39 | that the following condition is met: |
| 40 | |
| 41 | 1. Redistributions of source code must retain the above copyright notice, |
| 42 | this condition and the following disclaimer. |
| 43 | |
| 44 | This software is provided by the copyright holder and contributors "AS IS" |
| 45 | and any warranties related to this software are DISCLAIMED. |
| 46 | The copyright owner or contributors be NOT LIABLE for any damages caused |
| 47 | by use of this software. |
| 48 | |
Anas Nashif | 3e4efa0 | 2017-08-17 23:10:16 -0400 | [diff] [blame] | 49 | *ext/hal/cmsis/* |
Anas Nashif | fc61370 | 2017-01-03 14:38:53 -0500 | [diff] [blame] | 50 | *Origin:* https://github.com/ARM-software/CMSIS.git |
| 51 | |
David B. Kinder | b03ed2b | 2017-08-21 13:46:43 -0700 | [diff] [blame] | 52 | *Licensing*: `CMSIS END USER LICENCE AGREEMENT`_ |
| 53 | |
| 54 | .. _CMSIS END USER LICENCE AGREEMENT: |
| 55 | https://github.com/zephyrproject-rtos/zephyr/blob/master/ext/hal/cmsis/CMSIS_END_USER_LICENCE_AGREEMENT.pdf |
Anas Nashif | fc61370 | 2017-01-03 14:38:53 -0500 | [diff] [blame] | 56 | |
Anas Nashif | 3e4efa0 | 2017-08-17 23:10:16 -0400 | [diff] [blame] | 57 | *ext/hal/nordic/* |
Anas Nashif | fc61370 | 2017-01-03 14:38:53 -0500 | [diff] [blame] | 58 | *Origin:* |
| 59 | |
David B. Kinder | b03ed2b | 2017-08-21 13:46:43 -0700 | [diff] [blame] | 60 | *Licensing*: 3-clause BSD (see `ext/hal/nordic source`_) |
| 61 | |
| 62 | .. _ext/hal/nordic source: |
| 63 | https://github.com/zephyrproject-rtos/zephyr/blob/master/ext/hal/nordic/mdk/nrf51.h |
Anas Nashif | fc61370 | 2017-01-03 14:38:53 -0500 | [diff] [blame] | 64 | |
Anas Nashif | 3e4efa0 | 2017-08-17 23:10:16 -0400 | [diff] [blame] | 65 | *ext/hal/nxp/mcux/* |
Maureen Helm | 8765fba | 2017-01-02 10:19:25 -0600 | [diff] [blame] | 66 | *Origin:* http://mcux.nxp.com |
| 67 | |
David B. Kinder | b03ed2b | 2017-08-21 13:46:43 -0700 | [diff] [blame] | 68 | *Licensing*: 3-clause BSD (see `ext/hal/nxp/mcux source`_) |
| 69 | |
| 70 | .. _ext/hal/nxp/mcux source: |
| 71 | https://github.com/zephyrproject-rtos/zephyr/blob/master/ext/hal/nxp/mcux/drivers/fsl_rtc.h |
Maureen Helm | 8765fba | 2017-01-02 10:19:25 -0600 | [diff] [blame] | 72 | |
Anas Nashif | 3e4efa0 | 2017-08-17 23:10:16 -0400 | [diff] [blame] | 73 | *ext/hal/qmsi/* |
Anas Nashif | fc61370 | 2017-01-03 14:38:53 -0500 | [diff] [blame] | 74 | *Origin:* https://github.com/quark-mcu/qmsi/releases |
| 75 | |
David B. Kinder | b03ed2b | 2017-08-21 13:46:43 -0700 | [diff] [blame] | 76 | *Licensing*: 3-clause BSD (see `ext/hal/qmsi source`_) |
| 77 | |
| 78 | .. _ext/hal/qmsi source: |
| 79 | https://github.com/zephyrproject-rtos/zephyr/blob/master/ext/hal/qmsi/include/qm_common.h |