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 /include/drm | |
parent | 4c450f056cae111a48bb33c3ddb33296a206faad (diff) | |
download | linux-46924030475b6d44061a9a393f4e3b82b713f820.tar.bz2 |
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 'include/drm')
-rw-r--r-- | include/drm/drm_pciids.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_pciids.h b/include/drm/drm_pciids.h index 683742826511..b7e899ce44f0 100644 --- a/include/drm/drm_pciids.h +++ b/include/drm/drm_pciids.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: MIT */ #define radeon_PCI_IDS \ {0x1002, 0x1304, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0x1002, 0x1305, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ |