Skip to content

Commit 2aabe8a

Browse files
authored
Merge pull request #2021 from adafruit/spdx-5
Added SPDX to 20 more files - spdx-5
2 parents b6ea585 + 783dcf5 commit 2aabe8a

File tree

20 files changed

+83
-0
lines changed

20 files changed

+83
-0
lines changed

CPX_GBoard/arcade_hid/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
Circuit Playground Express GBoard: arcade buttons generating keycodes
37

CPX_GBoard/button_beeps/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
Circuit Playground Express GBoard: onboard buttons generating tones
37

CPX_GBoard/touch_beeps/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
Circuit Playground Express GBoard: capacitive touch generating tones
37

CPX_GBoard/touch_hid/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
Circuit Playground Express GBoard: capacitive touch generating keycodes
37

CPX_GBoard/universal/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
Circuit Playground Express GBoard: universal/customizable version
37

CircuitPython_Darksaber/code.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# SPDX-FileCopyrightText: Kattni Rembor for Adafruit Industries
2+
# SPDX-FileCopyrightText: Limor Fried for Adafruit Industries
3+
# SPDX-FileCopyrightText: 2019 Liz Clark for Adafruit Industries
4+
#
5+
# SPDX-License-Identifier: MIT
6+
17
"""
28
Prop-Maker based Darksaber
39
Adapted from the Prop-Maker based Master Sword code

CircuitPython_Sip_and_Puff/code.py

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

37
detector = puff_detector.PuffDetector()

CircuitPython_Sip_and_Puff/puff_detector.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Bryan Siepert for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
import os
37
import json

CircuitPython_Sip_and_Puff/serial_logger/code.py

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

37
detector = puff_detector.PuffDetector()

CircuitPython_Sip_and_Puff/simple_hid/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Bryan Siepert for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
from adafruit_hid.keyboard import Keyboard
26
from adafruit_hid.keycode import Keycode
37
import usb_hid

0 commit comments

Comments
 (0)