follow reuse spec for license

This commit is contained in:
2025-07-13 18:28:05 +01:00
parent f7ff3393f0
commit f5103cb6a3
109 changed files with 928 additions and 827 deletions

View File

@@ -1,3 +1,9 @@
/*
* SPDX-FileCopyrightText: 2025 William Bell
*
* SPDX-License-Identifier: GPL-3.0-or-later
*/
#include "../translator.h"
#include "string.h"
#include <stddef.h>

View File

@@ -1,3 +1,9 @@
/*
* SPDX-FileCopyrightText: 2025 William Bell
*
* SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef BYTECODE_STRING_H
#define BYTECODE_STRING_H
#include "../translator.h"