Added SPDX to 30 more files - spdx-15

This commit is contained in:
dherrada 2022-02-22 14:15:38 -05:00
parent a9b2066f11
commit edbeee08ec
30 changed files with 120 additions and 0 deletions

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
Self balancing 2 wheeled bot using a PID controller. Self balancing 2 wheeled bot using a PID controller.
See https://en.wikipedia.org/wiki/PID_controller See https://en.wikipedia.org/wiki/PID_controller

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Google Inc.
#
# SPDX-License-Identifier: apache-2.0
# Copyright (C) 2017 Google Inc. # Copyright (C) 2017 Google Inc.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View file

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

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# clue-plotter v1.14 # clue-plotter v1.14
# Sensor and input plotter for Adafruit CLUE in CircuitPython # Sensor and input plotter for Adafruit CLUE in CircuitPython
# This plots the sensors and three of the analogue inputs on # This plots the sensors and three of the analogue inputs on

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MIT License # MIT License
# Copyright (c) 2020 Kevin J. Walters # Copyright (c) 2020 Kevin J. Walters

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MIT License # MIT License
# Copyright (c) 2020 Kevin J. Walters # Copyright (c) 2020 Kevin J. Walters

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# The MIT License (MIT) # The MIT License (MIT)
# #
# Copyright (c) 2020 Kevin J. Walters # Copyright (c) 2020 Kevin J. Walters

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# The MIT License (MIT) # The MIT License (MIT)
# #
# Copyright (c) 2020 Kevin J. Walters # Copyright (c) 2020 Kevin J. Walters

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Noe Ruiz for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
import board import board
from digitalio import DigitalInOut, Direction, Pull from digitalio import DigitalInOut, Direction, Pull

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include <MIDI.h> #include <MIDI.h>
#include "Adafruit_Trellis.h" #include "Adafruit_Trellis.h"
//use Trellis 0-11 and 16-27 as input for notes. //use Trellis 0-11 and 16-27 as input for notes.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Motion Sensor Alarm # Motion Sensor Alarm
# uses Gemma M0, vibration sensor on A0/GND, & piezo on D0/GND # uses Gemma M0, vibration sensor on A0/GND, & piezo on D0/GND
import time import time

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Erin St Blaine for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Glowing Mirror Mask using the Adafruit Hallowing // Glowing Mirror Mask using the Adafruit Hallowing
// Full tutorial available on the Adafruit Learning System. // Full tutorial available on the Adafruit Learning System.
// Code by Phil Burgess & Erin St. Blaine for Adafruit Industries. // Code by Phil Burgess & Erin St. Blaine for Adafruit Industries.

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Erin St Blaine for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#define IMG_WIDTH 105 #define IMG_WIDTH 105
#define IMG_HEIGHT 92 #define IMG_HEIGHT 92
#define IMG_FRAMES 7 #define IMG_FRAMES 7

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Erin St Blaine for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Fire animation by lilu330, licensed from 123RF.com for use in a single // Fire animation by lilu330, licensed from 123RF.com for use in a single
// not-for-sale project (Glowing Mirror Mask on Adafruit Learning System). // not-for-sale project (Glowing Mirror Mask on Adafruit Learning System).

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Tod Treece for Adafruit Industries
//
// SPDX-License-Identifier: MIT
// Adafruit IO IFTTT Door Detector // Adafruit IO IFTTT Door Detector
// //
// Learn Guide: https://learn.adafruit.com/using-ifttt-with-adafruit-io // Learn Guide: https://learn.adafruit.com/using-ifttt-with-adafruit-io

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/************************ Adafruit IO Config *******************************/ /************************ Adafruit IO Config *******************************/
// visit io.adafruit.com if you need to create an account, // visit io.adafruit.com if you need to create an account,

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/******************************************************************* /*******************************************************************
SoftServo sketch for Adafruit Trinket. Increments values to change position on the servo SoftServo sketch for Adafruit Trinket. Increments values to change position on the servo
(0 = zero degrees, full = 180 degrees) (0 = zero degrees, full = 180 degrees)

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Laser Dog Goggles # Laser Dog Goggles
# https://learn.adafruit.com/laser-dog-goggles # https://learn.adafruit.com/laser-dog-goggles

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
# base hardware stuff # base hardware stuff
import board import board

View file

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

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Carter Nelson 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 Anne Barela for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
import board import board
from rainbowio import colorwheel from rainbowio import colorwheel

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Dan Cogliano for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
import json import json
import array import array

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Dan Cogliano for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
import sys import sys
import board import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Dan Cogliano for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
import gc import gc
import board import board

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Kattni Rembor 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: 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: 2019 Liz Clark for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Adafruit PyPortal display of Twin Peaks # Adafruit PyPortal display of Twin Peaks
# Liz (BlitzCityDIY) for Adafruit Industries MIT License # Liz (BlitzCityDIY) for Adafruit Industries MIT License
# Tutorial: https://learn.adafruit.com/twin-peaks-light-reactive-pyportal-picture-frame # Tutorial: https://learn.adafruit.com/twin-peaks-light-reactive-pyportal-picture-frame

View file

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