Skip to content

Commit 247f531

Browse files
authored
chore(doc): updates License.md formatting
Signed-off-by: Frederic Pillon <[email protected]>
1 parent f919d8c commit 247f531

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

Diff for: License.md

+18-17
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
This files includes licensing information for parts of this repository.
22

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.
55
66
[LGPLv2.1](#lgplv21) is used for:
77

8-
* cores/arduino/*.* mainly contains modified files from Arduino.
8+
* `cores/arduino/*.*` mainly contains modified files from Arduino.
99

1010
[BSD 3-Clause License](#bsd-3-clause-license) is used for:
1111

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`
1616

1717
[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)
2020

2121
[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`
2626

2727
[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
2933
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
3334
-------------------------------------------------------------------------------
3435
## LGPLv2.1
3536
GNU LESSER GENERAL PUBLIC LICENSE

0 commit comments

Comments
 (0)