From 55189c9d33568ab26ee63e8f7474364a48423ec3 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 10 May 2020 20:09:31 +0200 Subject: util: Use SPDX headers Change-Id: I2858fdf74e782f425d56653491cdebe83c185d19 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/41208 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes --- util/nvramtool/common.c | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'util/nvramtool/common.c') diff --git a/util/nvramtool/common.c b/util/nvramtool/common.c index a1a27066e5..68d2618ca4 100644 --- a/util/nvramtool/common.c +++ b/util/nvramtool/common.c @@ -1,18 +1,4 @@ -/*****************************************************************************\ - * common.c - ***************************************************************************** - * Please also read the file DISCLAIMER which is included in this software - * distribution. - * - * 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, dated June 1991. - * - * 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 terms and - * conditions of the GNU General Public License for more details. -\*****************************************************************************/ +/* SPDX-License-Identifier: GPL-2.0-only */ #include "common.h" -- cgit v1.2.3