Added SPDX to 20 more files - spdx-3

This commit is contained in:
dherrada 2022-02-18 16:42:25 -05:00
parent a535a6e96d
commit 2a17c418dd
20 changed files with 81 additions and 0 deletions

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Tony DiCola for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Smart Bulb Colorific! Control With Bluez
# Author: Tony DiCola
#

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: Jeremy Plichta
# SPDX-FileCopyrightText: 2019 Tony DiCola for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Smart Bulb Flux Bulb Control With Bluez
# Author: Tony DiCola
# Author: (Flux Bulb modifications) Jeremy Plichta

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include <Adafruit_DotStar.h>
#define NUM_DOTSTAR 5

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include <Adafruit_DotStar.h>
#include <Adafruit_GFX.h> // Core graphics library
#include <Adafruit_ST7789.h> // Hardware-specific library for ST7789

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include <Adafruit_DotStar.h>
#include <Adafruit_GFX.h> // Core graphics library
#include <Adafruit_ST7789.h> // Hardware-specific library for ST7789

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/*
JOY: Adafruit PyGamer or PyBadge as a friendly USB HID game controller.
Requires Arcada, ArduinoJSON and Audio libraries.

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#define FACE_WIDTH 128
#define FACE_HEIGHT 128
#define EYES_WIDTH 102

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// This table maps key name strings (e.g. "RETURN") to
// numeric HID key codes in the TinyUSB hid.h header file.

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Audio data converted from WAV file by wav2sketch
// Converted from pew1.wav, using 44100 Hz, u-law encoding

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
CircuitPython I2S MP3 playback example.
Plays a single MP3 once.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
CircuitPython I2S Tone playback example.
Plays a tone for one second on, one

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
CircuitPython I2S WAV file playback.
Plays a WAV file once.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
CircuitPython multiple MP3 playback example for Raspberry Pi Pico.
Plays two MP3 files consecutively, once time each.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
CircuitPython single MP3 playback example for Raspberry Pi Pico.
Plays a single MP3 once.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
PyPortal Google Cloud IoT Core Planter
=======================================================

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""
GFX Helper for PyPortal GCP IoT Plant Monitor
"""

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// This program does a test of all the PyPortal Titano hardware
// so you can get an example of how to read
// sensors, touchscreen, and display stuff!

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2020 gmeader for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#define SAMPLE_RATE 16000
const uint8_t clickaudio[] = {

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import os
import board
import busio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time
import board
import digitalio