Skip to content

Commit a534427

Browse files
committed
fixing missing copyright and license
1 parent 0cdae7b commit a534427

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/shtc3_simpletest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#!/usr/bin/env python
1+
# SPDX-FileCopyrightText: Copyright (c) 2020 Bryan Siepert for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
24
import time
35
import busio
46
import board

0 commit comments

Comments
 (0)