diff options
| author | Damien George <damien@micropython.org> | 2021-07-12 16:33:39 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-07-12 16:36:40 +1000 |
| commit | 966e8bf934273056af3162887fe1df014601a66d (patch) | |
| tree | 581db3976c7e0a5fea06dd1ff50a52a7c87891db | |
| parent | 6dd92d7742adf06c699c52f6b7830efe2f7cc3bd (diff) | |
LICENSE: Update for move of crypto-algorithms, re1.5, uzlib to lib.
Signed-off-by: Damien George <damien@micropython.org>
| -rw-r--r-- | LICENSE | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -38,10 +38,6 @@ used during the build process and is not part of the compiled source code. /cc3000 (BSD-3-clause) /cc3100 (BSD-3-clause) /wiznet5k (BSD-3-clause) - /extmod - /crypto-algorithms (NONE) - /re15 (BSD-3-clause) - /uzlib (Zlib) /lib /asf4 (Apache-2.0) /axtls (BSD-3-clause) @@ -52,6 +48,7 @@ used during the build process and is not part of the compiled source code. /berkeley-db-1xx (BSD-4-clause) /btstack (See btstack/LICENSE) /cmsis (BSD-3-clause) + /crypto-algorithms (NONE) /libhydrogen (ISC) /littlefs (BSD-3-clause) /lwip (BSD-3-clause) @@ -60,9 +57,11 @@ used during the build process and is not part of the compiled source code. /nxp_driver (BSD-3-Clause) /oofatfs (BSD-1-clause) /pico-sdk (BSD-3-clause) + /re15 (BSD-3-clause) /stm32lib (BSD-3-clause) /tinytest (BSD-3-clause) /tinyusb (MIT) + /uzlib (Zlib) /logo (uses OFL-1.1) /ports /cc3200 |
