libcamera: controls: Re-add licence and copyright details
diff mbox series

Message ID 20250619114617.185165-1-naush@raspberrypi.com
State New
Headers show
Series
  • libcamera: controls: Re-add licence and copyright details
Related show

Commit Message

Naushir Patuck June 19, 2025, 11:46 a.m. UTC
Fix the accidental removal of the license and copyright information from
control_ids_core.yaml.

Fixes: 6a09deaf7d4a ("controls: Add FrameWallClock control")
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
---
 src/libcamera/control_ids_core.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Kieran Bingham June 19, 2025, 11:55 a.m. UTC | #1
Quoting Naushir Patuck (2025-06-19 12:46:13)
> Fix the accidental removal of the license and copyright information from
> control_ids_core.yaml.
> 
> Fixes: 6a09deaf7d4a ("controls: Add FrameWallClock control")
> Signed-off-by: Naushir Patuck <naush@raspberrypi.com>

I posted the same, but I don't mind which gets in.

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

> ---
>  src/libcamera/control_ids_core.yaml | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml
> index 028919ef3d3e..46f51436c215 100644
> --- a/src/libcamera/control_ids_core.yaml
> +++ b/src/libcamera/control_ids_core.yaml
> @@ -1,4 +1,6 @@
> -
> +# SPDX-License-Identifier: LGPL-2.1-or-later
> +#
> +# Copyright (C) 2019, Google Inc.
>  #
>  %YAML 1.1
>  ---
> -- 
> 2.43.0
>
Laurent Pinchart June 19, 2025, 12:09 p.m. UTC | #2
On Thu, Jun 19, 2025 at 12:55:28PM +0100, Kieran Bingham wrote:
> Quoting Naushir Patuck (2025-06-19 12:46:13)
> > Fix the accidental removal of the license and copyright information from
> > control_ids_core.yaml.
> > 
> > Fixes: 6a09deaf7d4a ("controls: Add FrameWallClock control")
> > Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
> 
> I posted the same, but I don't mind which gets in.

When two patches are equivalent, I tend to pick the first one that got
posted.

> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
> 
> > ---
> >  src/libcamera/control_ids_core.yaml | 4 +++-
> >  1 file changed, 3 insertions(+), 1 deletion(-)
> > 
> > diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml
> > index 028919ef3d3e..46f51436c215 100644
> > --- a/src/libcamera/control_ids_core.yaml
> > +++ b/src/libcamera/control_ids_core.yaml
> > @@ -1,4 +1,6 @@
> > -
> > +# SPDX-License-Identifier: LGPL-2.1-or-later
> > +#
> > +# Copyright (C) 2019, Google Inc.
> >  #
> >  %YAML 1.1
> >  ---

Patch
diff mbox series

diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml
index 028919ef3d3e..46f51436c215 100644
--- a/src/libcamera/control_ids_core.yaml
+++ b/src/libcamera/control_ids_core.yaml
@@ -1,4 +1,6 @@ 
-
+# SPDX-License-Identifier: LGPL-2.1-or-later
+#
+# Copyright (C) 2019, Google Inc.
 #
 %YAML 1.1
 ---