Commit 1f43b890 authored by Alex Deucher's avatar Alex Deucher

drm/radeon: fix incorrrect SPDX-License-Identifiers

radeon is MIT.  This were incorrectly changed in
commit b2441318 ("License cleanup: add SPDX GPL-2.0 license identifier to files with no license")
and
commit d198b34f (".gitignore: add SPDX License Identifier")
and:
commit ec8f24b7 ("treewide: Add SPDX license identifier - Makefile/Kconfig")

Fixes: d198b34f (".gitignore: add SPDX License Identifier")
Fixes: ec8f24b7 ("treewide: Add SPDX license identifier - Makefile/Kconfig")
Fixes: b2441318 ("License cleanup: add SPDX GPL-2.0 license identifier to files with no license")
Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2053Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent b3e73cbf
# 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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment