diff options
Diffstat (limited to 'test/env')
-rw-r--r-- | test/env/Makefile | 4 | ||||
-rw-r--r-- | test/env/attr.c | 3 | ||||
-rw-r--r-- | test/env/cmd_ut_env.c | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/test/env/Makefile b/test/env/Makefile index 5168bcb328..d71a11b6e2 100644 --- a/test/env/Makefile +++ b/test/env/Makefile @@ -1,8 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (c) 2015 National Instruments, Inc -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y += cmd_ut_env.o obj-y += attr.o diff --git a/test/env/attr.c b/test/env/attr.c index 45b8c753a4..8d5c0f1c3d 100644 --- a/test/env/attr.c +++ b/test/env/attr.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 /* * (C) Copyright 2015 * Joe Hershberger, National Instruments, joe.hershberger@ni.com - * - * SPDX-License-Identifier: GPL-2.0 */ #include <common.h> diff --git a/test/env/cmd_ut_env.c b/test/env/cmd_ut_env.c index 096afa83dd..54041a0219 100644 --- a/test/env/cmd_ut_env.c +++ b/test/env/cmd_ut_env.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 /* * (C) Copyright 2015 * Joe Hershberger, National Instruments, joe.hershberger@ni.com - * - * SPDX-License-Identifier: GPL-2.0 */ #include <common.h> |