aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Hohndel (VMware) <[email protected]>2018-05-07 01:16:19 +0200
committerAlex Deucher <[email protected]>2018-06-29 15:28:47 -0500
commit3e2b88cbd225f0867fee6ba63ffe3c38a2e98822 (patch)
tree28d21512799d48cb9097e403aaacfb188ec17c6b
parent7bd160245196b8ddd6d1f424cae70779c7aff95e (diff)
drm: add SPDX idenitifier and clarify license
This is dual licensed under GPL-2.0 or MIT. Signed-off-by: Dirk Hohndel (VMware) <[email protected]> Signed-off-by: David Herrmann <[email protected]> Signed-off-by: David Airlie <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--drivers/gpu/drm/drm_vma_manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_vma_manager.c b/drivers/gpu/drm/drm_vma_manager.c
index 23c749c05b5a..a6b2fe36b025 100644
--- a/drivers/gpu/drm/drm_vma_manager.c
+++ b/drivers/gpu/drm/drm_vma_manager.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0 OR MIT
/*
* Copyright (c) 2006-2009 VMware, Inc., Palo Alto, CA., USA
* Copyright (c) 2012 David Airlie <[email protected]>