summaryrefslogtreecommitdiff
path: root/linux/mips/get_syscall_args.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/mips/get_syscall_args.c')
-rw-r--r--linux/mips/get_syscall_args.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/mips/get_syscall_args.c b/linux/mips/get_syscall_args.c
index ec3602431..387aa8522 100644
--- a/linux/mips/get_syscall_args.c
+++ b/linux/mips/get_syscall_args.c
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015-2018 The strace developers.
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ */
+
/* Return -1 on error or 1 on success (never 0!). */
static int
arch_get_syscall_args(struct tcb *tcp)