mirror of
https://github.com/Architeuthis-Flux/Jumperless.git
synced 2024-11-23 23:00:57 +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"
|
||||
@ -43,4 +43,4 @@ void arduinoPrint(void)
|
||||
|
||||
void uploadArduino(void)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
@ -276,4 +277,4 @@ void sendPath(int i, int setOrClear)
|
||||
|
||||
void createXYarray(void)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#ifndef CH446Q_H
|
||||
#define CH446Q_H
|
||||
|
||||
@ -18,4 +19,4 @@ void sendPath(int path, int setOrClear = 1);
|
||||
|
||||
void createXYarray(void);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#include "FileParsing.h"
|
||||
#include <Arduino.h>
|
||||
#include "LittleFS.h"
|
||||
@ -1146,4 +1147,4 @@ void lastCommandWrite(char lastCommand)
|
||||
{
|
||||
|
||||
EEPROM.write(LASTCOMMANDADDRESS, lastCommand);
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#ifndef FILEPARSING_H
|
||||
#define FILEPARSING_H
|
||||
|
||||
@ -48,4 +49,4 @@ int printLen(int);
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#ifndef JUMPERLESSDEFINESRP2040_H
|
||||
#define JUMPERLESSDEFINESRP2040_H
|
||||
@ -210,4 +211,4 @@
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#include "LEDs.h"
|
||||
#include <Adafruit_NeoPixel.h>
|
||||
#include "NetsToChipConnections.h"
|
||||
@ -1597,4 +1598,4 @@ void clearLEDs(void)
|
||||
// }
|
||||
|
||||
// showLEDsCore2 = 1;
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#ifndef LEDS_H
|
||||
#define LEDS_H
|
||||
|
||||
@ -134,4 +135,4 @@ void turnOffSkippedNodes();
|
||||
uint32_t packRgb(uint8_t r, uint8_t g, uint8_t b);
|
||||
void startupColors(void);
|
||||
void rainbowBounce(int wait);
|
||||
#endif
|
||||
#endif
|
||||
|
@ -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
|
||||
|
||||
@ -280,4 +281,4 @@ maybe copy kicad's schematic format
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
|
||||
#include "NetManager.h"
|
||||
@ -979,4 +980,4 @@ void copySplitNetIntoNewNet(); //find which nodes and bridges belong in a new ne
|
||||
|
||||
void deleteNodesAndShift(); //delete the nodes and bridges that were copied from the original net
|
||||
|
||||
void leftShiftNodesBridgesNets();*/
|
||||
void leftShiftNodesBridgesNets();*/
|
||||
|
@ -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>
|
||||
@ -3678,4 +3679,4 @@ struct pathStruct{
|
||||
|
||||
};
|
||||
|
||||
*/
|
||||
*/
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#ifndef NETTOCHIPCONNECTIONS_H
|
||||
#define NETTOCHIPCONNECTIONS_H
|
||||
|
||||
@ -82,4 +83,4 @@ void resolveUncommittedHops2(void);
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -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"
|
||||
@ -190,4 +191,4 @@ const uint16_t DACLookup_FullSine_5Bit[32] =
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
|
||||
#include <Arduino.h>
|
||||
|
Loading…
Reference in New Issue
Block a user