8000 LICENSE: Reference third-party licenses. · micropython/micropython@2fa975c · GitHub
[go: up one dir, main page]

Skip to content

Commit 2fa975c

Browse files
committed
LICENSE: Reference third-party licenses.
This is to provide a summary of the licenses used by MicroPython. - Add SPDX identifier for every directory that includes non-MIT-licensed content. - Add brief summary. - Update docs license to be more explicit. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent bbf9dd8 commit 2fa975c

File tree

2 files changed

+66
-1
lines changed

2 files changed

+66
-1
lines changed

LICENSE

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,68 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
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)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
# General information about the project.
6868
project = 'MicroPython'
69-
copyright = '2014-2021, Damien P. George, Paul Sokolovsky, and contributors'
69+
copyright = '- The MicroPython Documentation is Copyright © 2014-2021, Damien P. George, Paul Sokolovsky, and contributors'
7070

7171
# The version info for the project you're documenting, acts as replacement for
7272
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)
0