All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] staging: android: ion: add the GPL exception note to header
@ 2019-02-14  0:01 ` Hyun Kwon
  0 siblings, 0 replies; 4+ messages in thread
From: Hyun Kwon @ 2019-02-14  0:01 UTC (permalink / raw)
  To: Laura Abbott, Sumit Semwal, Greg Kroah-Hartman,
	Arve Hjønnevåg, Todd Kjos, Joel Fernandes,
	Christian Brauner, devel, dri-devel, linaro-mm-sig, linux-kernel
  Cc: Martijn Coenen, Wendy Liang, Michal Simek, Cyril Chemparathy, Hyun Kwon

Hi,

I wonder if the exception, "WITH Linux-syscall-note", can be added to
the ion header license, to allow user source code with different
license to include it without being derivative of GPL.

More specifically, we want to use this ion header in a BSD license
module [1], without enforcing the GPL license on its users or
on the module itself when it has a copy of the header in its source
code.

Any guide on what can be done would be appreciated.

Thanks,
-hyun

[1] https://github.com/OpenAMP/libmetal/blob/master/LICENSE.md

Hyun Kwon (1):
  staging: android: ion: Add the GPL exception for syscalls

 drivers/staging/android/uapi/ion.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.7.4


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

* [PATCH 0/1] staging: android: ion: add the GPL exception note to header
@ 2019-02-14  0:01 ` Hyun Kwon
  0 siblings, 0 replies; 4+ messages in thread
From: Hyun Kwon @ 2019-02-14  0:01 UTC (permalink / raw)
  To: Laura Abbott, Sumit Semwal, Greg Kroah-Hartman,
	Arve Hjønnevåg, Todd Kjos, Joel Fernandes,
	Christian Brauner, devel, dri-devel, linaro-mm-sig, linux-kernel
  Cc: Cyril Chemparathy, Martijn Coenen, Wendy Liang, Hyun Kwon, Michal Simek

Hi,

I wonder if the exception, "WITH Linux-syscall-note", can be added to
the ion header license, to allow user source code with different
license to include it without being derivative of GPL.

More specifically, we want to use this ion header in a BSD license
module [1], without enforcing the GPL license on its users or
on the module itself when it has a copy of the header in its source
code.

Any guide on what can be done would be appreciated.

Thanks,
-hyun

[1] https://github.com/OpenAMP/libmetal/blob/master/LICENSE.md

Hyun Kwon (1):
  staging: android: ion: Add the GPL exception for syscalls

 drivers/staging/android/uapi/ion.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.7.4

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

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

* [PATCH 1/1] staging: android: ion: Add the GPL exception for syscalls
  2019-02-14  0:01 ` Hyun Kwon
  (?)
@ 2019-02-14  0:01 ` Hyun Kwon
  2019-02-14  9:42   ` Greg Kroah-Hartman
  -1 siblings, 1 reply; 4+ messages in thread
From: Hyun Kwon @ 2019-02-14  0:01 UTC (permalink / raw)
  To: Laura Abbott, Sumit Semwal, Greg Kroah-Hartman,
	Arve Hjønnevåg, Todd Kjos, Joel Fernandes,
	Christian Brauner, devel, dri-devel, linaro-mm-sig, linux-kernel
  Cc: Martijn Coenen, Wendy Liang, Michal Simek, Cyril Chemparathy, Hyun Kwon

Add "WITH Linux-syscall-note" to the license to not put GPL
restrictions on user space programs using this header.

Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com>
---
 drivers/staging/android/uapi/ion.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/android/uapi/ion.h b/drivers/staging/android/uapi/ion.h
index 5d70098..46c93fc 100644
--- a/drivers/staging/android/uapi/ion.h
+++ b/drivers/staging/android/uapi/ion.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
 /*
  * drivers/staging/android/uapi/ion.h
  *
-- 
2.7.4


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

* Re: [PATCH 1/1] staging: android: ion: Add the GPL exception for syscalls
  2019-02-14  0:01 ` [PATCH 1/1] staging: android: ion: Add the GPL exception for syscalls Hyun Kwon
@ 2019-02-14  9:42   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2019-02-14  9:42 UTC (permalink / raw)
  To: Hyun Kwon
  Cc: Laura Abbott, Sumit Semwal, Arve Hjønnevåg, Todd Kjos,
	Joel Fernandes, Christian Brauner, devel, dri-devel,
	linaro-mm-sig, linux-kernel, Martijn Coenen, Wendy Liang,
	Michal Simek, Cyril Chemparathy

On Wed, Feb 13, 2019 at 04:01:46PM -0800, Hyun Kwon wrote:
> Add "WITH Linux-syscall-note" to the license to not put GPL
> restrictions on user space programs using this header.
> 
> Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com>
> ---
>  drivers/staging/android/uapi/ion.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/android/uapi/ion.h b/drivers/staging/android/uapi/ion.h
> index 5d70098..46c93fc 100644
> --- a/drivers/staging/android/uapi/ion.h
> +++ b/drivers/staging/android/uapi/ion.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0 */
> +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
>  /*
>   * drivers/staging/android/uapi/ion.h
>   *
> -- 
> 2.7.4
> 

Yes, that is the correct thing to do, let me go queue this up.

thanks,

greg k-h

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

end of thread, other threads:[~2019-02-14  9:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-14  0:01 [PATCH 0/1] staging: android: ion: add the GPL exception note to header Hyun Kwon
2019-02-14  0:01 ` Hyun Kwon
2019-02-14  0:01 ` [PATCH 1/1] staging: android: ion: Add the GPL exception for syscalls Hyun Kwon
2019-02-14  9:42   ` Greg Kroah-Hartman

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.