1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-10-14 06:20:25 +02:00

util: Use SPDX in headers

Change-Id: I7b4b3da3b47b90c2113bbe614e47892e9cc29417
Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/89418
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
This commit is contained in:
Anastasia Klimchuk
2025-10-04 19:14:34 +10:00
parent e681de4286
commit 81e5b58a20
19 changed files with 43 additions and 468 deletions

View File

@@ -1,18 +1,9 @@
/*
* This file is part of the flashrom project.
*
* Copyright (C) 2010 Matthias Wenzel <bios at mazzoo dot de>
* Copyright (C) 2011 Stefan Tauner
*
* 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: 2010 Matthias Wenzel <bios at mazzoo dot de>
* SPDX-FileCopyrightText: 2011 Stefan Tauner
*/
/*