@@ -19,3 +19,68 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
THE SOFTWARE.
22
+
23
+ --------------------------------------------------------------------------------
24
+
25
+ Unless specified otherwise (see below), the above license and copyright applies
26
+ to all files in this repository.
27
+
28
+ Individual files may include additional copyright holders.
29
+
30
+ The various ports of MicroPython may include third-party software that is
31
+ licensed under different terms. These licenses are summarised in the tree
32
+ below, please refer to these files and directories for further license and
33
+ copyright information. Note that (L)GPL-licensed code listed below is only
34
+ used during the build process and is not part of the compiled source code.
35
+
36
+ / (MIT)
37
+ /drivers
38
+ /cc3000 (BSD-3-clause)
39
+ /cc3100 (BSD-3-clause)
40
+ /wiznet5k (BSD-3-clause)
41
+ /extmod
42
+ /crypto-algorithms (NONE)
43
+ /re15 (BSD-3-clause)
44
+ /uzlib (Zlib)
45
+ /lib
46
+ /asf4 (Apache-2.0)
47
+ /axtls (BSD-3-clause)
48
+ /config
49
+ /scripts
50
+ /config (GPL-2.0-or-later)
51
+ /Rules.mak (GPL-2.0)
52
+ /berkeley-db-1xx (BSD-4-clause)
53
+ /btstack (See btstack/LICENSE)
54
+ /cmsis (BSD-3-clause)
55
+ /libhydrogen (ISC)
56
+ /littlefs (BSD-3-clause)
57
+ /lwip (BSD-3-clause)
58
+ /mynewt-nimble (Apache-2.0)
59
+ /nrfx (BSD-3-clause)
60
+ /nxp_driver (BSD-3-Clause)
61
+ /oofatfs (BSD-1-clause)
62
+ /pico-sdk (BSD-3-clause)
63
+ /stm32lib (BSD-3-clause)
64
+ /tinytest (BSD-3-clause)
65
+ /tinyusb (MIT)
66
+ /logo (uses OFL-1.1)
67
+ /ports
68
+ /cc3200
69
+ /hal (BSD-3-clause)
70
+ /simplelink (BSD-3-clause)
71
+ /FreeRTOS (GPL-2.0 with FreeRTOS exception)
72
+ /stm32
73
+ /usbd*.c (MCD-ST Liberty SW License Agreement V2)
74
+ /stm32_it.* (MIT + BSD-3-clause)
75
+ /system_stm32*.c (MIT + BSD-3-clause)
76
+ /boards
77
+ /startup_stm32*.s (BSD-3-clause)
78
+ /*/stm32*.h (BSD-3-clause)
79
+ /usbdev (MCD-ST Liberty SW License Agreement V2)
80
+ /usbhost (MCD-ST Liberty SW License Agreement V2)
81
+ /teensy
82
+ /core (PJRC.COM)
83
+ /zephyr
84
+ /src (Apache-2.0)
85
+ /tools
86
+ /dfu.py (LGPL-3.0-only)
0 commit comments