Add missing SPDX-License-Identifier: MIT comments

This commit is contained in:
Rangi
2025-12-05 15:35:44 -05:00
committed by Rangi
parent 2c5c453ab8
commit c8161be23a
4 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT
#include "cli.hpp" #include "cli.hpp"
#include <errno.h> #include <errno.h>

View File

@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT
#include "link/fstack.hpp" #include "link/fstack.hpp"
#include <stdint.h> #include <stdint.h>

View File

@@ -1,4 +1,4 @@
/* SPDX-License-Identifier: MIT */ // SPDX-License-Identifier: MIT
/* /*
* Originally: * Originally:

View File

@@ -1,4 +1,4 @@
/* SPDX-License-Identifier: MIT */ // SPDX-License-Identifier: MIT
#include <algorithm> #include <algorithm>
#include <array> #include <array>