Skip to content

Commit cc9556e

Browse files
committed
Added SPDX to 30 more files - spdx-40
1 parent bfe5427 commit cc9556e

30 files changed

Lines changed: 120 additions & 0 deletions

File tree

CircuitPython_sdcardio_sdioio/benchmark/code.py

Lines changed: 4 additions & 0 deletions
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
import time
26
import os
37

CircuitPython_sdcardio_sdioio/list_files/code.py

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
import os
26

37
def print_directory(path, tabs=0):

CircuitPython_sdcardio_sdioio/log_temperature/code.py

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
import time
26

37
import board

CircuitPython_sdcardio_sdioio/play_mp3s/code.py

Lines changed: 4 additions & 0 deletions
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
import os
26
import time
37

CircuitPython_sdcardio_sdioio/show_bitmaps/code.py

Lines changed: 4 additions & 0 deletions
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
import os
26
import time
37

Circuit_Playground_Express_LuckyCat/code.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
# Lucky Cat Maneki-neko with Circuit Playground Express
26
# Anne Barela for Adafruit Industries, MIT License
37

EPROM_Emulator/directory_node.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
The MIT License (MIT)
37

Foul_Fowl/code.py

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
# Foul Fowl
26
# Keystroke Injection Payload for Adafruit Gemma M0
37
# Use at your own risk -- for educational purposes only. Don't destroy stuff.

GPStest_RMC/GPStest_RMC/GPStest_RMC.ino

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
// A simple sketch to read GPS data and parse the $GPRMC string
26
// see http://www.ladyada.net/make/gpsshield for more info
37

GemmaM0_Headband/code.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
# Gemma M0 Onchip Temperature Sensor
26
# Project by Kathy Ceceri
37
# CircuitPython by Anne Barela

0 commit comments

Comments
 (0)