Fixed SPDX comments

This commit is contained in:
dherrada 2021-10-04 12:55:30 -04:00
parent ec2c675927
commit 01f63d6fe4
11 changed files with 33 additions and 33 deletions

View file

@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries // SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
# //
# SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
/* /*
* Simple HTTP get webclient test * Simple HTTP get webclient test

View file

@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries // SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
# //
# SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
#include <SPI.h> #include <SPI.h>
#include <WiFi101.h> #include <WiFi101.h>

View file

@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries // SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
# //
# SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
// NeXT non-ADB Keyboard to USB converter // NeXT non-ADB Keyboard to USB converter
// This will take an older NeXT keyboard, talk to it, and turn the keycodes into a USB keyboard // This will take an older NeXT keyboard, talk to it, and turn the keycodes into a USB keyboard

View file

@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries // SPDX-FileCopyrightText: 1997 Juergen Hannken-Illjes for The NetBSD Foundation
# //
# SPDX-License-Identifier: MIT // SPDX-License-Identifier: Berkeley
#include "wsksymdef.h" #include "wsksymdef.h"

View file

@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries // SPDX-FileCopyrightText: 1997 Juergen Hannken-Illjes for The NetBSD Foundation
# //
# SPDX-License-Identifier: MIT // SPDX-License-Identifier: Berkeley
/* $OpenBSD: wsksymdef.h,v 1.32 2008/06/26 05:42:19 ray Exp $ */ /* $OpenBSD: wsksymdef.h,v 1.32 2008/06/26 05:42:19 ray Exp $ */
/* $NetBSD: wsksymdef.h,v 1.34.4.1 2000/07/07 09:49:54 hannken Exp $ */ /* $NetBSD: wsksymdef.h,v 1.34.4.1 2000/07/07 09:49:54 hannken Exp $ */

View file

@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries // SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
# //
# SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
const int pinAnalogXInput = 3; const int pinAnalogXInput = 3;
const int pinAnalogYInput = 1; const int pinAnalogYInput = 1;

View file

@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries // SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
# //
# SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
const int pinBtnUp = 0; const int pinBtnUp = 0;

View file

@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries // SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
# //
# SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
#define KEYREPEAT 85 // delay when repeating characters #define KEYREPEAT 85 // delay when repeating characters
#define KEYDELAY 200 // delay from first to second character #define KEYDELAY 200 // delay from first to second character

View file

@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries // SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
# //
# SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
#define REPEATRATE 100 // milliseconds #define REPEATRATE 100 // milliseconds

View file

@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries // SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
# //
# SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
const int pinAnalogXInput = 3; const int pinAnalogXInput = 3;
const int pinAnalogYInput = 1; const int pinAnalogYInput = 1;

View file

@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2018 Erin St. Blaine for Adafruit Industries // SPDX-FileCopyrightText: 2018 Erin St. Blaine for Adafruit Industries
# //
# SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
#include "Adafruit_FreeTouch.h" #include "Adafruit_FreeTouch.h"
#include "FastLED.h" #include "FastLED.h"