radeon is MIT. This were incorrectly changed in
commit
4518740dfae2 ("License cleanup: add SPDX GPL-2.0 license identifier to files with no license")
and
commit
34602d9d9ac6 (".gitignore: add SPDX License Identifier")
and:
commit
af50a7e88245 ("treewide: Add SPDX license identifier - Makefile/Kconfig")
Fixes: 34602d9d9ac6 (".gitignore: add SPDX License Identifier")
Fixes: af50a7e88245 ("treewide: Add SPDX license identifier - Makefile/Kconfig")
Fixes: 4518740dfae2 ("License cleanup: add SPDX GPL-2.0 license identifier to files with no license")
Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2053
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-# SPDX-License-Identifier: GPL-2.0-only
+# SPDX-License-Identifier: MIT
mkregtable
*_reg_safe.h
-# SPDX-License-Identifier: GPL-2.0-only
+# SPDX-License-Identifier: MIT
config DRM_RADEON_USERPTR
bool "Always enable userptr support"
depends on DRM_RADEON
-# SPDX-License-Identifier: GPL-2.0
+# SPDX-License-Identifier: MIT
#
# Makefile for the drm device driver. This driver provides support for the
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.