diff options
author | Dirk Hohndel (VMware) <dirk@hohndel.org> | 2018-05-06 19:16:20 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-07-05 17:39:53 -0400 |
commit | 9f87830f61e79d5e2ae2529cd225cb123f7742b2 (patch) | |
tree | 465e30fd9d8b62e5c4e7eb11746f4eacbf33f621 /drivers/gpu/drm/amd/amdgpu/amdgpu_test.c | |
parent | c3c18309c8319ab4600830bc010d916cb4e529de (diff) |
drm/amd: add SPDX identifier and clarify license
This is dual licensed under 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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_test.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c index e3878256743a..57b14dccd8e0 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 OR MIT | ||
1 | /* | 2 | /* |
2 | * Copyright 2009 VMware, Inc. | 3 | * Copyright 2009 VMware, Inc. |
3 | * | 4 | * |