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. --- tests/epoll_pwait.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/epoll_pwait.c') diff --git a/tests/epoll_pwait.c b/tests/epoll_pwait.c index 841e7228c..ce95e6dc5 100644 --- a/tests/epoll_pwait.c +++ b/tests/epoll_pwait.c @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2016-2018 The strace developers. + * All rights reserved. + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + #include "tests.h" #include -- cgit v1.2.1