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