mirror of
https://github.com/Architeuthis-Flux/Jumperless.git
synced 2025-02-16 10:42:37 +01:00
Merge pull request #26 from nilclass/license-identifier
Add SPDX-License-Identifier to source files
This commit is contained in:
commit
e55b78fa34
@ -1,3 +1,5 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
from bs4 import BeautifulSoup
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include "ArduinoStuff.h"
|
||||
#include "MatrixStateRP2040.h"
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#ifndef ARDUINOSTUFF_H
|
||||
#define ARDUINOSTUFF_H
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include "CH446Q.h"
|
||||
#include "MatrixStateRP2040.h"
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#ifndef CH446Q_H
|
||||
#define CH446Q_H
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#include "FileParsing.h"
|
||||
#include <Arduino.h>
|
||||
#include "LittleFS.h"
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#ifndef FILEPARSING_H
|
||||
#define FILEPARSING_H
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#ifndef JUMPERLESSDEFINESRP2040_H
|
||||
#define JUMPERLESSDEFINESRP2040_H
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#include "LEDs.h"
|
||||
#include <Adafruit_NeoPixel.h>
|
||||
#include "NetsToChipConnections.h"
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#ifndef LEDS_H
|
||||
#define LEDS_H
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#include "FileParsing.h"
|
||||
#include <Arduino.h>
|
||||
#include "LittleFS.h"
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#ifndef MACHINECOMMANDS_H
|
||||
#define MACHINECOMMANDS_H
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include <Arduino.h>
|
||||
#include "JumperlessDefinesRP2040.h"
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#ifndef MATRIXSTATE_H
|
||||
#define MATRIXSTATE_H
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
|
||||
#include "NetManager.h"
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#ifndef NETMANAGER_H
|
||||
#define NETMANAGER_H
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
|
||||
#include <Arduino.h>
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#ifndef NETTOCHIPCONNECTIONS_H
|
||||
#define NETTOCHIPCONNECTIONS_H
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
|
||||
#include "Peripherals.h"
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#ifndef PERIPHERALS_H
|
||||
#define PERIPHERALS_H
|
||||
//#include "Adafruit_MCP4725.h"
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
|
||||
#include <Arduino.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user