Merge pull request #2038 from adafruit/spdx-18

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

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Dan Halbert for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# CircuitPython NeoPixel Color Picker Example # CircuitPython NeoPixel Color Picker Example
import board import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 John Edgar Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
Circuit Playground Bluefruit Ornament Proximity Circuit Playground Bluefruit Ornament Proximity
This demo uses advertising to set the color of scanning devices depending on the strongest broadcast This demo uses advertising to set the color of scanning devices depending on the strongest broadcast

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
Continuously scroll randomly generated Mario style clouds. Continuously scroll randomly generated Mario style clouds.
Designed for an ItsyBitsy M4 Express and a 1.3" 240x240 TFT Designed for an ItsyBitsy M4 Express and a 1.3" 240x240 TFT

View file

@ -1,3 +1,10 @@
// SPDX-FileCopyrightText: 2017 Becky Stern for Adafruit Industries
// SPDX-FileCopyrightText: 2017 Anne Barela for Adafruit Industries
// SPDX-FileCopyrightText: 2017 T Main for Adafruit Industries
// SPDX-FileCopyrightText: 2017 Leslie Birch for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/* /*
Close Encounters hat with 10 neopixels by Leslie Birch for Adafruit Industries. Close Encounters hat with 10 neopixels by Leslie Birch for Adafruit Industries.
Notes play with each corresponding light. Notes play with each corresponding light.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Mikey Sklar for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Close Encounters Hat with 10 NeoPixels # Close Encounters Hat with 10 NeoPixels
# ported from Leslie Birch's Arduino to CircuitPython # ported from Leslie Birch's Arduino to CircuitPython
# #

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# pylint: disable=unused-import # pylint: disable=unused-import
import time import time
import board import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Bryan Siepert for Adafruit Industries
#
# SPDX-License-Identifier: MIT
from time import sleep from time import sleep
import board import board
import busio import busio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Bryan Siepert for Adafruit Industries
#
# SPDX-License-Identifier: MIT
from time import sleep from time import sleep
import board import board
import busio import busio

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Bryan Siepert for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include <Servo.h> #include <Servo.h>
Servo servo; Servo servo;

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Bill Earl for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// ********************************************** // **********************************************
// Zax-O-Meter Sketch // Zax-O-Meter Sketch
// for the Adafruit LSM303 Magnetometer Breakout // for the Adafruit LSM303 Magnetometer Breakout

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries
#
# SPDX-License-Identifier: MIT
from digitalio import DigitalInOut, Pull, Direction from digitalio import DigitalInOut, Pull, Direction
import board import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries
#
# SPDX-License-Identifier: MIT
from adafruit_circuitplayground.express import cpx from adafruit_circuitplayground.express import cpx
# NeoPixel blank out # NeoPixel blank out

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 John Edgar Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Read Adafruit Remote Codes with Circuit Playground Express # Read Adafruit Remote Codes with Circuit Playground Express
# #
# Simplified code based on https://learn.adafruit.com/remote- # Simplified code based on https://learn.adafruit.com/remote-

View file

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

View file

@ -1,3 +1,8 @@
// SPDX-FileCopyrightText: 1988 Reinhold P. Weicker
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/* /*
************************************************************************* *************************************************************************
* *

View file

@ -1,3 +1,10 @@
// SPDX-FileCopyrightText: 1988 Reinhold P. Weicker
// SPDX-FileCopyrightText: Gareth Halfacree
// SPDX-FileCopyrightText: Ken Boak
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/* Dhrystone benchmark, modified for use with Arduinos and compatibles. /* Dhrystone benchmark, modified for use with Arduinos and compatibles.
* Based on work by Ken Boak. * Based on work by Ken Boak.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
NeoTrellis M4 Express MIDI synth NeoTrellis M4 Express MIDI synth

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
NeoTrellis M4 Express MIDI synth NeoTrellis M4 Express MIDI synth

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
NeoTrellis M4 Express MIDI synth NeoTrellis M4 Express MIDI synth

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
NeoTrellis M4 Express MIDI synth NeoTrellis M4 Express MIDI synth

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
NeoTrellis M4 Express MIDI synth NeoTrellis M4 Express MIDI synth

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
NeoTrellis M4 Express MIDI synth NeoTrellis M4 Express MIDI synth

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Pathfinder Auto Mode # Pathfinder Auto Mode
# automatically advances to new image/sound # automatically advances to new image/sound
# press and hold the touch screen to toggle sound on and off # press and hold the touch screen to toggle sound on and off

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Pathfinder Touch Screen # Pathfinder Touch Screen
# press screen to advance to new image/sound # press screen to advance to new image/sound
# by John Park for Adafruit and Sugru # by John Park for Adafruit and Sugru

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
Prop-Maker based Light Up Prop. Prop-Maker based Light Up Prop.
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: 2020 Alvaro Figueroa for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import sys import sys
import time import time
import board import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Alvaro Figueroa for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
import json import json
import displayio import displayio

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Limor Fried 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 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
import storage import storage

View file

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