add SPDX license identifiers
This commit is contained in:
parent
cd927b83fb
commit
7335bb9498
@ -1,3 +1,5 @@
|
||||
// SPDX-License-Identifier: CC0-1.0 OR Unlicense
|
||||
|
||||
#ifndef _FWRITE_LE_H
|
||||
#define _FWRITE_LE_H
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// SPDX-License-Identifier: CC0-1.0 OR Unlicense
|
||||
|
||||
#include "fwrite_le.h"
|
||||
|
||||
#define ORDER_NATIVE_U32 0x01234567
|
||||
|
@ -1,3 +1,5 @@
|
||||
// SPDX-License-Identifier: CC0-1.0 OR Unlicense
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <math.h>
|
||||
#include <stdbool.h>
|
||||
|
Loading…
Reference in New Issue
Block a user