1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-10-16 15:21:54 +02:00

cli: Use SPDX in headers

Change-Id: Ie523cf5b26a29de8e9e9efb56efe04a5ff86a59c
Signed-off-by: Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/85073
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Antonio Vázquez Blanco
2024-11-09 11:44:22 +01:00
committed by Anastasia Klimchuk
parent 5f37cfcd31
commit 690ec44e0b
6 changed files with 19 additions and 81 deletions

View File

@@ -1,20 +1,11 @@
/*
* This file is part of the flashrom project.
*
* Copyright (C) 2000 Silicon Integrated System Corporation
* Copyright (C) 2004 Tyan Corp <yhlu@tyan.com>
* Copyright (C) 2005-2008 coresystems GmbH
* Copyright (C) 2008,2009,2010 Carl-Daniel Hailfinger
*
* 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.
* SPDX-License-Identifier: GPL-2.0-or-later
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
* SPDX-FileCopyrightText: 2004 Tyan Corp <yhlu@tyan.com>
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH
* SPDX-FileCopyrightText: 2008,2009,2010 Carl-Daniel Hailfinger
*/
#include <errno.h>