1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-11-14 03:30:41 +01:00

group_internal: Use SPDX in headers

Change-Id: I990bae6be548d117d12a69b3d5cda1c93abb238d
Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/89938
Reviewed-by: Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Anastasia Klimchuk
2025-11-07 22:37:24 +11:00
parent ce2148d90d
commit 474086f8ff
18 changed files with 69 additions and 227 deletions

19
dmi.c
View File

@@ -1,20 +1,11 @@
/*
* This file is part of the flashrom project.
*
* Copyright (C) 2000-2002 Alan Cox <alan@redhat.com>
* Copyright (C) 2002-2010 Jean Delvare <khali@linux-fr.org>
* Copyright (C) 2009,2010 Michael Karcher
* Copyright (C) 2011-2013 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: 2000-2002 Alan Cox <alan@redhat.com>
* SPDX-FileCopyrightText: 2002-2010 Jean Delvare <khali@linux-fr.org>
* SPDX-FileCopyrightText: 2009,2010 Michael Karcher
* SPDX-FileCopyrightText: 2011-2013 Stefan Tauner
*/
/* strnlen is in POSIX but was a GNU extension up to glibc 2.10 */