]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/radeon: change SPDX identifier to MIT
authorJonathan Gray <jsg@jsg.id.au>
Mon, 15 Oct 2018 04:47:01 +0000 (15:47 +1100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 15 Oct 2018 21:16:12 +0000 (16:16 -0500)
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>
drivers/gpu/drm/radeon/mkregtable.c
drivers/gpu/drm/radeon/r100_track.h
drivers/gpu/drm/radeon/radeon_dp_mst.c
drivers/gpu/drm/radeon/radeon_legacy_tv.c
drivers/gpu/drm/radeon/radeon_trace.h
drivers/gpu/drm/radeon/radeon_trace_points.c
include/drm/drm_pciids.h

index ba704633b072c2c6c3819a0aa5b194b9d455f09a..52a7246fed9ebd01cc6105416b3989532c432e9b 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: MIT
 /* utility to create the register check tables
  * this includes inlined list.h safe for userspace.
  *
index ad16a925f8d55fa8aa9e2a408e3688c4752f6693..57e2b09784be921ea130947e88e108bb7ac07e9e 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: MIT */
 
 #define R100_TRACK_MAX_TEXTURE 3
 #define R200_TRACK_MAX_TEXTURE 6
index f920be236cc9d62aa6371e7e9d2010a4ba21b868..84b3ad2172a37300195bb23c73abc601b1b69e43 100644 (file)
@@ -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>
index 611cf934b2119d0c82918c68ed676b41521e6155..4278272e3191d3508aa88eede6751b75daefe388 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: MIT
 #include <drm/drmP.h>
 #include <drm/drm_crtc_helper.h>
 #include "radeon.h"
index bc26efd1793e21066ce14360fee4a467011b8a6c..0d84b8aafab34b40b03456b608612566a869af60 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: MIT */
 #if !defined(_RADEON_TRACE_H) || defined(TRACE_HEADER_MULTI_READ)
 #define _RADEON_TRACE_H_
 
index 66b3d5084662d42d16f73b45b76f589202c63dae..65e92302f9746ccd1b5fb6c96c23fcaa9046d976 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: MIT
 /* Copyright Red Hat Inc 2010.
  * Author : Dave Airlie <airlied@redhat.com>
  */
index 683742826511f895f93001aaaaa21af1aef5b71c..b7e899ce44f0ee17164babfcc4f4a22909b0ab8b 100644 (file)
@@ -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}, \