Merge pull request #2050 from adafruit/spdx-29

Added SPDX to 30 more files - spdx-29
This commit is contained in:
Anne Barela 2022-02-23 15:37:36 -05:00 committed by GitHub
commit 3a911c8427
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 120 additions and 0 deletions

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# 3D_Printed_Guardian_Sword # 3D_Printed_Guardian_Sword
# https://learn.adafruit.com/breath-of-the-wild-guardian-sword-led-3d-printed # https://learn.adafruit.com/breath-of-the-wild-guardian-sword-led-3d-printed

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'adafruit_io_steppers.py' 'adafruit_io_steppers.py'
================================== ==================================

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: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
import board import board
import touchio import touchio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import array import array
import math import math
import board import board

View file

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

View file

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

View file

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

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Eva Herrada for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
A library for completing the Pyloton bike computer learn guide utilizing the Adafruit CLUE. A library for completing the Pyloton bike computer learn guide utilizing the Adafruit CLUE.
""" """

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/*************************************************** /***************************************************
This is a library for the MLX90614 temperature sensor SPECIFICALLY This is a library for the MLX90614 temperature sensor SPECIFICALLY
FOR USE WITH TINYWIREM ON TRINKET/GEMMA FOR USE WITH TINYWIREM ON TRINKET/GEMMA

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Designed specifically to work with the MLX90614 sensors in the # Designed specifically to work with the MLX90614 sensors in the
# adafruit shop # adafruit shop
# ----> https://www.adafruit.com/product/1747 # ----> https://www.adafruit.com/product/1747

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: 2018 John Edgar Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""UNICORN SWORD example for Adafruit Hallowing & NeoPixel strip""" """UNICORN SWORD example for Adafruit Hallowing & NeoPixel strip"""
# pylint: disable=bare-except # pylint: disable=bare-except

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// "Minotaur Maze" plaything for Adafruit Hallowing. Uses ray casting, // "Minotaur Maze" plaything for Adafruit Hallowing. Uses ray casting,
// DMA and related shenanigans to smoothly move about a 3D maze. // DMA and related shenanigans to smoothly move about a 3D maze.
// Tilt Hallowing to turn right/left and move forward/back. // Tilt Hallowing to turn right/left and move forward/back.

View file

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

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Simple paint program for Trellis M4 Express # Simple paint program for Trellis M4 Express
# Press any button it will cycle through a palette of colors! # Press any button it will cycle through a palette of colors!
# #

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Eva Herrada for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import requests import requests
token = "TOKEN_GOES_HERE" token = "TOKEN_GOES_HERE"

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Erin St Blaine for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
Crystal Gem Light Strand Project By Erin St Blaine for Adafruit Industries Crystal Gem Light Strand Project By Erin St Blaine for Adafruit Industries
https://learn.adafruit.com/no-solder-papercraft-crystal-light-strand https://learn.adafruit.com/no-solder-papercraft-crystal-light-strand

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
from adafruit_circuitplayground import cp from adafruit_circuitplayground import cp
while True: while True:

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
from adafruit_circuitplayground import cp from adafruit_circuitplayground import cp
while True: while True:

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
from adafruit_circuitplayground import cp from adafruit_circuitplayground import cp
while True: while True:

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
from adafruit_circuitplayground import cp from adafruit_circuitplayground import cp
cp.play_tone(440, 1) cp.play_tone(440, 1)

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
from adafruit_circuitplayground import cp from adafruit_circuitplayground import cp
while True: while True:

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
from adafruit_circuitplayground import cp from adafruit_circuitplayground import cp
while True: while True:

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
from adafruit_circuitplayground import cp from adafruit_circuitplayground import cp
while True: while True:

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
from adafruit_circuitplayground import cp from adafruit_circuitplayground import cp
while True: while True:

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Liz Clark 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: 2019 Isaac Wellish for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'of this day' demo 'of this day' demo
Display notable info about famous electronics-related peoples Display notable info about famous electronics-related peoples

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Tony DiCola for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Smart Toilet Light with ESP8266 // Smart Toilet Light with ESP8266
// //
// Use a feed in Adafruit IO to control the color and animation of a neopixel // Use a feed in Adafruit IO to control the color and animation of a neopixel

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 John Edgar Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""Snow Globe for Adafruit Circuit Playground express with CircuitPython """ """Snow Globe for Adafruit Circuit Playground express with CircuitPython """
import math import math