Skip to content

Commit f3b37eb

Browse files
committed
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: 92d5d2a ("drm/amdgpu: Introduce funcs for populating CPER") Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4654 Reviewed-by: Mario Limonciello <[email protected]> Signed-off-by: Alex Deucher <[email protected]> (cherry picked from commit abd3f876404cafb107cb34bacb74706bfee11cbe)
1 parent 501672e commit f3b37eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: MIT
22
/*
33
* Copyright 2025 Advanced Micro Devices, Inc.
44
*

drivers/gpu/drm/amd/amdgpu/amdgpu_cper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: MIT */
22
/*
33
* Copyright 2025 Advanced Micro Devices, Inc.
44
*

0 commit comments

Comments
 (0)