diff options
| author | Jonathan Gray <[email protected]> | 2018-10-31 00:53:31 +0000 |
|---|---|---|
| committer | Jani Nikula <[email protected]> | 2018-10-31 09:57:11 +0000 |
| commit | 77c8fdae25631d34164911a9e527cb0049528cf4 (patch) | |
| tree | 60e663480b9693c8d36e83ec58f5d567b0f3431c /drivers/gpu/drm/i915/intel_ringbuffer.h | |
| parent | drm/i915/icl: Power on DSI panel (diff) | |
| download | kernel-77c8fdae25631d34164911a9e527cb0049528cf4.tar.gz kernel-77c8fdae25631d34164911a9e527cb0049528cf4.zip | |
drm/i915/ringbuffer: change header SPDX identifier to MIT
Commit b24413180f56 ("License cleanup: add SPDX GPL-2.0 license
identifier to files with no license") added "SPDX-License-Identifier:
GPL-2.0" to files which previously had no license, change this to MIT
for intel_ringbuffer.h matching the license text of intel_ringbuffer.c.
Signed-off-by: Jonathan Gray <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/i915/intel_ringbuffer.h')
| -rw-r--r-- | drivers/gpu/drm/i915/intel_ringbuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.h b/drivers/gpu/drm/i915/intel_ringbuffer.h index d3a08d0f02fe..8a2270b209b0 100644 --- a/drivers/gpu/drm/i915/intel_ringbuffer.h +++ b/drivers/gpu/drm/i915/intel_ringbuffer.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: MIT */ #ifndef _INTEL_RINGBUFFER_H_ #define _INTEL_RINGBUFFER_H_ |
