Skip to content

Commit 06982c0

Browse files
committed
Added SPDX to 30 more files - spdx-33
1 parent bfe5427 commit 06982c0

File tree

30 files changed

+120
-0
lines changed

30 files changed

+120
-0
lines changed

Adafruit_Tweet_Receipt/Gutenbird/Gutenbird.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2013 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
/*
26
IMPORTANT: THIS SOFTWARE CURRENTLY DOES NOT WORK, and future
37
status is uncertain. Twitter has changed their API to require

Bluetooth_Restroom_Keys/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Anne Barela for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""Bluetooth Key Tracker."""
26
from adafruit_ble import BLERadio
37
from adafruit_led_animation.animation import Pulse, Solid

CLUE_Metronome/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
import board
37
import displayio

EInk_Bonnet_Weather_Station/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Melissa LeBlanc-Williams for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
This example queries the Open Weather Maps site API to find out the current
37
weather for your location... and display it on a eInk Bonnet!

EInk_Bonnet_Weather_Station/weather_graphics.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Melissa LeBlanc-Williams for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
from datetime import datetime
26
import json
37
from PIL import Image, ImageDraw, ImageFont

EyeLights_LED_Glasses_and_Driver/Digital_Input/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
CircuitPython Digital Input Example - Blinking an LED using a button switch.
37
"""

Feather_Holiday_Lights/Feather_32u4_Lights/Adafruit_VCNL4010.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// VCNL4010 code adapted from:
26
// https://github.com/adafruit/Adafruit_VCNL4010
37
#ifndef ADAFRUIT_VCNL4010_H

Feather_Holiday_Lights/Feather_32u4_Lights/Feather_32u4_Lights.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// Adafruit 32u4 Feather Color Sensing Holiday Lights
26
// See the full guide at:
37
// https://learn.adafruit.com/feather-holiday-lights/overview

Feather_Holiday_Lights/Feather_BluefruitLE_Lights/BluefruitConfig.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// COMMON SETTINGS
26
// ----------------------------------------------------------------------------------------------
37
// These settings are used in both SW UART, HW UART and SPI mode

Feather_Holiday_Lights/Feather_BluefruitLE_Lights/Feather_BluefruitLE_Lights.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Tony DiCola for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// Adafruit Bluefruit LE Feather Holiday Lights
26
// See the full guide at:
37
// https://learn.adafruit.com/feather-holiday-lights/overview

0 commit comments

Comments
 (0)