aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-05-29 21:49:39 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-05-29 21:49:39 +0300
commit32f9719e29762001f73460acd31f2a6da8fd6298 (patch)
tree61605ebc344dc8d1fd957d920d15dcaee6cee669 /tests
parent4e52c518e35dfb6986efff67fb2fa82857de06c8 (diff)
downloadgran-32f9719e29762001f73460acd31f2a6da8fd6298.tar.gz
gran-32f9719e29762001f73460acd31f2a6da8fd6298.zip
silence some trivial warnings
Diffstat (limited to 'tests')
-rw-r--r--tests/simple_riscv32/sim.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/simple_riscv32/sim.c b/tests/simple_riscv32/sim.c
index df2127d..fcf19a1 100644
--- a/tests/simple_riscv32/sim.c
+++ b/tests/simple_riscv32/sim.c
@@ -1,3 +1,6 @@
+/* SPDX-License-Identifier: copyleft-next-0.3.1 */
+/* Copyright 2023 Kim Kuparinen < kimi.h.kuparinen@gmail.com > */
+
#include <assert.h>
#include <gran/root.h>