Skip to content

Commit c03f32e

Browse files
committed
Add more license detail
Add missing license
1 parent 557909c commit c03f32e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ make BOARD=M5STACK_4MB BOARD_TYPE=stickcplus flash
5353
- [scd40][] Copyright (c) 2022 Sebastian Wicki and licensed under MIT License.
5454
- [sgp30][] Copyright (c) 2022 Sebastian Wicki and licensed under MIT License.
5555
- [sht4x][] Copyright (c) 2021 ladyada for Adafruit and licensed under MIT License.
56+
- [vl53l0x][] Copyright (c) 2017 Tony DiCola for Adafruit Industries and licensed under MIT License.
57+
- [camera][] Copyright (c) 2021 Mauro Riva and licensed under Apache License Version 2.0.
5658

5759
[micropython]: https://github.com/micropython/micropython
5860
[umqtt]: https://github.com/micropython/micropython-lib
@@ -68,3 +70,5 @@ make BOARD=M5STACK_4MB BOARD_TYPE=stickcplus flash
6870
[scd40]: https://github.com/gandro/micropython-m5stamp-c3u
6971
[sgp30]: https://github.com/gandro/micropython-m5stamp-c3u
7072
[sht4x]: https://github.com/adafruit/Adafruit_CircuitPython_SHT4x
73+
[vl53l0x]: https://github.com/adafruit/Adafruit_CircuitPython_VL53L0X
74+
[camera]: https://github.com/lemariva/micropython-camera-driver

m5stack/libs/driver/vl53l0x.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2017 Tony DiCola for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import math
26
import time
37

0 commit comments

Comments
 (0)