Added SPDX to 20 more files - spdx-12

This commit is contained in:
dherrada 2022-02-22 13:45:02 -05:00
parent a9b2066f11
commit e81df79cfd
20 changed files with 80 additions and 0 deletions

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'audio.py'. 'audio.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'blinking_led.py'. 'blinking_led.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'button_press.py'. 'button_press.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'eight_leds.py'. 'eight_leds.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'eight_more_leds.py'. 'eight_more_leds.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'ir_sensor.py'. 'ir_sensor.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'mib_button_press_pwm.py'. 'mib_button_press_pwm.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'mib_colorful_light.py'. 'mib_colorful_light.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'mib_motor.py'. 'mib_motor.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'mib_potentiometer_pwm.py'. 'mib_potentiometer_pwm.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'mib_potentiometer_THRESHOLD.py'. 'mib_potentiometer_THRESHOLD.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'mib_servo.py'. 'mib_servo.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'MOTOR.py'. 'MOTOR.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'neopixel_builtin.py'. 'neopixel_builtin.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'photo_sensor.py'. 'photo_sensor.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'servo.py'. 'servo.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'temperature_alarm.py'. 'temperature_alarm.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'thermometer.py'. 'thermometer.py'.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'touch.py' 'touch.py'
================================================= =================================================

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
'usb_scroll.py'. 'usb_scroll.py'.