diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libfdt/fdt_region.c | 2 | ||||
-rw-r--r-- | lib/libfdt/fdt_ro.c | 2 | ||||
-rw-r--r-- | lib/lz4_wrapper.c | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/lib/libfdt/fdt_region.c b/lib/libfdt/fdt_region.c index 054c4b302f..d3b9a60e99 100644 --- a/lib/libfdt/fdt_region.c +++ b/lib/libfdt/fdt_region.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0+ OR BSD-2-Clause /* * libfdt - Flat Device Tree manipulation * Copyright (C) 2013 Google, Inc * Written by Simon Glass <sjg@chromium.org> - * SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause */ #include <linux/libfdt_env.h> diff --git a/lib/libfdt/fdt_ro.c b/lib/libfdt/fdt_ro.c index d972d031c6..4b7008d88f 100644 --- a/lib/libfdt/fdt_ro.c +++ b/lib/libfdt/fdt_ro.c @@ -1,7 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ OR BSD-2-Clause /* * libfdt - Flat Device Tree manipulation * Copyright (C) 2006 David Gibson, IBM Corporation. - * SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause */ #include <linux/libfdt_env.h> diff --git a/lib/lz4_wrapper.c b/lib/lz4_wrapper.c index 6dc8b764b3..487d39ef02 100644 --- a/lib/lz4_wrapper.c +++ b/lib/lz4_wrapper.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL 2.0+ OR BSD-3-Clause /* * Copyright 2015 Google Inc. - * - * SPDX-License-Identifier: GPL 2.0+ BSD-3-Clause */ #include <common.h> |