X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2Flzmadec.c;h=e3b9cc75ac2b9a90a383baa1e7e3b3b4f87ea2d8;hb=100e75bbdbe3e2c02f004f7d26055ce57e6472eb;hp=1b482edb587dc3fd8a8c4a0b92f5f6295d0f897b;hpb=1fdafb2e3dfecdc4129a8062ad25b1adb32b0efb;p=oweals%2Fu-boot.git diff --git a/cmd/lzmadec.c b/cmd/lzmadec.c index 1b482edb58..e3b9cc75ac 100644 --- a/cmd/lzmadec.c +++ b/cmd/lzmadec.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2013 Patrice Bouchand * lzma uncompress command in Uboot @@ -6,12 +7,11 @@ * * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include #include +#include #include #include