Skip to content

Commit 22da17b

Browse files
authored
Merge pull request #2035 from adafruit/spdx-15
Added SPDX to 30 more files - spdx-15
2 parents 84a3aaf + edbeee0 commit 22da17b

File tree

30 files changed

+120
-0
lines changed

30 files changed

+120
-0
lines changed

BalanceBot/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
Self balancing 2 wheeled bot using a PID controller.
37
See https://en.wikipedia.org/wiki/PID_controller

BrainCraft_Google_Assistant/gv_buttontotalk.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2017 Google Inc.
2+
#
3+
# SPDX-License-Identifier: apache-2.0
4+
15
# Copyright (C) 2017 Google Inc.
26
#
37
# Licensed under the Apache License, Version 2.0 (the "License");

Breath_Tester/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26

37
import adafruit_sgp30

CLUE_Sensor_Plotter/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# clue-plotter v1.14
26
# Sensor and input plotter for Adafruit CLUE in CircuitPython
37
# This plots the sensors and three of the analogue inputs on

CLUE_Sensor_Plotter/plot_source.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# MIT License
26

37
# Copyright (c) 2020 Kevin J. Walters

CLUE_Sensor_Plotter/plotter.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# MIT License
26

37
# Copyright (c) 2020 Kevin J. Walters

CLUE_Sensor_Plotter/test_PlotSource.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# The MIT License (MIT)
26
#
37
# Copyright (c) 2020 Kevin J. Walters

CLUE_Sensor_Plotter/test_Plotter.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# The MIT License (MIT)
26
#
37
# Copyright (c) 2020 Kevin J. Walters

CPX_Sound_Box/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Noe Ruiz for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
import board
37
from digitalio import DigitalInOut, Direction, Pull

DSP-G1_Trellis_Synth/DSP-G1_Trellis_Synth.ino

Lines changed: 4 additions & 0 deletions
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
#include <MIDI.h>
26
#include "Adafruit_Trellis.h"
37
//use Trellis 0-11 and 16-27 as input for notes.

0 commit comments

Comments
 (0)