[07/11] reuse: Add missing files to REUSE.toml
diff mbox series

Message ID 20260405191443.1209948-8-laurent.pinchart@ideasonboard.com
State New
Headers show
Series
  • libcamera: Fix missing license information
Related show

Commit Message

Laurent Pinchart April 5, 2026, 7:14 p.m. UTC
The skipping.svg image and the Raspberry Pi 5 tuning files are missing.
Add them.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 REUSE.toml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

Jacopo Mondi April 7, 2026, 12:49 p.m. UTC | #1
Hi Laurent

On Sun, Apr 05, 2026 at 10:14:39PM +0300, Laurent Pinchart wrote:
> The skipping.svg image and the Raspberry Pi 5 tuning files are missing.
> Add them.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
>  REUSE.toml | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/REUSE.toml b/REUSE.toml
> index b6edab1b1cfc..77090b8fdb96 100644
> --- a/REUSE.toml
> +++ b/REUSE.toml
> @@ -8,6 +8,7 @@ path = [
>  	"Documentation/binning.svg",
>  	"Documentation/images/rotation/**.svg",
>  	"Documentation/sensor_model.svg",
> +	"Documentation/skipping.svg",
>  	"Documentation/theme/static/libcamera-logo-text.svg",

This now covers all .svg files in Documentation/

>  ]
>  precedence = "aggregate"
> @@ -15,7 +16,10 @@ SPDX-FileCopyrightText = "Copyright 2023 Ideas On Board Oy"
>  SPDX-License-Identifier = "CC-BY-SA-4.0"
>
>  [[annotations]]
> -path = ["src/ipa/rpi/vc4/data/**.json"]
> +path = [
> +	"src/ipa/rpi/pisp/data/**.json",
> +	"src/ipa/rpi/vc4/data/**.json",
> +]

Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>


>  precedence = "aggregate"
>  SPDX-FileCopyrightText = "2019-2020 Raspberry Pi Ltd"
>  SPDX-License-Identifier = "BSD-2-Clause"
> --
> Regards,
>
> Laurent Pinchart
>
Barnabás Pőcze April 13, 2026, 11:07 a.m. UTC | #2
2026. 04. 05. 21:14 keltezéssel, Laurent Pinchart írta:
> The skipping.svg image and the Raspberry Pi 5 tuning files are missing.
> Add them.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
>   REUSE.toml | 6 +++++-
>   1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/REUSE.toml b/REUSE.toml
> index b6edab1b1cfc..77090b8fdb96 100644
> --- a/REUSE.toml
> +++ b/REUSE.toml
> @@ -8,6 +8,7 @@ path = [
>   	"Documentation/binning.svg",
>   	"Documentation/images/rotation/**.svg",

Shouldn't `Documentation/images/rotation/**.svg` be added here instead of in patch 5/11?

Reviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>


>   	"Documentation/sensor_model.svg",
> +	"Documentation/skipping.svg",
>   	"Documentation/theme/static/libcamera-logo-text.svg",
>   ]
>   precedence = "aggregate"
> @@ -15,7 +16,10 @@ SPDX-FileCopyrightText = "Copyright 2023 Ideas On Board Oy"
>   SPDX-License-Identifier = "CC-BY-SA-4.0"
>   
>   [[annotations]]
> -path = ["src/ipa/rpi/vc4/data/**.json"]
> +path = [
> +	"src/ipa/rpi/pisp/data/**.json",
> +	"src/ipa/rpi/vc4/data/**.json",
> +]
>   precedence = "aggregate"
>   SPDX-FileCopyrightText = "2019-2020 Raspberry Pi Ltd"
>   SPDX-License-Identifier = "BSD-2-Clause"

Patch
diff mbox series

diff --git a/REUSE.toml b/REUSE.toml
index b6edab1b1cfc..77090b8fdb96 100644
--- a/REUSE.toml
+++ b/REUSE.toml
@@ -8,6 +8,7 @@  path = [
 	"Documentation/binning.svg",
 	"Documentation/images/rotation/**.svg",
 	"Documentation/sensor_model.svg",
+	"Documentation/skipping.svg",
 	"Documentation/theme/static/libcamera-logo-text.svg",
 ]
 precedence = "aggregate"
@@ -15,7 +16,10 @@  SPDX-FileCopyrightText = "Copyright 2023 Ideas On Board Oy"
 SPDX-License-Identifier = "CC-BY-SA-4.0"
 
 [[annotations]]
-path = ["src/ipa/rpi/vc4/data/**.json"]
+path = [
+	"src/ipa/rpi/pisp/data/**.json",
+	"src/ipa/rpi/vc4/data/**.json",
+]
 precedence = "aggregate"
 SPDX-FileCopyrightText = "2019-2020 Raspberry Pi Ltd"
 SPDX-License-Identifier = "BSD-2-Clause"