diff options
author | Dirk Hohndel (VMware) <dirk@hohndel.org> | 2018-05-06 19:16:26 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-06-29 16:28:48 -0400 |
commit | dff96888860a9ebaa618be973b51f4d86aec1211 (patch) | |
tree | b620de8108dd0f240e133f77b6745208df72319c /drivers/gpu/drm/vmwgfx/vmwgfx_resource.c | |
parent | a3be6f6c6e3e9fc93cf0ac19aae039c7135686e3 (diff) |
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/vmwgfx_resource.c')
-rw-r--r-- | drivers/gpu/drm/vmwgfx/vmwgfx_resource.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c b/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c index 6b3a942b18df..3063a3e4bd40 100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c | |||
@@ -1,7 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 OR MIT | ||
1 | /************************************************************************** | 2 | /************************************************************************** |
2 | * | 3 | * |
3 | * Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA | 4 | * Copyright 2009-2015 VMware, Inc., Palo Alto, CA., USA |
4 | * All Rights Reserved. | ||
5 | * | 5 | * |
6 | * Permission is hereby granted, free of charge, to any person obtaining a | 6 | * Permission is hereby granted, free of charge, to any person obtaining a |
7 | * copy of this software and associated documentation files (the | 7 | * copy of this software and associated documentation files (the |