diff options
Diffstat (limited to 'tests/getuid32.c')
-rw-r--r-- | tests/getuid32.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/getuid32.c b/tests/getuid32.c index 397dd08ff..1222dbcb3 100644 --- a/tests/getuid32.c +++ b/tests/getuid32.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 <asm/unistd.h> |