diff options
author | Dirk Hohndel (VMware) <dirk@hohndel.org> | 2018-05-07 01:16:26 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-06-29 15:28:48 -0500 |
commit | dff96888860a9ebaa618be973b51f4d86aec1211 (patch) | |
tree | b620de8108dd0f240e133f77b6745208df72319c /drivers/gpu/drm/vmwgfx/device_include/svga3d_devcaps.h | |
parent | a3be6f6c6e3e9fc93cf0ac19aae039c7135686e3 (diff) | |
download | linux-dff96888860a9ebaa618be973b51f4d86aec1211.tar.gz linux-dff96888860a9ebaa618be973b51f4d86aec1211.tar.bz2 linux-dff96888860a9ebaa618be973b51f4d86aec1211.zip |
drm/vmwgfx: add SPDX idenitifier and clarify license
This is dual licensed under GPL-2.0 or MIT.
vmwgfx_msg.h is the odd one out that is GPL-2.0+ or MIT.
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Dirk Hohndel (VMware) <dirk@hohndel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180506231626.115996-9-dirk@hohndel.org
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/device_include/svga3d_devcaps.h')
-rw-r--r-- | drivers/gpu/drm/vmwgfx/device_include/svga3d_devcaps.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vmwgfx/device_include/svga3d_devcaps.h b/drivers/gpu/drm/vmwgfx/device_include/svga3d_devcaps.h index c18b663f360f..e1c0d94cc1e9 100644 --- a/drivers/gpu/drm/vmwgfx/device_include/svga3d_devcaps.h +++ b/drivers/gpu/drm/vmwgfx/device_include/svga3d_devcaps.h @@ -1,5 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0 OR MIT */ /********************************************************** - * Copyright 1998-2015 VMware, Inc. All rights reserved. + * Copyright 1998-2015 VMware, Inc. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation |