diff options
Diffstat (limited to 'fs/cbfs')
-rw-r--r-- | fs/cbfs/Makefile | 4 | ||||
-rw-r--r-- | fs/cbfs/cbfs.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/fs/cbfs/Makefile b/fs/cbfs/Makefile index a106e05dd8..e8e9dfe47a 100644 --- a/fs/cbfs/Makefile +++ b/fs/cbfs/Makefile @@ -1,6 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0+ # Copyright (c) 2011 The Chromium OS Authors. All rights reserved. -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := cbfs.o diff --git a/fs/cbfs/cbfs.c b/fs/cbfs/cbfs.c index 46da8f134f..0dce639b49 100644 --- a/fs/cbfs/cbfs.c +++ b/fs/cbfs/cbfs.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2011 The Chromium OS Authors. All rights reserved. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |