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

platform: Use SPDX in headers

Change-Id: I3322366ebfa7db1d1f1e0fe60c808efd839b2858
Signed-off-by: Antonio Vázquez <antoniovazquezblanco@gmail.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/89369
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Antonio Vázquez
2025-09-29 10:35:53 +02:00
committed by Anastasia Klimchuk
parent 690ec44e0b
commit 3471cba18a
8 changed files with 20 additions and 97 deletions

View File

@@ -1,18 +1,8 @@
/*
* This file is part of the flashrom project.
*
* Copyright (C) 2022 secunet Security Networks AG
* (written by Thomas Heijligen <thomas.heijligen@secunet.com)
*
* 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: 2022 secunet Security Networks AG and Thomas Heijligen <thomas.heijligen@secunet.com>
*/
#ifndef __PLATFORM_PCI_H__