diff options
author | Jonathan Gray <jsg@jsg.id.au> | 2018-10-15 15:47:01 +1100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-10-15 16:16:12 -0500 |
commit | 46924030475b6d44061a9a393f4e3b82b713f820 (patch) | |
tree | b920bf60687f5f25b656240ad9e2364cada9af59 /drivers/gpu/drm/radeon/radeon_dp_mst.c | |
parent | 4c450f056cae111a48bb33c3ddb33296a206faad (diff) |
drm/radeon: change SPDX identifier to MIT
Commit b24413180f5600bcb3bb70fbed5cf186b60864bd added
"SPDX-License-Identifier: GPL-2.0" to files which previously had no
license, change this to MIT for radeon matching the license text of the
other radeon files.
Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_dp_mst.c')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_dp_mst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_dp_mst.c b/drivers/gpu/drm/radeon/radeon_dp_mst.c index f920be236cc9..84b3ad2172a3 100644 --- a/drivers/gpu/drm/radeon/radeon_dp_mst.c +++ b/drivers/gpu/drm/radeon/radeon_dp_mst.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: MIT #include <drm/drmP.h> #include <drm/drm_dp_mst_helper.h> |