From 4ff6a6dedb67e3efe01c2fcbbf5b842a100159d6 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Fri, 6 Aug 2021 14:23:01 -0500 Subject: [PATCH] trivial: flashrom: Add SPDX license header Clarify that the license was intended to be LGPL2.1 when the project adjusted and this source file was just missed as well. --- plugins/flashrom/fu-plugin-flashrom.c | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/plugins/flashrom/fu-plugin-flashrom.c b/plugins/flashrom/fu-plugin-flashrom.c index aeb301131..6a8bc868e 100644 --- a/plugins/flashrom/fu-plugin-flashrom.c +++ b/plugins/flashrom/fu-plugin-flashrom.c @@ -3,21 +3,7 @@ * Copyright (C) 2017 Richard Hughes * Copyright (C) 2019 9elements Agency GmbH * - * Licensed under the GNU General Public License Version 2 - * - * 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; either version 2 of the License, or - * (at your option) any later version. - * - * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * SPDX-License-Identifier: LGPL-2.1+ */ #include "config.h"