Skip to content

Commit d097053

Browse files
committed
Fixed arduino spdx
1 parent e9b68b9 commit d097053

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

adafruitio-adt7410/adafruitio-adt7410.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2-
#
3-
# SPDX-License-Identifier: MIT
1+
// SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
44

55
// Adafruit IO ADT7410 Example
66
//
@@ -175,4 +175,4 @@ void loop()
175175
{
176176
delay(1000);
177177
}
178-
}
178+
}

adafruitio-temp-motion-wing/adafruitio-temp-motion-wing.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2-
#
3-
# SPDX-License-Identifier: MIT
1+
// SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
44

55
// Adafruit IO - Analog Devices ADT7410 + ADXL343 Example
66
//

adalogger/adalogger.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2-
#
3-
# SPDX-License-Identifier: MIT
1+
// SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
44

55
#include <SPI.h>
66
#include <SD.h>
@@ -75,4 +75,4 @@ void loop() {
7575
digitalWrite(8, LOW);
7676

7777
delay(100);
78-
}
78+
}

color_touch_pendant/color_touch_pendant.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SPDX-FileCopyrightText: 2018 Erin St. Blaine for Adafruit Industries
2-
#
3-
# SPDX-License-Identifier: MIT
1+
// SPDX-FileCopyrightText: 2018 Erin St. Blaine for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
44

55
// Code by Erin St. Blaine for Adafruit Industries
66
// Color Touch Pendant Tutorial: https://learn.adafruit.com/color-touch-pendant-necklace/introduction

fauxmo_guide/fauxmo-basic/fauxmo-basic.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2-
#
3-
# SPDX-License-Identifier: MIT
1+
// SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
44

55
#include <Arduino.h>
66
#include <ESP8266WiFi.h>

fauxmo_guide/fauxmo-relay-neopixel/fauxmo-relay-neopixel.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2-
#
3-
# SPDX-License-Identifier: MIT
1+
// SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
44

55
#include <Arduino.h>
66
#include <Adafruit_NeoPixel.h>
@@ -143,4 +143,4 @@ uint32_t Wheel(byte WheelPos)
143143
WheelPos -= 170;
144144
return strip.Color(0, WheelPos * 3, 255 - WheelPos * 3);
145145
}
146-
}
146+
}

neoMatrixMkI/neoMatrixMkI.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SPDX-FileCopyrightText: 2017 John Park for Adafruit Industries
2-
#
3-
# SPDX-License-Identifier: MIT
1+
// SPDX-FileCopyrightText: 2017 John Park for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
44

55
#include "Arduino.h"
66
#include "Keypad.h"

0 commit comments

Comments
 (0)