X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Fifdtool.c;h=3a39b7bc701194e6bf1e9b0cb767c2feb7abca39;hb=d80dd9e7853256f27847238771bf34c7157b8894;hp=729991ee33f7ebf1677e186025ee63ecedead6a7;hpb=ab21ecef7a38dd211fe6db35c6e60800445eb6a2;p=oweals%2Fu-boot.git diff --git a/tools/ifdtool.c b/tools/ifdtool.c index 729991ee33..3a39b7bc70 100644 --- a/tools/ifdtool.c +++ b/tools/ifdtool.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * ifdtool - Manage Intel Firmware Descriptor information * * Copyright 2014 Google, Inc * - * SPDX-License-Identifier: GPL-2.0 - * * From Coreboot project, but it got a serious code clean-up * and a few new features */ @@ -19,7 +18,7 @@ #include #include #include -#include +#include #include "ifdtool.h" #undef DEBUG @@ -758,7 +757,7 @@ static void print_version(void) { printf("ifdtool v%s -- ", IFDTOOL_VERSION); printf("Copyright (C) 2014 Google Inc.\n\n"); - printf("SPDX-License-Identifier: GPL-2.0+\n"); + printf("SPDX-License-Identifier: GPL-2.0+\n"); } static void print_usage(const char *name)