Merge pull request #2041 from adafruit/spdx-21

Added SPDX to 30 more files - spdx-21
This commit is contained in:
Anne Barela 2022-02-23 12:28:25 -05:00 committed by GitHub
commit b6ea5854fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 121 additions and 0 deletions

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
import random import random
from adafruit_circuitplayground.express import cpx from adafruit_circuitplayground.express import cpx

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

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Jerry Needell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import sys import sys
import adafruit_sdcard import adafruit_sdcard

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Jerry Needell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import sys import sys
import adafruit_sdcard import adafruit_sdcard

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Dotstar painter! Can handle up to ~2300 pixel size image (e.g. 36 x 64) # Dotstar painter! Can handle up to ~2300 pixel size image (e.g. 36 x 64)
import gc import gc

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
import random import random
import audioio import audioio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Limor Fried 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 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# CircuitPython 3.0 CRICKIT demo # CircuitPython 3.0 CRICKIT demo
import gc import gc

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
from busio import I2C from busio import I2C
import analogio import analogio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
from busio import I2C from busio import I2C
import analogio import analogio

View file

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

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
from digitalio import DigitalInOut, Direction, Pull from digitalio import DigitalInOut, Direction, Pull
from adafruit_seesaw.seesaw import Seesaw from adafruit_seesaw.seesaw import Seesaw

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
import gc import gc
from digitalio import DigitalInOut, Direction, Pull from digitalio import DigitalInOut, Direction, Pull

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import digitalio import digitalio
import board import board
import storage import storage

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# CircuitPython 3.0 CRICKIT demo # CircuitPython 3.0 CRICKIT demo
import time import time
from adafruit_seesaw.seesaw import Seesaw from adafruit_seesaw.seesaw import Seesaw

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# The MIT License (MIT) # The MIT License (MIT)
# #
# Copyright (c) 2018 Dave Astels # Copyright (c) 2018 Dave Astels

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
Jump & touch sound example for Adafruit Hallowing. Plays different sounds Jump & touch sound example for Adafruit Hallowing. Plays different sounds
in response to jumping and capacitive touch pads. in response to jumping and capacitive touch pads.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
Stomp & roar sound example for Adafruit Hallowing. Functions as a crude Stomp & roar sound example for Adafruit Hallowing. Functions as a crude
pedometer, plays different sounds in response to steps & jumps. Step pedometer, plays different sounds in response to steps & jumps. Step

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// "Spirit Board" plaything for Adafruit Hallowing. Uses DMA and related // "Spirit Board" plaything for Adafruit Hallowing. Uses DMA and related
// shenanigans to smoothly scroll around a large image. Use the capacitive // shenanigans to smoothly scroll around a large image. Use the capacitive
// touch pads to get a random "spirit reading." Ooooo...spooky! // touch pads to get a random "spirit reading." Ooooo...spooky!

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Embedded graphics for the spirit board sketch. These tables were generated // Embedded graphics for the spirit board sketch. These tables were generated
// using a Python script to process PNG images into packed 32-bit integers, // using a Python script to process PNG images into packed 32-bit integers,
// 2 bits per pixel, with the leftmost pixel in the least significant bits -- // 2 bits per pixel, with the leftmost pixel in the least significant bits --

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// These are the messages that are randomly selected for a "spirit reading" // These are the messages that are randomly selected for a "spirit reading"
// by touching Hallowing's capacitive touch pads. Only letters A-Z and // by touching Hallowing's capacitive touch pads. Only letters A-Z and
// numbers 0-9 are supported. Space character introduces a brief pause // numbers 0-9 are supported. Space character introduces a brief pause

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Isaac Wellish for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Olympic Hotkeys main page # MACROPAD Olympic Hotkeys main page
# pylint: disable=line-too-long # pylint: disable=line-too-long

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Isaac Wellish for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Olympic Hotkeys sports page 1 # MACROPAD Olympic Hotkeys sports page 1
# pylint: disable=line-too-long # pylint: disable=line-too-long

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Isaac Wellish for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Olympic Hotkeys sports page 2 # MACROPAD Olympic Hotkeys sports page 2
# pylint: disable=line-too-long # pylint: disable=line-too-long

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Isaac Wellish for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MACROPAD Olympic Hotkeys sports page 4 # MACROPAD Olympic Hotkeys sports page 4
# pylint: disable=line-too-long # pylint: disable=line-too-long

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
The MIT License (MIT) The MIT License (MIT)

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""LASER SWORD (pew pew) example for Adafruit Hallowing & NeoPixel strip""" """LASER SWORD (pew pew) example for Adafruit Hallowing & NeoPixel strip"""
# pylint: disable=bare-except # pylint: disable=bare-except

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
PyPortal Adafruit IO Feed Display PyPortal Adafruit IO Feed Display

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/* /*
Portable solar panel efficiency tracker. For testing out solar panels! Portable solar panel efficiency tracker. For testing out solar panels!
See https://learn.adafruit.com/portable-solar-charging-tracker for more information See https://learn.adafruit.com/portable-solar-charging-tracker for more information

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2018 Dano Wall for Adafruit Industries
# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Stumble bot, coded in CircuitPython # Stumble bot, coded in CircuitPython
# Using an Adafruit Circuit Playground Express, Crickit, and 2 servos # Using an Adafruit Circuit Playground Express, Crickit, and 2 servos
# Dano Wall, Anne Barela for Adafruit Industries, MIT License, May, 2018 # Dano Wall, Anne Barela for Adafruit Industries, MIT License, May, 2018