Skip to content

Commit a535a6e

Browse files
authored
Merge pull request #2016 from adafruit/spdx-1
Did 20 spdx - spdx-1
2 parents 0c87a35 + 034156d commit a535a6e

File tree

20 files changed

+80
-0
lines changed

20 files changed

+80
-0
lines changed

Adafruit_pIRKey/NEC_keyboard_example/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Simple NEC remote decode-and-type keyboard example
26
# When used with the Adafruit NEC remote will act like a keyboard and
37
# type out keypresses.

Adafruit_pIRKey/NEC_print_example/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Simple NEC remote decode-and-print example
26
# Prints out the 4-byte code transmitted by NEC remotes
37

Adafruit_pIRKey/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Simple IR remote listener example
26
# Good for basic testing!
37

Adafruit_pIRKey/raw_code_keyboard/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# pylint: disable=multiple-statements,wrong-import-position,wrong-import-order
26
import gc
37
from adafruit_hid.keyboard import Keyboard; gc.collect()

Adafruit_pIRKey/raw_code_match/code.py

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

CLUE_BBQ/code.py

Lines changed: 4 additions & 0 deletions
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
# Adafruit BBQ display works with ibbq protocol-based BLE temperature probes
26

37
import time

CircuitPython_101/basic_data_structures/play_note/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
import time
26
import board
37
import pwmio

CircuitPython_101/basic_data_structures/song_list/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
import time
26
import board
37
import pwmio

Drive_a_16x2_LCD_with_the_Raspberry_Pi/Drive_a_16x2_LCD_with_the_Raspberry_Pi.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
from subprocess import Popen, PIPE
26
from time import sleep
37
from datetime import datetime

GemmaM0_Password_Vault/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 Park for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Gemma M0 Password Vault
26
# press cap touch pads to enter strong passwords over USB
37

0 commit comments

Comments
 (0)