diff options
Diffstat (limited to 'test/log/log_test.c')
-rw-r--r-- | test/log/log_test.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/log/log_test.c b/test/log/log_test.c index 2c6227703fa..de431b0823e 100644 --- a/test/log/log_test.c +++ b/test/log/log_test.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Logging support test program * * Copyright (c) 2017 Google, Inc * Written by Simon Glass <sjg@chromium.org> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |