Skip to content

Commit 771570d

Browse files
authored
Merge pull request #58 from adafruit/license-switch
Moved examples to MIT license
2 parents 15fd30b + 42a3207 commit 771570d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/clue_ble_color_patchwork.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2019 Kattni Rembor, written for Adafruit Industries
22
#
3-
# SPDX-License-Identifier: Unlicense
3+
# SPDX-License-Identifier: MIT
44
"""
55
Circuit Python BLE Color Patchwork
66
This demo uses advertising to broadcast a color of the users choice.

examples/clue_display_sensor_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2019 Kattni Rembor, written for Adafruit Industries
22
#
3-
# SPDX-License-Identifier: Unlicense
3+
# SPDX-License-Identifier: MIT
44
from adafruit_clue import clue
55

66
clue.sea_level_pressure = 1020

examples/clue_height_calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2019 Kattni Rembor, written for Adafruit Industries
22
#
3-
# SPDX-License-Identifier: Unlicense
3+
# SPDX-License-Identifier: MIT
44
"""Calculate the height of an object. Press button A to reset initial height and then lift the
55
CLUE to find the height."""
66
from adafruit_clue import clue

examples/clue_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2019 Kattni Rembor, written for Adafruit Industries
22
#
3-
# SPDX-License-Identifier: Unlicense
3+
# SPDX-License-Identifier: MIT
44
from adafruit_clue import clue
55

66
clue.sea_level_pressure = 1020

examples/clue_slideshow/clue_slideshow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2019 Kattni Rembor, written for Adafruit Industries
22
#
3-
# SPDX-License-Identifier: Unlicense
3+
# SPDX-License-Identifier: MIT
44
"""Display a series of bitmaps using the buttons to advance through the list. To use: place
55
supported bitmap files on your CIRCUITPY drive, then press the buttons on your CLUE to advance
66
through them.

examples/clue_spirit_level.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2019 Kattni Rembor, written for Adafruit Industries
22
#
3-
# SPDX-License-Identifier: Unlicense
3+
# SPDX-License-Identifier: MIT
44
"""CLUE Spirit Level Demo"""
55
import board
66
import displayio

0 commit comments

Comments
 (0)