Skip to content

Commit

Permalink
drm/radeon: fix incorrrect SPDX-License-Identifiers
Browse files Browse the repository at this point in the history
[ Upstream commit 1f43b89 ]

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

Fixes: d198b34 (".gitignore: add SPDX License Identifier")
Fixes: ec8f24b ("treewide: Add SPDX license identifier - Makefile/Kconfig")
Fixes: b244131 ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
alexdeucher authored and gregkh committed Aug 17, 2022
1 parent 88b5515 commit e32f8c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/radeon/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# SPDX-License-Identifier: MIT
mkregtable
*_reg_safe.h

2 changes: 1 addition & 1 deletion drivers/gpu/drm/radeon/Kconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# SPDX-License-Identifier: MIT
config DRM_RADEON_USERPTR
bool "Always enable userptr support"
depends on DRM_RADEON
Expand Down
2 changes: 1 addition & 1 deletion drivers/gpu/drm/radeon/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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.
Expand Down

0 comments on commit e32f8c5

Please sign in to comment.