diff options
Diffstat (limited to 'util/ifdtool')
-rw-r--r-- | util/ifdtool/Makefile | 10 | ||||
-rw-r--r-- | util/ifdtool/ifdtool.c | 11 | ||||
-rw-r--r-- | util/ifdtool/ifdtool.h | 11 |
3 files changed, 3 insertions, 29 deletions
diff --git a/util/ifdtool/Makefile b/util/ifdtool/Makefile index 8ebc6672ac..d70080d551 100644 --- a/util/ifdtool/Makefile +++ b/util/ifdtool/Makefile @@ -1,14 +1,6 @@ # ifdtool - dump Intel Firmware Descriptor information # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# +# SPDX-License-Identifier: GPL-2.0-only PROGRAM = ifdtool diff --git a/util/ifdtool/ifdtool.c b/util/ifdtool/ifdtool.c index 08a65b3ff5..fcc760e807 100644 --- a/util/ifdtool/ifdtool.c +++ b/util/ifdtool/ifdtool.c @@ -1,14 +1,5 @@ /* ifdtool - dump Intel Firmware Descriptor information */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include <unistd.h> #include <stdlib.h> diff --git a/util/ifdtool/ifdtool.h b/util/ifdtool/ifdtool.h index 0b81260006..5af98cf2ce 100644 --- a/util/ifdtool/ifdtool.h +++ b/util/ifdtool/ifdtool.h @@ -1,14 +1,5 @@ /* ifdtool - dump Intel Firmware Descriptor information */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include <stdint.h> #include <stdbool.h> |