Merge pull request #26 from nilclass/license-identifier

Add SPDX-License-Identifier to source files
This commit is contained in:
Kevin Santo Cappuccio 2024-01-28 05:43:19 -08:00 committed by GitHub
commit e55b78fa34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
21 changed files with 35 additions and 14 deletions

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT
from bs4 import BeautifulSoup

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
#include "ArduinoStuff.h"
#include "MatrixStateRP2040.h"
@ -43,4 +43,4 @@ void arduinoPrint(void)
void uploadArduino(void)
{
}
}

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
#ifndef ARDUINOSTUFF_H
#define ARDUINOSTUFF_H

View File

@ -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)
{
}
}

View File

@ -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

View File

@ -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);
}
}

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
#ifndef FILEPARSING_H
#define FILEPARSING_H
@ -48,4 +49,4 @@ int printLen(int);
#endif
#endif

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
#ifndef JUMPERLESSDEFINESRP2040_H
#define JUMPERLESSDEFINESRP2040_H
@ -210,4 +211,4 @@
#endif
#endif

View File

@ -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;
}
}

View File

@ -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

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
#include "FileParsing.h"
#include <Arduino.h>
#include "LittleFS.h"

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
#ifndef MACHINECOMMANDS_H
#define MACHINECOMMANDS_H

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
#include <Arduino.h>
#include "JumperlessDefinesRP2040.h"

View File

@ -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

View File

@ -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();*/

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
#ifndef NETMANAGER_H
#define NETMANAGER_H

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
#include <Arduino.h>
@ -3678,4 +3679,4 @@ struct pathStruct{
};
*/
*/

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
#ifndef NETTOCHIPCONNECTIONS_H
#define NETTOCHIPCONNECTIONS_H
@ -82,4 +83,4 @@ void resolveUncommittedHops2(void);
#endif
#endif

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
#include "Peripherals.h"

View File

@ -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

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
#include <Arduino.h>