Skip to content

Commit 01f63d6

Browse files
committed
Fixed SPDX comments
1 parent ec2c675 commit 01f63d6

File tree

11 files changed

+33
-33
lines changed

11 files changed

+33
-33
lines changed

Twitch_On_Air_Sign/ESP8266_OnAirSign/ESP8266_OnAirSign.ino

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

55
/*
66
* Simple HTTP get webclient test

Twitch_On_Air_Sign/WINC1500_OnAirSign/WINC1500_OnAirSign.ino

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

55
#include <SPI.h>
66
#include <WiFi101.h>

USB_NeXT_Keyboard/USB_NeXT_Keyboard/USB_NeXT_Keyboard.ino

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

55
// NeXT non-ADB Keyboard to USB converter
66
// This will take an older NeXT keyboard, talk to it, and turn the keycodes into a USB keyboard

USB_NeXT_Keyboard/USB_NeXT_Keyboard/nextkeyboard.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2-
#
3-
# SPDX-License-Identifier: MIT
1+
// SPDX-FileCopyrightText: 1997 Juergen Hannken-Illjes for The NetBSD Foundation
2+
//
3+
// SPDX-License-Identifier: Berkeley
44

55
#include "wsksymdef.h"
66

USB_NeXT_Keyboard/USB_NeXT_Keyboard/wsksymdef.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2-
#
3-
# SPDX-License-Identifier: MIT
1+
// SPDX-FileCopyrightText: 1997 Juergen Hannken-Illjes for The NetBSD Foundation
2+
//
3+
// SPDX-License-Identifier: Berkeley
44

55
/* $OpenBSD: wsksymdef.h,v 1.32 2008/06/26 05:42:19 ray Exp $ */
66
/* $NetBSD: wsksymdef.h,v 1.34.4.1 2000/07/07 09:49:54 hannken Exp $ */

USB_SNES_Gamepad/teensySNES_Portal/teensySNES_Portal.ino

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

55
const int pinAnalogXInput = 3;
66
const int pinAnalogYInput = 1;

USB_SNES_Gamepad/teensySNES_onebutton/teensySNES_onebutton.ino

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

55
const int pinBtnUp = 0;
66

USB_SNES_Gamepad/teensySNES_stellakey/teensySNES_stellakey.ino

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

55
#define KEYREPEAT 85 // delay when repeating characters
66
#define KEYDELAY 200 // delay from first to second character

USB_SNES_Gamepad/teensySNES_test1/teensySNES_test1.ino

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

55
#define REPEATRATE 100 // milliseconds
66

USB_SNES_Gamepad/teensySNES_test2/teensySNES_test2.ino

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

55
const int pinAnalogXInput = 3;
66
const int pinAnalogYInput = 1;

UnicornHorn_CapacitiveTouch/UnicornHorn_CapacitiveTouch.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
#include "Adafruit_FreeTouch.h"
66
#include "FastLED.h"

0 commit comments

Comments
 (0)