commit 4d387ed61968f468e43571d15485b498e28acaec
parent e9217dd299737068e383646d8be6f3524c46f875
Author: Drew DeVault <sir@cmpwn.com>
Date: Thu, 1 Feb 2024 10:10:45 +0100
rt+openbsd: add missing copyright headers
Signed-off-by: Drew DeVault <sir@cmpwn.com>
Diffstat:
3 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/rt/+openbsd/+aarch64.ha b/rt/+openbsd/+aarch64.ha
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: MPL-2.0
+// (c) Hare authors <https://harelang.org>
+
export type sigcontext = struct {
__sc_unused: int,
sc_mask: int,
diff --git a/rt/+openbsd/+riscv64.ha b/rt/+openbsd/+riscv64.ha
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: MPL-2.0
+// (c) Hare authors <https://harelang.org>
+
export type sigcontext = struct {
__sc_unused: int,
sc_mask: int,
diff --git a/rt/+openbsd/+x86_64.ha b/rt/+openbsd/+x86_64.ha
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: MPL-2.0
+// (c) Hare authors <https://harelang.org>
+
export type sigcontext = struct {
sc_rdi: u64,
sc_rsi: u64,