All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: Update license on selftest lists to MIT
@ 2024-12-08 15:17 Ed Maste
  2024-12-08 16:03 ` ✓ i915.CI.BAT: success for " Patchwork
  2024-12-10 23:19 ` [PATCH] " Rodrigo Vivi
  0 siblings, 2 replies; 6+ messages in thread
From: Ed Maste @ 2024-12-08 15:17 UTC (permalink / raw)
  To: intel-gfx
  Cc: Jani Nikula, Joonas Lahtinen, Rodrigo Vivi, Tvrtko Ursulin,
	David Airlie, Simona Vetter, Ed Maste, dri-devel

These two files (i915_live_selftests.h, i915_mock_selftests.h) were
introduced in commit 953c7f82eb89 ("drm/i915: Provide a hook for
selftests") and are effectively just a list of selftests.

The selftest implementation itself is largely in i915_selftest.c, and
uses a MIT license.  Graphics drivers are shared with other operating
systems and have long used a permissive license (or dual license) to
facilitate this.

The two selftest list files carried no license when introduced in
953c7f82eb89, presumably as they were considered trivial.  Notably the
general selftest header i915_selftest.h (which does have non-trivial
content) also has an MIT license.

The GPL-2.0 SPDX tag in these two files came from b24413180f56, where
Greg Kroah-Hartman added the tag to all files that had no license.  This
makes sense in general, but it is clear from the context of the original
selftest commit here that these files are a trivial part of an otherwise
MIT-licensed patch to a MIT-licensed component, and should have an MIT
license.

Signed-off-by: Ed Maste <emaste@FreeBSD.org>
---
 drivers/gpu/drm/i915/selftests/i915_live_selftests.h | 2 +-
 drivers/gpu/drm/i915/selftests/i915_mock_selftests.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/selftests/i915_live_selftests.h b/drivers/gpu/drm/i915/selftests/i915_live_selftests.h
index 5aee6c9a8295..264b951c4f77 100644
--- a/drivers/gpu/drm/i915/selftests/i915_live_selftests.h
+++ b/drivers/gpu/drm/i915/selftests/i915_live_selftests.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: MIT */
 
 #ifndef selftest
 #define selftest(x, y)
diff --git a/drivers/gpu/drm/i915/selftests/i915_mock_selftests.h b/drivers/gpu/drm/i915/selftests/i915_mock_selftests.h
index 0c22e0fc9059..18935e311748 100644
--- a/drivers/gpu/drm/i915/selftests/i915_mock_selftests.h
+++ b/drivers/gpu/drm/i915/selftests/i915_mock_selftests.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: MIT */
 
 #ifndef selftest
 #define selftest(x, y)
-- 
2.46.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-12-13  9:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-08 15:17 [PATCH] drm/i915: Update license on selftest lists to MIT Ed Maste
2024-12-08 16:03 ` ✓ i915.CI.BAT: success for " Patchwork
2024-12-10 23:19 ` [PATCH] " Rodrigo Vivi
2024-12-11  7:24   ` Greg KH
2024-12-12 15:10     ` Ed Maste
2024-12-13  9:54       ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.