diff options
| author | Karolina Stolarek <karolina.stolarek@intel.com> | 2024-06-12 14:03:05 +0200 |
|---|---|---|
| committer | Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com> | 2024-06-24 16:01:25 +0530 |
| commit | be487a29896937d14caa3b00a14ab5c6ae29573c (patch) | |
| tree | 1734f9f1a9c8b67867801de8397fd95ed224aa49 /drivers/gpu/drm/ttm/tests/ttm_resource_test.c | |
| parent | 99eec733e8236df37017a700ea9d040a91db62eb (diff) | |
drm/ttm/tests: Correct modules' licenses
The test files are GPL and MIT, so update the definitions accordingly.
Signed-off-by: Karolina Stolarek <karolina.stolarek@intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Signed-off-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/54cd7289db67ec396b67ef48dbb45521d56ec03c.1718192625.git.karolina.stolarek@intel.com
Diffstat (limited to 'drivers/gpu/drm/ttm/tests/ttm_resource_test.c')
| -rw-r--r-- | drivers/gpu/drm/ttm/tests/ttm_resource_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ttm/tests/ttm_resource_test.c b/drivers/gpu/drm/ttm/tests/ttm_resource_test.c index 67584058dadb..b90523422d24 100644 --- a/drivers/gpu/drm/ttm/tests/ttm_resource_test.c +++ b/drivers/gpu/drm/ttm/tests/ttm_resource_test.c @@ -332,4 +332,4 @@ static struct kunit_suite ttm_resource_test_suite = { kunit_test_suites(&ttm_resource_test_suite); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL and additional rights"); |