Skip to content

Commit d566d13

Browse files
committed
Third batch of files for SPDX
1 parent 715923c commit d566d13

File tree

10 files changed

+38
-0
lines changed

10 files changed

+38
-0
lines changed

Adafruit_ESP32_Arduino_Demos/SerialESPPassthrough/SerialESPPassthrough.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2018 Arduino SA
2+
//
3+
// SPDX-License-Identifier: GPL-2.1-or-later
14
/*
25
SerialNINAPassthrough - Use esptool to flash the ESP32 module
36
For use with PyPortal, Metro M4 WiFi...

Adafruit_ESP32_Arduino_Demos/SerialESPPassthrough/serial_passthru_rp2040/serial_passthrough.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2018 Arduino SA
2+
//
3+
// SPDX-License-Identifier: GPL-2.1-or-later
14
/*
25
RP2040-SerialESPPassthrough - Used for flashing ESP32 module
36
with the Raspberry Pi RP2040.

Adafruit_ESP32_Arduino_Demos/streaming_nativemp3_player/streaming_nativemp3_player.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Limor Fried/Ladyada for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
//
15
// Stream MP3s over WiFi on Metro M4 Express and play via music maker shield
26

37
//#define DEBUG_OUTPUT

Adafruit_ESP32_Arduino_Demos/streaming_podcast_player/streaming_podcast_player.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2020 Limor Fried/Ladyada for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
//
15
// Stream MP3s over WiFi on Metro M4 Express and play via music maker shield
26

37
//#define DEBUG_OUTPUT

Adafruit_Feather_RP2040/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
"""CircuitPython Digital Input example for Feather RP2040"""
26
import board
37
import digitalio

Adafruit_Feather_Sense/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
#
15
"""Sensor demo for Adafruit Feather Sense. Prints data from each of the sensors."""
26
import time
37
import array

Adafruit_Feather_Sense/feather_sense_sensor_demo/feather_sense_sensor_demo.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
//
15
#include <Adafruit_APDS9960.h>
26
#include <Adafruit_BMP280.h>
37
#include <Adafruit_LIS3MDL.h>

Adafruit_FunHouse/digital_input_led/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
"""CircuitPython Digital Input Example for FunHouse"""
26
import board
37
import digitalio

Adafruit_FunHouse/dotstar_rainbow/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
"""CircuitPython DotStar rainbow example for FunHouse"""
26
import time
37
import board

Adafruit_FunHouse/dotstar_red_green_blue/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
"""CircuitPython DotStar red, green, blue example for FunHouse"""
26
import time
37
import board

0 commit comments

Comments
 (0)