Skip to content

Commit 4358bae

Browse files
authored
Merge pull request #2023 from adafruit/spdx-7
Added SPDX to 20 more files - spdx-7
2 parents 4467898 + 6d10999 commit 4358bae

File tree

20 files changed

+94
-12
lines changed

20 files changed

+94
-12
lines changed

Adafruit_UDA1334A/CircuitPython_I2S_Tone/code.py

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

Adafruit_UDA1334A/CircuitPython_I2S_Wave/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import audiocore
26
import board
37
import audiobusio

Adafruit_UDA1334A/I2S_Test_Script/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import board
26
import audiobusio
37
from microcontroller import Pin

Adafruit_UDA1334A/SineTone/SineTone.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
/*
26
This example generates a sine wave based tone at a specified frequency
37
and sample rate. Then outputs the data using the I2S interface.

BowsetteCrown/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 board

Burning_Fire_Wizard_Staff/code.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# SPDX-FileCopyrightText: 2019 Kattni Rembor Adafruit Industries
2+
# SPDX-FileCopyrightText: 2019 Erin St Blaine for Adafruit Industries
3+
# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
4+
#
5+
# SPDX-License-Identifier: MIT
6+
17
"""
28
Prop-Maker based Burning Wizard Staff
39
Adafruit invests time and resources providing this open source code.

Dashblock_API/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Isaac Wellish for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
Dashblock API Adafruit Learn Guide Count demo
37
Use Dashblock to create a custom API for learn.adafruit.com,

EInk_Autostereograms/boot.py

Lines changed: 4 additions & 0 deletions
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
import board
26
import storage
37
from analogio import AnalogIn

Feather_ePaper_Quotes/adafruit_feather_quote/adafruit_feather_quote.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Dan Cogliano for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
/***************************************************
26
* Quote Display for Adafruit ePaper FeatherWings
37
* For use with Adafruit tricolor and monochrome ePaper FeatherWings

Feather_ePaper_Quotes/adafruit_feather_quote/secrets.h

Lines changed: 4 additions & 0 deletions
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
#ifndef _SECRET_H THEN
26
#define _SECRET_H
37

0 commit comments

Comments
 (0)