Skip to content

Commit f8a82d5

Browse files
authored
Merge pull request #2057 from adafruit/spdx-35
Added SPDX to 30 more files - spdx-35
2 parents 53dc4d1 + a4b8b1c commit f8a82d5

File tree

30 files changed

+980
-860
lines changed

30 files changed

+980
-860
lines changed

Adafruit_ESP32_Arduino_Demos/streaming_mp3_player/streaming_mp3_player.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// Stream MP3s over WiFi on Metro M4 Express and play via music maker shield
26

37
#include <SPI.h>

Arcade_Button_Control_Box/code.py

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

37
import digitalio

BLE_Client_Server/client/code.py

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
from time import sleep
26
from adafruit_ble.uart_client import UARTClient
37
from adafruit_ble.scanner import Scanner

BLE_Client_Server/server/code.py

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
from time import sleep
26
from adafruit_ble.uart_server import UARTServer
37
from adafruit_bluefruit_connect.packet import Packet

EInk_Weather_Station/adafruit_epd_weather/Fonts/meteocons12pt7b.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Dan Cogliano for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#pragma once
26

37
const uint8_t meteocons12pt7bBitmaps[] PROGMEM = {
@@ -312,4 +316,4 @@ const GFXfont meteocons12pt7b PROGMEM = {
312316
(GFXglyph *)meteocons12pt7bGlyphs,
313317
0x20, 0x7E, 25 };
314318

315-
// Approx. 3162 bytes
319+
// Approx. 3162 bytes

EInk_Weather_Station/adafruit_epd_weather/Fonts/meteocons16pt7b.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Dan Cogliano for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#pragma once
26

37
const uint8_t meteocons16pt7bBitmaps[] PROGMEM = {
@@ -446,4 +450,4 @@ const GFXfont meteocons16pt7b PROGMEM = {
446450
(GFXglyph *)meteocons16pt7bGlyphs,
447451
0x20, 0x7E, 32 };
448452

449-
// Approx. 4776 bytes
453+
// Approx. 4776 bytes

EInk_Weather_Station/adafruit_epd_weather/Fonts/meteocons20pt7b.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Dan Cogliano for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#pragma once
26

37
const uint8_t meteocons20pt7bBitmaps[] PROGMEM = {
@@ -642,4 +646,4 @@ const GFXfont meteocons20pt7b PROGMEM = {
642646
(GFXglyph *)meteocons20pt7bGlyphs,
643647
0x20, 0x7E, 40 };
644648

645-
// Approx. 7124 bytes
649+
// Approx. 7124 bytes

EInk_Weather_Station/adafruit_epd_weather/Fonts/meteocons24pt7b.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Dan Cogliano for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#pragma once
26

37
const uint8_t meteocons24pt7bBitmaps[] PROGMEM = {
@@ -891,4 +895,4 @@ const GFXfont meteocons24pt7b PROGMEM = {
891895
(GFXglyph *)meteocons24pt7bGlyphs,
892896
0x20, 0x7E, 48 };
893897

894-
// Approx. 10108 bytes
898+
// Approx. 10108 bytes

EInk_Weather_Station/adafruit_epd_weather/Fonts/meteocons36pt7b.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Dan Cogliano for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#pragma once
26

37
const uint8_t meteocons36pt7bBitmaps[] PROGMEM = {
@@ -1882,4 +1886,4 @@ const GFXfont meteocons36pt7b PROGMEM = {
18821886
(GFXglyph *)meteocons36pt7bGlyphs,
18831887
0x20, 0x7E, 73 };
18841888

1885-
// Approx. 22006 bytes
1889+
// Approx. 22006 bytes

EInk_Weather_Station/adafruit_epd_weather/Fonts/meteocons48pt7b.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Dan Cogliano for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#pragma once
26

37
const uint8_t meteocons48pt7bBitmaps[] PROGMEM = {
@@ -3242,4 +3246,4 @@ const GFXfont meteocons48pt7b PROGMEM = {
32423246
(GFXglyph *)meteocons48pt7bGlyphs,
32433247
0x20, 0x7E, 96 };
32443248

3245-
// Approx. 38323 bytes
3249+
// Approx. 38323 bytes

0 commit comments

Comments
 (0)