Added SPDX to 30 more files - spdx-48

This commit is contained in:
dherrada 2022-02-23 14:28:33 -05:00
parent bfe5427a4a
commit c322561d6f
30 changed files with 856 additions and 735 deletions

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Test code for Adafruit GPS modules using MTK driver // Test code for Adafruit GPS modules using MTK driver
// such as www.adafruit.com/products/660 (discontinued) // such as www.adafruit.com/products/660 (discontinued)
// For new use see www.adafruit.com/products/746 (needs different code) // For new use see www.adafruit.com/products/746 (needs different code)

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Arduino "bridge" code between host computer and WS2801-based digital // Arduino "bridge" code between host computer and WS2801-based digital
// RGB LED pixels (e.g. Adafruit product ID #322). Intended for use // RGB LED pixels (e.g. Adafruit product ID #322). Intended for use
// with USB-native boards such as Teensy or Adafruit 32u4 Breakout; // with USB-native boards such as Teensy or Adafruit 32u4 Breakout;

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/***************************************************************************** /*****************************************************************************
Sketch for testing WS2801 LED strands - lights one LED along length of strand. Sketch for testing WS2801 LED strands - lights one LED along length of strand.
Because only one LED is lit at a time, can safely be powered from Arduino +5V. Because only one LED is lit at a time, can safely be powered from Arduino +5V.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# ATMakers HandUp # ATMakers HandUp
# Listens to the USB Serial port and responds to incoming strings # Listens to the USB Serial port and responds to incoming strings
# Sets appropriate colors on the DotStar LED # Sets appropriate colors on the DotStar LED

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
Paint for PyPortal, PyBadge, PyGamer, and the like. Paint for PyPortal, PyBadge, PyGamer, and the like.

View file

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

View file

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

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/*------------------------------------------------------------------------ /*------------------------------------------------------------------------
Gemma "Firewalker Lite" sneakers sketch. Gemma "Firewalker Lite" sneakers sketch.
Uses the following Adafruit parts (X2 for two shoes): Uses the following Adafruit parts (X2 for two shoes):

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Gemma "Firewalker Lite" sneakers # Gemma "Firewalker Lite" sneakers
# - Uses the following Adafruit parts (X2 for two shoes): # - Uses the following Adafruit parts (X2 for two shoes):
# * Gemma M0 3V microcontroller (#3501) # * Gemma M0 3V microcontroller (#3501)

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 displayio import displayio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Liz Clark for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# This file is where you keep secret settings, passwords, and tokens! # This file is where you keep secret settings, passwords, and tokens!
# If you put them in the code you risk committing that info or sharing it # If you put them in the code you risk committing that info or sharing it

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Collin Cunningham for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/* MIDI Solenoid Drummer /* MIDI Solenoid Drummer
* for use with Adafruit Feather + Crickit Featherwing * for use with Adafruit Feather + Crickit Featherwing
* assumes a 5V solenoid connected to each of Crickit's four Drive ports * assumes a 5V solenoid connected to each of Crickit's four Drive ports

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Eva Herrada for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
import math import math
import board import board

View file

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

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
RGB Matrix Ocean Scroller RGB Matrix Ocean Scroller
Adafruit invests time and resources providing this open source code. Adafruit invests time and resources providing this open source code.

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// On Leonardo/Micro or others with hardware serial, use those! // On Leonardo/Micro or others with hardware serial, use those!
// uncomment this line: // uncomment this line:
// #define pmsSerial Serial1 // #define pmsSerial Serial1

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
import math import math
import board import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Collin Cunningham for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
This code will display a random strategy from strategies.py when the This code will display a random strategy from strategies.py when the
PyPortal screen is pressed. See the original Oblique Strategies PyPortal screen is pressed. See the original Oblique Strategies

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Collin Cunningham for Adafruit Industries
#
# SPDX-License-Identifier: MIT
strategies = [ strategies = [
"Abandon normal instruments", "Abandon normal instruments",
"Accept advice", "Accept advice",

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2020 Melissa LeBlanc-Williams for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Bad Apple for ESP32 with OLED SSD1306 | 2018 by Hackerspace-FFM.de | MIT-License. // Bad Apple for ESP32 with OLED SSD1306 | 2018 by Hackerspace-FFM.de | MIT-License.
// Adapted for Sharp Memory display + Itsy Bitsy M4 - put video.hs on QSPI storage using CircuitPython // Adapted for Sharp Memory display + Itsy Bitsy M4 - put video.hs on QSPI storage using CircuitPython
#include "heatshrink_decoder.h" #include "heatshrink_decoder.h"

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2020 Melissa LeBlanc-Williams for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#ifndef HEATSHRINK_H #ifndef HEATSHRINK_H
#define HEATSHRINK_H #define HEATSHRINK_H

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2020 Melissa LeBlanc-Williams for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#ifndef HEATSHRINK_CONFIG_H #ifndef HEATSHRINK_CONFIG_H
#define HEATSHRINK_CONFIG_H #define HEATSHRINK_CONFIG_H

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2020 Melissa LeBlanc-Williams for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "heatshrink_decoder.h" #include "heatshrink_decoder.h"

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2020 Melissa LeBlanc-Williams for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#ifndef HEATSHRINK_DECODER_H #ifndef HEATSHRINK_DECODER_H
#define HEATSHRINK_DECODER_H #define HEATSHRINK_DECODER_H

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include <FastLED.h> #include <FastLED.h>
#define LED_PIN 0 #define LED_PIN 0

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import board import board
import neopixel import neopixel
import adafruit_fancyled.adafruit_fancyled as fancy import adafruit_fancyled.adafruit_fancyled as fancy

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import serial import serial
# open serial port # open serial port

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import json import json
import serial import serial

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import serial import serial
# how many bytes to read? # how many bytes to read?

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include <Adafruit_NeoPixel.h> #include <Adafruit_NeoPixel.h>
#include "OPTIGATrustM.h" #include "OPTIGATrustM.h"