mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-04 18:27:36 +00:00
drm/amdgpu: fix SPDX headers on amdgpu_cper.c/h
These should be MIT. The driver in general is MIT and the license text at the top of the files is MIT so fix it. Fixes:92d5d2a09d("drm/amdgpu: Introduce funcs for populating CPER") Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4654 Reviewed-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> (cherry picked from commitabd3f87640)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: MIT
|
||||||
/*
|
/*
|
||||||
* Copyright 2025 Advanced Micro Devices, Inc.
|
* Copyright 2025 Advanced Micro Devices, Inc.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: MIT */
|
||||||
/*
|
/*
|
||||||
* Copyright 2025 Advanced Micro Devices, Inc.
|
* Copyright 2025 Advanced Micro Devices, Inc.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user