On Mon, 2024-06-03 at 15:36 +0200, Karolina Stolarek wrote: > The test files are GPL and MIT, so update the definitions > accordingly. > > Signed-off-by: Karolina Stolarek <karolina.stolarek@xxxxxxxxx> Reviewed-by: Thomas Hellström <thomas.hellstrom@xxxxxxxxxxxxxxx> > --- > drivers/gpu/drm/ttm/tests/ttm_bo_test.c | 2 +- > drivers/gpu/drm/ttm/tests/ttm_device_test.c | 2 +- > drivers/gpu/drm/ttm/tests/ttm_kunit_helpers.c | 2 +- > drivers/gpu/drm/ttm/tests/ttm_pool_test.c | 2 +- > drivers/gpu/drm/ttm/tests/ttm_resource_test.c | 2 +- > drivers/gpu/drm/ttm/tests/ttm_tt_test.c | 2 +- > 6 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/drivers/gpu/drm/ttm/tests/ttm_bo_test.c > b/drivers/gpu/drm/ttm/tests/ttm_bo_test.c > index ffcfe5e6709a..b53483ce3570 100644 > --- a/drivers/gpu/drm/ttm/tests/ttm_bo_test.c > +++ b/drivers/gpu/drm/ttm/tests/ttm_bo_test.c > @@ -627,4 +627,4 @@ static struct kunit_suite ttm_bo_test_suite = { > > kunit_test_suites(&ttm_bo_test_suite); > > -MODULE_LICENSE("GPL"); > +MODULE_LICENSE("GPL and additional rights"); > diff --git a/drivers/gpu/drm/ttm/tests/ttm_device_test.c > b/drivers/gpu/drm/ttm/tests/ttm_device_test.c > index 19eaff22e6ae..0f235a834ede 100644 > --- a/drivers/gpu/drm/ttm/tests/ttm_device_test.c > +++ b/drivers/gpu/drm/ttm/tests/ttm_device_test.c > @@ -209,4 +209,4 @@ static struct kunit_suite ttm_device_test_suite = > { > > kunit_test_suites(&ttm_device_test_suite); > > -MODULE_LICENSE("GPL"); > +MODULE_LICENSE("GPL and additional rights"); > diff --git a/drivers/gpu/drm/ttm/tests/ttm_kunit_helpers.c > b/drivers/gpu/drm/ttm/tests/ttm_kunit_helpers.c > index b6ea64488c77..48ab541f821f 100644 > --- a/drivers/gpu/drm/ttm/tests/ttm_kunit_helpers.c > +++ b/drivers/gpu/drm/ttm/tests/ttm_kunit_helpers.c > @@ -308,4 +308,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"); > diff --git a/drivers/gpu/drm/ttm/tests/ttm_pool_test.c > b/drivers/gpu/drm/ttm/tests/ttm_pool_test.c > index 4643f91c6bd5..9070ca43df53 100644 > --- a/drivers/gpu/drm/ttm/tests/ttm_pool_test.c > +++ b/drivers/gpu/drm/ttm/tests/ttm_pool_test.c > @@ -433,4 +433,4 @@ static struct kunit_suite ttm_pool_test_suite = { > > kunit_test_suites(&ttm_pool_test_suite); > > -MODULE_LICENSE("GPL"); > +MODULE_LICENSE("GPL and additional rights"); > 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"); > diff --git a/drivers/gpu/drm/ttm/tests/ttm_tt_test.c > b/drivers/gpu/drm/ttm/tests/ttm_tt_test.c > index a9d75a33acaf..dd9bac7cb7b0 100644 > --- a/drivers/gpu/drm/ttm/tests/ttm_tt_test.c > +++ b/drivers/gpu/drm/ttm/tests/ttm_tt_test.c > @@ -398,4 +398,4 @@ static struct kunit_suite ttm_tt_test_suite = { > > kunit_test_suites(&ttm_tt_test_suite); > > -MODULE_LICENSE("GPL"); > +MODULE_LICENSE("GPL and additional rights");