All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: staging: ipu3: uapi: Add "WITH Linux-syscall-note" license
@ 2021-02-07 23:56 Laurent Pinchart
  2021-02-21 19:37 ` Laurent Pinchart
  2021-02-22  5:57 ` Bingbu Cao
  0 siblings, 2 replies; 4+ messages in thread
From: Laurent Pinchart @ 2021-02-07 23:56 UTC (permalink / raw)
  To: linux-media; +Cc: Tianshu Qiu, Bingbu Cao, Sakari Ailus

All Linux headers licensed under the GPL-2.0 must include a "WITH
Linux-syscall-note" extension in their SPDX license identifier, as
enforced by the scripts/headers_install.sh script. Fix the Intel IPU3
UAPI header currently stored with the driver in staging.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 drivers/staging/media/ipu3/include/intel-ipu3.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/ipu3/include/intel-ipu3.h b/drivers/staging/media/ipu3/include/intel-ipu3.h
index edd8edda0647..9b644fb23dde 100644
--- a/drivers/staging/media/ipu3/include/intel-ipu3.h
+++ b/drivers/staging/media/ipu3/include/intel-ipu3.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
 /* Copyright (C) 2017 - 2018 Intel Corporation */
 
 #ifndef __IPU3_UAPI_H
-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH] media: staging: ipu3: uapi: Add "WITH Linux-syscall-note" license
  2021-02-07 23:56 [PATCH] media: staging: ipu3: uapi: Add "WITH Linux-syscall-note" license Laurent Pinchart
@ 2021-02-21 19:37 ` Laurent Pinchart
  2021-02-22  7:40   ` Sakari Ailus
  2021-02-22  5:57 ` Bingbu Cao
  1 sibling, 1 reply; 4+ messages in thread
From: Laurent Pinchart @ 2021-02-21 19:37 UTC (permalink / raw)
  To: linux-media; +Cc: Tianshu Qiu, Bingbu Cao, Sakari Ailus

Hello,

Gentle ping.

On Mon, Feb 08, 2021 at 01:56:10AM +0200, Laurent Pinchart wrote:
> All Linux headers licensed under the GPL-2.0 must include a "WITH
> Linux-syscall-note" extension in their SPDX license identifier, as
> enforced by the scripts/headers_install.sh script. Fix the Intel IPU3
> UAPI header currently stored with the driver in staging.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
>  drivers/staging/media/ipu3/include/intel-ipu3.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/media/ipu3/include/intel-ipu3.h b/drivers/staging/media/ipu3/include/intel-ipu3.h
> index edd8edda0647..9b644fb23dde 100644
> --- a/drivers/staging/media/ipu3/include/intel-ipu3.h
> +++ b/drivers/staging/media/ipu3/include/intel-ipu3.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0 */
> +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
>  /* Copyright (C) 2017 - 2018 Intel Corporation */
>  
>  #ifndef __IPU3_UAPI_H

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH] media: staging: ipu3: uapi: Add "WITH Linux-syscall-note" license
  2021-02-07 23:56 [PATCH] media: staging: ipu3: uapi: Add "WITH Linux-syscall-note" license Laurent Pinchart
  2021-02-21 19:37 ` Laurent Pinchart
@ 2021-02-22  5:57 ` Bingbu Cao
  1 sibling, 0 replies; 4+ messages in thread
From: Bingbu Cao @ 2021-02-22  5:57 UTC (permalink / raw)
  To: Laurent Pinchart, linux-media; +Cc: Tianshu Qiu, Bingbu Cao, Sakari Ailus

Laurent, thanks for your patch.
Reviewed-by: Bingbu Cao <bingbu.cao@intel.com>

On 2/8/21 7:56 AM, Laurent Pinchart wrote:
> All Linux headers licensed under the GPL-2.0 must include a "WITH
> Linux-syscall-note" extension in their SPDX license identifier, as
> enforced by the scripts/headers_install.sh script. Fix the Intel IPU3
> UAPI header currently stored with the driver in staging.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
>  drivers/staging/media/ipu3/include/intel-ipu3.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/media/ipu3/include/intel-ipu3.h b/drivers/staging/media/ipu3/include/intel-ipu3.h
> index edd8edda0647..9b644fb23dde 100644
> --- a/drivers/staging/media/ipu3/include/intel-ipu3.h
> +++ b/drivers/staging/media/ipu3/include/intel-ipu3.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0 */
> +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
>  /* Copyright (C) 2017 - 2018 Intel Corporation */
>  
>  #ifndef __IPU3_UAPI_H
> 

-- 
Best regards,
Bingbu Cao

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

* Re: [PATCH] media: staging: ipu3: uapi: Add "WITH Linux-syscall-note" license
  2021-02-21 19:37 ` Laurent Pinchart
@ 2021-02-22  7:40   ` Sakari Ailus
  0 siblings, 0 replies; 4+ messages in thread
From: Sakari Ailus @ 2021-02-22  7:40 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: linux-media, Tianshu Qiu, Bingbu Cao

On Sun, Feb 21, 2021 at 09:37:29PM +0200, Laurent Pinchart wrote:
> Hello,
> 
> Gentle ping.

It's in my tree but I'll add Bingbu's ack.

-- 
Sakari Ailus

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

end of thread, other threads:[~2021-02-22  7:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-07 23:56 [PATCH] media: staging: ipu3: uapi: Add "WITH Linux-syscall-note" license Laurent Pinchart
2021-02-21 19:37 ` Laurent Pinchart
2021-02-22  7:40   ` Sakari Ailus
2021-02-22  5:57 ` Bingbu Cao

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.