summaryrefslogtreecommitdiff
path: root/linux/powerpc64
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2018-12-24 23:46:43 +0000
committerDmitry V. Levin <ldv@altlinux.org>2018-12-24 23:46:43 +0000
commit92e347b556bb183ebaaf6fedb839da222c8c67b4 (patch)
tree0b4896aeb9a5d9ee46180463844e6642b0007f1f /linux/powerpc64
parent73fa3d68228f27b7dbeb34d73a3b8bc564a8aef9 (diff)
downloadstrace-92e347b556bb183ebaaf6fedb839da222c8c67b4.tar.gz
Add copyright headers to some files that lack them
We do our best to keep copyright headers up to date, yet git history provides better information on this subject and is more accurate than copyright headers.
Diffstat (limited to 'linux/powerpc64')
-rw-r--r--linux/powerpc64/arch_defs_.h7
-rw-r--r--linux/powerpc64/get_scno.c7
2 files changed, 14 insertions, 0 deletions
diff --git a/linux/powerpc64/arch_defs_.h b/linux/powerpc64/arch_defs_.h
index 037b52f6a..871f4109d 100644
--- a/linux/powerpc64/arch_defs_.h
+++ b/linux/powerpc64/arch_defs_.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2018 The strace developers.
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ */
+
#define HAVE_ARCH_OLD_SELECT 1
#define SUPPORTED_PERSONALITIES 2
#define HAVE_ARCH_DEDICATED_ERR_REG 1
diff --git a/linux/powerpc64/get_scno.c b/linux/powerpc64/get_scno.c
index 8a943e8da..03523d397 100644
--- a/linux/powerpc64/get_scno.c
+++ b/linux/powerpc64/get_scno.c
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015-2018 The strace developers.
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ */
+
/* Return codes: 1 - ok, 0 - ignore, other - error. */
static int
arch_get_scno(struct tcb *tcp)