Skip to content

Commit 66ff862

Browse files
committed
Update template licenses to MIT.
1 parent 9e73464 commit 66ff862

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Adafruit_QT_Py_ESP32-S2/Analog_In/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2-
# SPDX-License-Identifier: Unlicense
2+
# SPDX-License-Identifier: MIT
33
"""
44
CircuitPython analog voltage value example
55
"""

Adafruit_QT_Py_ESP32-S2/Capacitive_Touch_One_Pin/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2-
# SPDX-License-Identifier: Unlicense
2+
# SPDX-License-Identifier: MIT
33
"""
44
CircuitPython Capacitive Touch Pin Example - Print to the serial console when one pin is touched.
55
"""

Adafruit_QT_Py_ESP32-S2/Digital_Input/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2-
# SPDX-License-Identifier: Unlicense
2+
# SPDX-License-Identifier: MIT
33
"""
44
CircuitPython Digital Input example - Blinking a built-in NeoPixel LED using a button switch.
55
"""

Adafruit_QT_Py_ESP32-S2/Storage/boot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2-
# SPDX-License-Identifier: Unlicense
2+
# SPDX-License-Identifier: MIT
33
"""
44
CircuitPython Essentials Storage CP Filesystem boot.py file
55
"""

Adafruit_QT_Py_ESP32-S2/Storage/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2-
# SPDX-License-Identifier: Unlicense
2+
# SPDX-License-Identifier: MIT
33
"""
44
CircuitPython Essentials Storage CP Filesystem code.py file
55
"""

0 commit comments

Comments
 (0)