mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-06 09:47:47 +00:00
Add missing SPDX-License-Identifier: MIT comments
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include "cli.hpp"
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include "link/fstack.hpp"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
/*
|
||||
* Originally:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
|
||||
Reference in New Issue
Block a user