1
0

add SPDX license identifiers

This commit is contained in:
Intel A80486DX2-66 2024-07-14 23:39:06 +03:00
parent cd927b83fb
commit 7335bb9498
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: CC0-1.0 OR Unlicense
#ifndef _FWRITE_LE_H
#define _FWRITE_LE_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: CC0-1.0 OR Unlicense
#include "fwrite_le.h"
#define ORDER_NATIVE_U32 0x01234567

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: CC0-1.0 OR Unlicense
#include <inttypes.h>
#include <math.h>
#include <stdbool.h>