Message ID | 20250619114617.185165-1-naush@raspberrypi.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
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 >
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 > > ---
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 ---
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(-)