Third batch of files for SPDX

This commit is contained in:
Anne Barela 2021-10-21 15:57:33 -04:00
parent 715923c98f
commit d566d13389
10 changed files with 38 additions and 0 deletions

View file

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2018 Arduino SA
//
// SPDX-License-Identifier: GPL-2.1-or-later
/*
SerialNINAPassthrough - Use esptool to flash the ESP32 module
For use with PyPortal, Metro M4 WiFi...

View file

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2018 Arduino SA
//
// SPDX-License-Identifier: GPL-2.1-or-later
/*
RP2040-SerialESPPassthrough - Used for flashing ESP32 module
with the Raspberry Pi RP2040.

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Limor Fried/Ladyada for Adafruit Industries
//
// SPDX-License-Identifier: MIT
//
// Stream MP3s over WiFi on Metro M4 Express and play via music maker shield
//#define DEBUG_OUTPUT

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2020 Limor Fried/Ladyada for Adafruit Industries
//
// SPDX-License-Identifier: MIT
//
// Stream MP3s over WiFi on Metro M4 Express and play via music maker shield
//#define DEBUG_OUTPUT

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
#
"""CircuitPython Digital Input example for Feather RP2040"""
import board
import digitalio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
#
"""Sensor demo for Adafruit Feather Sense. Prints data from each of the sensors."""
import time
import array

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries
//
// SPDX-License-Identifier: MIT
//
#include <Adafruit_APDS9960.h>
#include <Adafruit_BMP280.h>
#include <Adafruit_LIS3MDL.h>

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
#
"""CircuitPython Digital Input Example for FunHouse"""
import board
import digitalio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
#
"""CircuitPython DotStar rainbow example for FunHouse"""
import time
import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
#
"""CircuitPython DotStar red, green, blue example for FunHouse"""
import time
import board