Added SPDX to 30 more files - spdx-32

This commit is contained in:
dherrada 2022-02-23 13:22:52 -05:00
parent bfe5427a4a
commit 9d72950cc0
30 changed files with 120 additions and 0 deletions

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Dan Cogliano for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/*************************************************** /***************************************************
* ePaper Tri Color Calendar Demo * ePaper Tri Color Calendar Demo
* For use with Adafruit Metro M4 Express Airlift and tricolor e-Paper Display Shield * For use with Adafruit Metro M4 Express Airlift and tricolor e-Paper Display Shield

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#ifndef _SECRETS_H THEN #ifndef _SECRETS_H THEN
#define _SECRETS_H #define _SECRETS_H

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Liz Clark for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
import board import board
import busio import busio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Liz Clark for Adafruit Industries
#
# SPDX-License-Identifier: MIT
'''BLE Synth '''BLE Synth
File for the Circuit Playground Bluefruit File for the Circuit Playground Bluefruit
Amp Portion''' Amp Portion'''

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Liz Clark for Adafruit Industries
#
# SPDX-License-Identifier: MIT
'''BLE Synth '''BLE Synth
File for the Feather nFR52840 File for the Feather nFR52840
Keyboard Portion''' Keyboard Portion'''

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Very infrequently the jobStatus member in Adafruit_ZeroDMA gets out of // Very infrequently the jobStatus member in Adafruit_ZeroDMA gets out of
// sync and the screen DMA updates lock up. This is a hacky workaround. // sync and the screen DMA updates lock up. This is a hacky workaround.
// jobStatus is a protected member of Adafruit_ZeroDMA, we can't reset it // jobStatus is a protected member of Adafruit_ZeroDMA, we can't reset it

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 teejaydub for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#if 0 // Change to 1 to enable this code (referenced by user_watch.cpp) #if 0 // Change to 1 to enable this code (referenced by user_watch.cpp)
// CORRESPONDING LINE IN user_watch.cpp MUST ALSO BE ENABLED! // CORRESPONDING LINE IN user_watch.cpp MUST ALSO BE ENABLED!

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 teejaydub for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/* Read the IR sensor and try to figure out where the heat is located. /* Read the IR sensor and try to figure out where the heat is located.
Orientation: Looking into the sensor, the window is on the bottom of the silver package, Orientation: Looking into the sensor, the window is on the bottom of the silver package,

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Animated eyes for Adafruit MONSTER M4SK and HALLOWING M4 dev boards. // Animated eyes for Adafruit MONSTER M4SK and HALLOWING M4 dev boards.
// This code is pretty tightly coupled to the resources of these boards // This code is pretty tightly coupled to the resources of these boards
// (one or two ST7789 240x240 pixel TFTs on separate SPI buses, and a // (one or two ST7789 240x240 pixel TFTs on separate SPI buses, and a

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
//34567890123456789012345678901234567890123456789012345678901234567890123456 //34567890123456789012345678901234567890123456789012345678901234567890123456
#define ARDUINOJSON_ENABLE_COMMENTS 1 #define ARDUINOJSON_ENABLE_COMMENTS 1

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
//34567890123456789012345678901234567890123456789012345678901234567890123456 //34567890123456789012345678901234567890123456789012345678901234567890123456
#include "Adafruit_Arcada.h" #include "Adafruit_Arcada.h"

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Basic voice changer code. This version is specific to the Adafruit // Basic voice changer code. This version is specific to the Adafruit
// MONSTER M4SK board using a PDM microphone. // MONSTER M4SK board using a PDM microphone.

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
//34567890123456789012345678901234567890123456789012345678901234567890123456 //34567890123456789012345678901234567890123456789012345678901234567890123456
#include "globals.h" #include "globals.h"

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#if 1 // Change to 0 to disable this code (must enable ONE user*.cpp only!) #if 1 // Change to 0 to disable this code (must enable ONE user*.cpp only!)
#include "globals.h" #include "globals.h"

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#if 0 // Change to 1 to enable this code (must enable ONE user*.cpp only!) #if 0 // Change to 1 to enable this code (must enable ONE user*.cpp only!)
#include "globals.h" #include "globals.h"

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#if 0 // Change to 1 to enable this code (must enable ONE user*.cpp only!) #if 0 // Change to 1 to enable this code (must enable ONE user*.cpp only!)
#include <Arduino.h> #include <Arduino.h>

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#if 0 // Change to 1 to enable this code (must enable ONE user*.cpp only!) #if 0 // Change to 1 to enable this code (must enable ONE user*.cpp only!)
#include <Adafruit_NeoPixel.h> #include <Adafruit_NeoPixel.h>

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2020 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#if 0 // Change to 1 to enable this code (must enable ONE user*.cpp only!) #if 0 // Change to 1 to enable this code (must enable ONE user*.cpp only!)
// PIR motion sensor on pin 3 makes eyes open when motion is detected. // PIR motion sensor on pin 3 makes eyes open when motion is detected.

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#if 0 // Change to 1 to enable this code (must enable ONE user*.cpp only!) #if 0 // Change to 1 to enable this code (must enable ONE user*.cpp only!)
#include "globals.h" #include "globals.h"

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 teejaydub for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#if 0 // Change to 1 to enable this code (must enable ONE user*.cpp only!) #if 0 // Change to 1 to enable this code (must enable ONE user*.cpp only!)
// CORRESPONDING LINE IN HeatSensor.cpp MUST ALSO BE ENABLED! // CORRESPONDING LINE IN HeatSensor.cpp MUST ALSO BE ENABLED!

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# RGB Color Picker demo - wire up RGB LEDs and set their color # RGB Color Picker demo - wire up RGB LEDs and set their color
# using Adafruit Bluefruit Connect App on your phone # using Adafruit Bluefruit Connect App on your phone
# runs on Feather M0 Bluefruit LE running the Feather M0 Adalogger build # runs on Feather M0 Bluefruit LE running the Feather M0 Adalogger build

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Tony DiCola for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/*************************************************** /***************************************************
Adafruit MQTT Library ESP8266 Example Adafruit MQTT Library ESP8266 Example
Must use ESP8266 Arduino from: Must use ESP8266 Arduino from:

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import paho.mqtt.publish as publish import paho.mqtt.publish as publish
import time import time

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2014 Roger Light
#
# SPDX-License-Identifier: EPL-1.0
# Copyright (c) 2012-2014 Roger Light <roger@atchoo.org> # Copyright (c) 2012-2014 Roger Light <roger@atchoo.org>
# #
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2014 Roger Light
#
# SPDX-License-Identifier: EPL-1.0
# Copyright (c) 2014 Roger Light <roger@atchoo.org> # Copyright (c) 2014 Roger Light <roger@atchoo.org>
# #
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Noe Ruiz for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
import random import random
import board import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
import board import board
import audioio import audioio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
This example will access the twitter follow button API, grab a number like This example will access the twitter follow button API, grab a number like
the number of followers... and display it on a screen! the number of followers... and display it on a screen!

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
This example will access the youtube API, grab a number like number of views This example will access the youtube API, grab a number like number of views
or subscribers... and display it on a screen or subscribers... and display it on a screen

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
import math import math
import array import array