diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2018-12-24 23:46:43 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2018-12-24 23:46:43 +0000 |
commit | 92e347b556bb183ebaaf6fedb839da222c8c67b4 (patch) | |
tree | 0b4896aeb9a5d9ee46180463844e6642b0007f1f /linux/sparc64/get_error.c | |
parent | 73fa3d68228f27b7dbeb34d73a3b8bc564a8aef9 (diff) | |
download | strace-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/sparc64/get_error.c')
-rw-r--r-- | linux/sparc64/get_error.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/sparc64/get_error.c b/linux/sparc64/get_error.c index fcf60ae69..f254e2bf1 100644 --- a/linux/sparc64/get_error.c +++ b/linux/sparc64/get_error.c @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2015-2018 The strace developers. + * All rights reserved. + * + * SPDX-License-Identifier: LGPL-2.1-or-later + */ + static void arch_get_error(struct tcb *tcp, const bool check_errno) { |