|
1 | 1 | This files includes licensing information for parts of this repository.
|
2 | 2 |
|
3 |
| -Note: most license information is available on top of each source file |
4 |
| - or on bottom of Release_Notes.html if available. |
| 3 | +> [!NOTE] |
| 4 | +> Most license information is available on top of each source file or on bottom of Release_Notes.html if available. |
5 | 5 |
|
6 | 6 | [LGPLv2.1](#lgplv21) is used for:
|
7 | 7 |
|
8 |
| -* cores/arduino/*.* mainly contains modified files from Arduino. |
| 8 | +* `cores/arduino/*.*` mainly contains modified files from Arduino. |
9 | 9 |
|
10 | 10 | [BSD 3-Clause License](#bsd-3-clause-license) is used for:
|
11 | 11 |
|
12 |
| -* system/Drivers/STM32*xx_HAL_Driver folders include the STMicroelectronics HAL Drivers |
13 |
| -* system/Middlewares/OpenAMP |
14 |
| -* libraries/VirtIO - except virtio implementation (see [MIT License](#mit-license)) |
15 |
| -* libraries/SrcWrapper/inc/PinName*.h |
| 12 | +* `system/Drivers/STM32*xx_HAL_Driver` folders include the STMicroelectronics HAL Drivers |
| 13 | +* `system/Middlewares/OpenAMP` |
| 14 | +* `libraries/VirtIO` - except virtio implementation (see [MIT License](#mit-license)) |
| 15 | +* `libraries/SrcWrapper/inc/PinName*.h` |
16 | 16 |
|
17 | 17 | [Ultimate Liberty License](#Ultimate-Liberty-License) is used for:
|
18 |
| -* system/Middlewares/STM32_USB_*_Library folders |
19 |
| -* libraries/USBDevice (see header) |
| 18 | +* `system/Middlewares/STM32_USB_*_Library` folders |
| 19 | +* `libraries/USBDevice` (see header) |
20 | 20 |
|
21 | 21 | [Apache License](#apache-license) is used for:
|
22 |
| -* system/Drivers/CMSIS folder includes the STMicroelectronics CMSIS device |
23 |
| -* system/include/include/pinmap.h |
24 |
| -* libraries/SrcWrapper/src/stm32/pinmap.c |
25 |
| -* tools/platformio/platformio-build.py |
| 22 | +* `system/Drivers/CMSIS` folder includes the STMicroelectronics CMSIS device |
| 23 | +* `system/include/include/pinmap.h` |
| 24 | +* `libraries/SrcWrapper/src/stm32/pinmap.c` |
| 25 | +* `tools/platformio/platformio-build.py` |
26 | 26 |
|
27 | 27 | [MIT License](#mit-license)
|
28 |
| -* libraries/VirtIO/*/virtio* |
| 28 | +* `libraries/VirtIO/*/virtio*` |
| 29 | + |
| 30 | +> [!NOTE] |
| 31 | +> `system/STM32*xx/system_stm32*xx.c` uses same license than `system/Drivers/CMSIS` |
| 32 | +> `system/STM32*xx/stm32*xx_hal_conf_default.h` uses same license than `system/Drivers` subfolders |
29 | 33 |
|
30 |
| -Note: |
31 |
| -* system/STM32*xx/system_stm32*xx.c uses same license than system/Drivers/ subfolders |
32 |
| -* system/STM32*xx/stm32*xx_hal_conf_default.h uses same license than system/Drivers/CMSIS |
33 | 34 | -------------------------------------------------------------------------------
|
34 | 35 | ## LGPLv2.1
|
35 | 36 | GNU LESSER GENERAL PUBLIC LICENSE
|
|
0 commit comments