Skip to content

Commit 8b90c21

Browse files
authored
Merge pull request #2020 from adafruit/spdx-4
Added SPDX to 20 more files - spdx-4
2 parents a535a6e + cab0b2a commit 8b90c21

File tree

20 files changed

+80
-0
lines changed

20 files changed

+80
-0
lines changed

CLUE_Rock_Paper_Scissors/advanced/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-multi-rpsgame v1.20
26
# CircuitPython massively multiplayer rock paper scissors game over Bluetooth LE
37

CLUE_Rock_Paper_Scissors/advanced/rps_advertisements.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_Rock_Paper_Scissors/advanced/rps_audio.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_Rock_Paper_Scissors/advanced/rps_comms.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_Rock_Paper_Scissors/advanced/rps_crypto.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_Rock_Paper_Scissors/advanced/rps_crypto_chacha.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
# Copyright (c) 2015 Hubert Kario (code from tlslite-ng library)
26
# Copyright (c) 2020 Kevin J. Walters (very minor CP tweaks)
37

CLUE_Rock_Paper_Scissors/advanced/rps_display.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_Rock_Paper_Scissors/simple/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-simple-rpsgame v1.3
26
# CircuitPython rock paper scissors game over Bluetooth LE
37

CLUE_Rock_Paper_Scissors/tests/test_rps_advertisements.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_Rock_Paper_Scissors/tests/test_rps_crypto.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

0 commit comments

Comments
 (0)