Skip to content

Commit e6f1f9e

Browse files
committed
Add missing SPDX-License-Identifier: MIT comments
1 parent 80335bb commit e6f1f9e

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

src/cli.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: MIT
2+
13
#include "cli.hpp"
24

35
#include <errno.h>

src/link/fstack.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: MIT
2+
13
#include "link/fstack.hpp"
24

35
#include <stdint.h>

test/gfx/randtilegen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: MIT */
1+
// SPDX-License-Identifier: MIT
22

33
/*
44
* Originally:

test/gfx/rgbgfx_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: MIT */
1+
// SPDX-License-Identifier: MIT
22

33
#include <algorithm>
44
#include <array>

0 commit comments

Comments
 (0)