diff options
Diffstat (limited to 'util/ifdtool/Makefile')
-rw-r--r-- | util/ifdtool/Makefile | 10 |
1 files changed, 1 insertions, 9 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 |