Skip to content

Commit ef191e5

Browse files
authored
Merge pull request #2059 from adafruit/spdx-37
Added SPDX to 30 more files - spdx-37
2 parents b033a4b + 0c3c429 commit ef191e5

30 files changed

Lines changed: 121 additions & 0 deletions

File tree

AM_Radio_Morse/AM_Radio_Morse.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// For Adafruit_AMRadio library -- Morse code transmits on AM 540.
26
// Connect antenna (40" wire) to pin A0 and GND
37
// RANGE IS LIMITED TO A FEW FEET

Adafruit_Feather_ESP32-S2/Digital_Input/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
CircuitPython Digital Input Example - Blinking an LED using a button switch.
37
"""

Arduino_Phone/Arduino_Phone/Arduino_Phone.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
/*
26
does:
37
* can make calls on the speaker & mic

Bluetooth_NeoMatrix_Snowflake/basic/basic.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
/*********************************************************************
26
Basic snowflake code (without Bluetooth)
37

Bluetooth_NeoMatrix_Snowflake/feather_neomatrix_bluetooth_snowflake/BluefruitConfig.h

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
// COMMON SETTINGS
26
// ----------------------------------------------------------------------------------------------
37
// These settings are used in both SW UART, HW UART and SPI mode

Bluetooth_NeoMatrix_Snowflake/feather_neomatrix_bluetooth_snowflake/feather_neomatrix_bluetooth_snowflake.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
/*********************************************************************
26
This is an example for our nRF51822 based Bluefruit LE modules
37
Pick one up today in the adafruit shop! adafruit.com

Bluetooth_NeoMatrix_Snowflake/feather_neomatrix_bluetooth_snowflake/packetParser.cpp

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
#include <string.h>
26
#include <Arduino.h>
37
#include <SPI.h>

Bluetooth_NeoMatrix_Snowflake/flora-neomatrix-bluetooth-snowflake/BluefruitConfig.h

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
// COMMON SETTINGS
26
// ----------------------------------------------------------------------------------------------
37
// These settings are used in both SW UART, HW UART and SPI mode

Bluetooth_NeoMatrix_Snowflake/flora-neomatrix-bluetooth-snowflake/flora-neomatrix-bluetooth-snowflake.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
/*********************************************************************
26
This is an example for our nRF51822 based Bluefruit LE modules
37
Pick one up today in the adafruit shop!

Bluetooth_NeoMatrix_Snowflake/flora-neomatrix-bluetooth-snowflake/packetParser.cpp

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
#include <string.h>
26
#include <Arduino.h>
37
#include <SPI.h>

0 commit comments

Comments
 (0)