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:
21
sb600spi.c
21
sb600spi.c
@@ -1,21 +1,12 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2008 Wang Qingpei <Qingpei.Wang@amd.com>
|
||||
* Copyright (C) 2008 Joe Bao <Zheng.Bao@amd.com>
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
* Copyright (C) 2009, 2010, 2013 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 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: 2008 Wang Qingpei <Qingpei.Wang@amd.com>
|
||||
* SPDX-FileCopyrightText: 2008 Joe Bao <Zheng.Bao@amd.com>
|
||||
* SPDX-FileCopyrightText: 2008 Advanced Micro Devices, Inc.
|
||||
* SPDX-FileCopyrightText: 2009, 2010, 2013 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2013 Stefan Tauner
|
||||
*/
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
Reference in New Issue
Block a user