summaryrefslogtreecommitdiff
path: root/linux/mips/genstub.sh
diff options
context:
space:
mode:
Diffstat (limited to 'linux/mips/genstub.sh')
-rwxr-xr-xlinux/mips/genstub.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/mips/genstub.sh b/linux/mips/genstub.sh
index 11f141f53..0d21692e6 100755
--- a/linux/mips/genstub.sh
+++ b/linux/mips/genstub.sh
@@ -1,4 +1,9 @@
#!/bin/sh -e
+#
+# Copyright (c) 2015-2018 The strace developers.
+# All rights reserved.
+#
+# SPDX-License-Identifier: LGPL-2.1-or-later
srcdir="${0%/*}"
dstdir="$1"; shift