fix licensing
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2025 William Bell
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "dowrap.h"
|
#include "dowrap.h"
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2025 William Bell
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
#include "return.h"
|
#include "return.h"
|
||||||
|
|
||||||
size_t translate_parsed_return(Translated *translated,
|
size_t translate_parsed_return(Translated *translated,
|
||||||
|
|||||||
@@ -6,4 +6,5 @@ let y = 1
|
|||||||
let term = y
|
let term = y
|
||||||
|
|
||||||
let x = do
|
let x = do
|
||||||
return x
|
y
|
||||||
|
return term
|
||||||
Reference in New Issue
Block a user