From 92e347b556bb183ebaaf6fedb839da222c8c67b4 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 24 Dec 2018 23:46:43 +0000 Subject: 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. --- linux/powerpc64/arch_defs_.h | 7 +++++++ linux/powerpc64/get_scno.c | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'linux/powerpc64') 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) -- cgit v1.2.1