Skip to content

Commit 2e38d17

Browse files
authored
Merge pull request #2030 from adafruit/spdx-11
Added SPDX to 20 more files - spdx-11
2 parents edd3737 + d1683d0 commit 2e38d17

20 files changed

Lines changed: 80 additions & 0 deletions

File tree

CPX_Compass/CPX_Compass.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
/* Circuit Playground Express compass. */
26

37
/* Adafruit invests time and resources providing this open source code. */

Cyberpunk_Spikes/Cyberpunk_Spikes.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2017 Mikey Sklar for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#include <Adafruit_NeoPixel.h>
26

37
#define PIN 1

Cyberpunk_Spikes/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2017 Mikey Sklar for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
from rainbowio import colorwheel
37
import board

Hand_Turkey/code.py

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
import os
26
import time
37
import random

MagTag_Arduino_Demos/button_demo/button_demo.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
void setup() {
26
Serial.begin(115200);
37

MagTag_Arduino_Demos/deep_sleep/deep_sleep.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#include <Adafruit_ThinkInk.h>
26
#include <Adafruit_NeoPixel.h>
37
#include "magtaglogo.h"

MagTag_Arduino_Demos/deep_sleep/magtaglogo.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#define MAGTAGLOGO_WIDTH 297
26
#define MAGTAGLOGO_HEIGHT 52
37

MagTag_Arduino_Demos/neopixel_demo/neopixel_demo.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#include <Adafruit_NeoPixel.h>
26

37
Adafruit_NeoPixel pixels = Adafruit_NeoPixel(4, PIN_NEOPIXEL, NEO_GRB + NEO_KHZ800);

MagTag_Arduino_Demos/quotes/quotes.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2017 Evandro Copercini
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
/*
26
Wifi secure connection example for ESP32
37
Running on TLS 1.2 using mbedTLS

MagTag_Arduino_Demos/shipping_demo/coin.h

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
#define SAMPLE_RATE 16000
26

37
const uint8_t audio[] = {

0 commit comments

Comments
 (0)