Skip to content

Commit ac23c4a

Browse files
committed
Added SPDX to 30 more files - spdx-17
1 parent a9b2066 commit ac23c4a

File tree

30 files changed

+122
-0
lines changed

30 files changed

+122
-0
lines changed

ANO_encoder_demo/ANO_encoder_demo.ino

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2021 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#include <Adafruit_NeoPixel.h>
26
#include <RotaryEncoder.h>
37

Adafruit_IoT_Camera_EyeFi/Adafruit_EyeFi/Adafruit_EyeFi.ino

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
/*
26
This Arduino sketch combines a serial JPEG camera, data logging shield
37
and an Eye-Fi wireless SD card in order to provide remote monitoring.

Bluetooth_Luminaries/code.py

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
2+
# SPDX-FileCopyrightText: 2019 Dan Halbert for Adafruit Industries
3+
# SPDX-FileCopyrightText: 2019 Erin St Blaine for Adafruit Industries
4+
#
5+
# SPDX-License-Identifier: MIT
6+
17
""" FancyLED Palette and Color Picker Control with BlueFruit App
28
Code by Phil Burgess, Dan Halbert & Erin St Blaine for Adafruit Industries
39
"""

CircuitPython_RPN_Calculator/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# pylint: disable=redefined-outer-name,no-self-use,broad-except,try-except-raise,too-many-branches,too-many-statements,unused-import
26

37
import gc

CircuitPython_Touch_Deck/touch_deck_layers.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 foamyguy for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
from adafruit_hid.keycode import Keycode
26
from adafruit_hid.consumer_control_code import ConsumerControlCode
37

Circuit_Playground_Sailor_Moon_Star_Locket/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Liz Clark for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
import displayio
37
from adafruit_circuitplayground import cp

EInk_CircuitPython_Quickstart/213_tricolor_eink_fw_badge/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
Simple badge script for Adafruit 2.13" 212x104 tri-color display
37
Supported products:

EInk_CircuitPython_Quickstart/213_tricolor_eink_fw_text/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
Simple text script for Adafruit 2.13" 212x104 tri-color display
37
Supported products:

EInk_CircuitPython_Quickstart/27_tricolor_eink_shield_badge/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
Simple Badge script for a 2.7" 264x176 Tri-Color eInk display shield
37
Supported products:

EInk_CircuitPython_Quickstart/27_tricolor_eink_shield_text/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
Simple text script for 2.7" 264x176 Tri-Color display shield
37
Supported products:

GP2Y1014AU0F_demos/GP2Y1014AU/GP2Y1014AU.ino

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#define dustPin A0 // Black wire
26
#define ledPin 5 // White wire
37

GemmaM0_Band_Jacket/DiscoBandCamp/DiscoBandCamp.ino

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Amelia T
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// Sketch for "DiscoBandCamp" by Amelia T, 2019
26
// See Adafruit guide & XYmap.h for pixel map for more information
37
// Use Adafruit Gemma M0: 60 pixels to D0, 60 pixels to D1, & button to D2 & GND

GemmaM0_Band_Jacket/DiscoBandCamp/XYmap.h

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// Helper functions for a two-dimensional XY matrix of pixels.
26
// Special credit to Mark Kriegsman for RGB Shades Kickstarter 2014-10-18
37
// https://www.kickstarter.com/projects/macetech/rgb-led-shades

GemmaM0_Band_Jacket/DiscoBandCamp/buttons.h

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// Process button input and return button activity
26
// Retained button code from RGB Shades though just using one button
37

GemmaM0_Band_Jacket/DiscoBandCamp/effects.h

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// Selection of effects from the FastLED library & Macetech RGB Shades
26

37

GemmaM0_Band_Jacket/DiscoBandCamp/utils.h

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// Assorted useful functions and variables
26

37
// Global variables

HalloWing_Jump_Scare_Trap/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# HalloWing Jump Scare Trap
26
# use PIR sensor, speaker, and servo
37
import time

MagTag_Flashcards/basic/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Anne Barela for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
import json
37
import terminalio

MagTag_Flashcards/chapters/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Anne Barela for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
import json
37
import terminalio

Magic_Wand/Magic_Wand.ino

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 Alex Alves for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: BSD
4+
15
//Written by Alex Alves for Adafruit Industries.
26
//Adafruit invests time and resources providing this open source code,
37
//please support Adafruit and open-source hardware by purchasing products

Make_It_Sense/buttons-neopixels/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
from digitalio import DigitalInOut, Pull, Direction
26
import board
37
import neopixel

Make_It_Sense/cpx-ir-decode-list/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2017 John Edgar Park for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Read Adafruit Remote Codes with Circuit Playground Express
26
#
37
# Simplified code based on https://learn.adafruit.com/remote-

Make_It_Sense/cpx-lib-light/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
from adafruit_circuitplayground.express import cpx
37

Make_It_Sense/cpx-lib-temp/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
from adafruit_circuitplayground.express import cpx
37

Make_It_Sense/light-plot/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
import analogio
37
import board

PyGamer_Thermal_Camera/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Jan Goolsbey for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Thermal_Cam_v32.py
26
# 2020-01-29 v3.2
37
# (c) 2020 Jan Goolsbey for Adafruit Industries

PyGamer_Thermal_Camera/thermal_cam_config.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Jan Goolsbey for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# thermal_cam_config.py
26
### Alarm and range default values in Farenheit ###
37
ALARM_F = 120

PyGamer_Thermal_Camera/thermal_cam_converters.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Jan Goolsbey for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# thermal_cam_converters.py
26

37
def celsius_to_fahrenheit(deg_c=None): # convert C to F; round to 1 degree C

PyPortal_HaDSkulls/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
This example will access the Hackaday.io API, grab a number like hackaday skulls,
37
and display it on a screen

RGB_Matrix_Protest_Sign/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import board
26
import displayio
37
import framebufferio

0 commit comments

Comments
 (0)