diff mbox series

media: staging: ipu3: uapi: Add "WITH Linux-syscall-note" license

Message ID 20210207235610.15687-1-laurent.pinchart@ideasonboard.com
State Accepted
Commit e34a717f9f3ae82127a865597487e69f068adfec
Headers show
Series media: staging: ipu3: uapi: Add "WITH Linux-syscall-note" license | expand

Commit Message

Laurent Pinchart Feb. 7, 2021, 11:56 p.m. UTC
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(-)

Comments

Laurent Pinchart Feb. 21, 2021, 7:37 p.m. UTC | #1
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
Bingbu Cao Feb. 22, 2021, 5:57 a.m. UTC | #2
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
Sakari Ailus Feb. 22, 2021, 7:40 a.m. UTC | #3
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
diff mbox series

Patch

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