Added SPDX to 20 more files - spdx-4

This commit is contained in:
dherrada 2022-02-18 16:51:56 -05:00
parent a535a6e96d
commit cab0b2ac69
20 changed files with 80 additions and 0 deletions

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# clue-multi-rpsgame v1.20 # clue-multi-rpsgame v1.20
# CircuitPython massively multiplayer rock paper scissors game over Bluetooth LE # CircuitPython massively multiplayer rock paper scissors game over Bluetooth LE

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MIT License # MIT License
# Copyright (c) 2020 Kevin J. Walters # Copyright (c) 2020 Kevin J. Walters

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MIT License # MIT License
# Copyright (c) 2020 Kevin J. Walters # Copyright (c) 2020 Kevin J. Walters

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MIT License # MIT License
# Copyright (c) 2020 Kevin J. Walters # Copyright (c) 2020 Kevin J. Walters

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MIT License # MIT License
# Copyright (c) 2020 Kevin J. Walters # Copyright (c) 2020 Kevin J. Walters

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Copyright (c) 2015 Hubert Kario (code from tlslite-ng library) # Copyright (c) 2015 Hubert Kario (code from tlslite-ng library)
# Copyright (c) 2020 Kevin J. Walters (very minor CP tweaks) # Copyright (c) 2020 Kevin J. Walters (very minor CP tweaks)

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# MIT License # MIT License
# Copyright (c) 2020 Kevin J. Walters # Copyright (c) 2020 Kevin J. Walters

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# clue-simple-rpsgame v1.3 # clue-simple-rpsgame v1.3
# CircuitPython rock paper scissors game over Bluetooth LE # CircuitPython rock paper scissors game over Bluetooth LE

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# The MIT License (MIT) # The MIT License (MIT)
# #
# Copyright (c) 2020 Kevin J. Walters # Copyright (c) 2020 Kevin J. Walters

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# The MIT License (MIT) # The MIT License (MIT)
# #
# Copyright (c) 2020 Kevin J. Walters # Copyright (c) 2020 Kevin J. Walters

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# clue-verysimple-rpsgame v1.0 # clue-verysimple-rpsgame v1.0
# CircuitPython rock paper scissors game simple text game # CircuitPython rock paper scissors game simple text game
# based on https://www.youtube.com/watch?v=dhaaZQyBP2g # based on https://www.youtube.com/watch?v=dhaaZQyBP2g

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import time import time
from adafruit_circuitplayground.express import cpx from adafruit_circuitplayground.express import cpx
import adafruit_irremote import adafruit_irremote

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import pulseio import pulseio
import board import board
import adafruit_irremote import adafruit_irremote

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import pulseio import pulseio
import board import board
import adafruit_irremote import adafruit_irremote

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Combo Dial Safe # Combo Dial Safe
# for Adafruit Circuit Playground express # for Adafruit Circuit Playground express
# with CircuitPython # with CircuitPython

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 John Park for Adafruit Industries
//
// SPDX-License-Identifier: MIT
//DSP-G1_Synth_Parameters_Demo //DSP-G1_Synth_Parameters_Demo
//Feather M0 Express connected to DSP-G1 voice chip over TX pin //Feather M0 Express connected to DSP-G1 voice chip over TX pin

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import usb_hid import usb_hid
from adafruit_circuitplayground.express import cpx from adafruit_circuitplayground.express import cpx
from adafruit_hid.consumer_control import ConsumerControl from adafruit_hid.consumer_control import ConsumerControl

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import usb_hid import usb_hid
from adafruit_circuitplayground.express import cpx from adafruit_circuitplayground.express import cpx
from adafruit_hid.keyboard import Keyboard from adafruit_hid.keyboard import Keyboard

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import usb_hid import usb_hid
from adafruit_circuitplayground.express import cpx from adafruit_circuitplayground.express import cpx
from adafruit_hid.keyboard import Keyboard from adafruit_hid.keyboard import Keyboard

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
This example will access the reddit API, grab a number like subreddit followers This example will access the reddit API, grab a number like subreddit followers
and display it on a screen and display it on a screen