All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] drm/i915: change i915_sw_fence license to MIT
@ 2018-11-29  1:30 Jonathan Gray
  2018-11-29 10:49 ` Joonas Lahtinen
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Gray @ 2018-11-29  1:30 UTC (permalink / raw)
  To: dri-devel; +Cc: Rodrigo Vivi

Change the license of the i915_sw_fence files to MIT matching
most of the other i915 files.  This makes it possible to use them
in a new port of i915 to OpenBSD.

Besides some mechanical tree wide changes Chris Wilson is the sole
author of these files with Intel holding the copyright.

Intel's legal team have given permission to change the license according
to Joonas Lahtinen.

v2: expand commit message and note permission from Intel legal

Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 drivers/gpu/drm/i915/i915_sw_fence.c | 7 ++-----
 drivers/gpu/drm/i915/i915_sw_fence.h | 5 ++---
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/drivers/gpu/drm/i915/i915_sw_fence.c b/drivers/gpu/drm/i915/i915_sw_fence.c
index 6dbeed079ae5..fc2eeab823b7 100644
--- a/drivers/gpu/drm/i915/i915_sw_fence.c
+++ b/drivers/gpu/drm/i915/i915_sw_fence.c
@@ -1,10 +1,7 @@
 /*
- * (C) Copyright 2016 Intel Corporation
+ * SPDX-License-Identifier: MIT
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; version 2
- * of the License.
+ * (C) Copyright 2016 Intel Corporation
  */
 
 #include <linux/slab.h>
diff --git a/drivers/gpu/drm/i915/i915_sw_fence.h b/drivers/gpu/drm/i915/i915_sw_fence.h
index fe2ef4dadfc6..0e055ea0179f 100644
--- a/drivers/gpu/drm/i915/i915_sw_fence.h
+++ b/drivers/gpu/drm/i915/i915_sw_fence.h
@@ -1,10 +1,9 @@
 /*
+ * SPDX-License-Identifier: MIT
+ *
  * i915_sw_fence.h - library routines for N:M synchronisation points
  *
  * Copyright (C) 2016 Intel Corporation
- *
- * This file is released under the GPLv2.
- *
  */
 
 #ifndef _I915_SW_FENCE_H_
-- 
2.19.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH v2] drm/i915: change i915_sw_fence license to MIT
  2018-11-29  1:30 [PATCH v2] drm/i915: change i915_sw_fence license to MIT Jonathan Gray
@ 2018-11-29 10:49 ` Joonas Lahtinen
  2018-12-04 12:15   ` Chris Wilson
  0 siblings, 1 reply; 3+ messages in thread
From: Joonas Lahtinen @ 2018-11-29 10:49 UTC (permalink / raw)
  To: Jonathan Gray, dri-devel; +Cc: Rodrigo Vivi

Quoting Jonathan Gray (2018-11-29 03:30:51)
> Change the license of the i915_sw_fence files to MIT matching
> most of the other i915 files.  This makes it possible to use them
> in a new port of i915 to OpenBSD.
> 
> Besides some mechanical tree wide changes Chris Wilson is the sole
> author of these files with Intel holding the copyright.
> 
> Intel's legal team have given permission to change the license according
> to Joonas Lahtinen.
> 
> v2: expand commit message and note permission from Intel legal
> 
> Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
> Cc: Jani Nikula <jani.nikula@linux.intel.com>
> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>

Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>

Regards, Joonas
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH v2] drm/i915: change i915_sw_fence license to MIT
  2018-11-29 10:49 ` Joonas Lahtinen
@ 2018-12-04 12:15   ` Chris Wilson
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Wilson @ 2018-12-04 12:15 UTC (permalink / raw)
  To: Jonathan Gray, Joonas Lahtinen, dri-devel; +Cc: Rodrigo Vivi

Quoting Joonas Lahtinen (2018-11-29 10:49:47)
> Quoting Jonathan Gray (2018-11-29 03:30:51)
> > Change the license of the i915_sw_fence files to MIT matching
> > most of the other i915 files.  This makes it possible to use them
> > in a new port of i915 to OpenBSD.
> > 
> > Besides some mechanical tree wide changes Chris Wilson is the sole
> > author of these files with Intel holding the copyright.
> > 
> > Intel's legal team have given permission to change the license according
> > to Joonas Lahtinen.
> > 
> > v2: expand commit message and note permission from Intel legal
> > 
> > Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
> > Cc: Jani Nikula <jani.nikula@linux.intel.com>
> > Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
> > Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> > Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
> 
> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>

Applied to dinq, thanks for the cautionary review and have fun!
-Chris
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2018-12-04 12:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-29  1:30 [PATCH v2] drm/i915: change i915_sw_fence license to MIT Jonathan Gray
2018-11-29 10:49 ` Joonas Lahtinen
2018-12-04 12:15   ` Chris Wilson

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.