1
- The MIT License (MIT)
1
+ MIT License
2
2
3
- Copyright (c) 2013-2022 Damien P. George
3
+ Copyright (c) 2013-2022 Damien P. George and others
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
@@ -9,77 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
9
copies of the Software, and to permit persons to whom the Software is
10
10
furnished to do so, subject to the following conditions:
11
11
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
14
15
15
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
16
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
17
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
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
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
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
- /lib
42
- /asf4 (Apache-2.0)
43
- /axtls (BSD-3-clause)
44
- /config
45
- /scripts
46
- /config (GPL-2.0-or-later)
47
- /Rules.mak (GPL-2.0)
48
- /berkeley-db-1xx (BSD-4-clause)
49
- /btstack (See btstack/LICENSE)
50
- /cmsis (BSD-3-clause)
51
- /crypto-algorithms (NONE)
52
- /libhydrogen (ISC)
53
- /littlefs (BSD-3-clause)
54
- /lwip (BSD-3-clause)
55
- /mynewt-nimble (Apache-2.0)
56
- /nrfx (BSD-3-clause)
57
- /nxp_driver (BSD-3-Clause)
58
- /oofatfs (BSD-1-clause)
59
- /pico-sdk (BSD-3-clause)
60
- /re15 (BSD-3-clause)
61
- /stm32lib (BSD-3-clause)
62
- /tinytest (BSD-3-clause)
63
- /tinyusb (MIT)
64
- /uzlib (Zlib)
65
- /logo (uses OFL-1.1)
66
- /ports
67
- /cc3200
68
- /hal (BSD-3-clause)
69
- /simplelink (BSD-3-clause)
70
- /FreeRTOS (GPL-2.0 with FreeRTOS exception)
71
- /stm32
72
- /usbd*.c (MCD-ST Liberty SW License Agreement V2)
73
- /stm32_it.* (MIT + BSD-3-clause)
74
- /system_stm32*.c (MIT + BSD-3-clause)
75
- /boards
76
- /startup_stm32*.s (BSD-3-clause)
77
- /*/stm32*.h (BSD-3-clause)
78
- /usbdev (MCD-ST Liberty SW License Agreement V2)
79
- /usbhost (MCD-ST Liberty SW License Agreement V2)
80
- /teensy
81
- /core (PJRC.COM)
82
- /zephyr
83
- /src (Apache-2.0)
84
- /tools
85
- /dfu.py (LGPL-3.0-only)
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
0 commit comments