From: Laurent Pinchart Date: Sun, 7 Feb 2021 23:56:10 +0000 (+0100) Subject: media: staging: ipu3: uapi: Add "WITH Linux-syscall-note" license X-Git-Tag: xarray-5.18~2025^2~155 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e34a717f9f3ae82127a865597487e69f068adfec;p=users%2Fwilly%2Fxarray.git media: staging: ipu3: uapi: Add "WITH Linux-syscall-note" license 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 Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- 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