aboutsummaryrefslogtreecommitdiff
path: root/src/sbi/base.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbi/base.zig')
-rw-r--r--src/sbi/base.zig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sbi/base.zig b/src/sbi/base.zig
index b96add2..053d4dc 100644
--- a/src/sbi/base.zig
+++ b/src/sbi/base.zig
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2024 Himbeer <himbeer@disroot.org>
+//
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
const instructions = @import("../instructions.zig");
const sbierr = @import("error.zig");