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
This commit is contained in:
Karolina Stolarek
2024-06-12 14:03:05 +02:00
committed by Arunpravin Paneer Selvam
parent 99eec733e8
commit be487a2989
6 changed files with 6 additions and 6 deletions

View File

@@ -303,4 +303,4 @@ void ttm_test_devices_fini(struct kunit *test)
}
EXPORT_SYMBOL_GPL(ttm_test_devices_fini);
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL and additional rights");