From 5f4d2ac935ee40e901bacc844869c96a20c296c7 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Thu, 19 Jun 2025 12:16:14 +0100 Subject: [PATCH] libcamera: controls: Revert incorrect SPDX removal In commit 6a09deaf7d4a ("controls: Add FrameWallClock control") the existing SPDX was accidentally removed, likely from a rebase operation at some point. Unfortunately as this patch had already collected Reviewed-by tags, the surruptious removal wasn't noticed until after it was merged. Re-insert the existing SPDX and copyright banner as the header to the control definitions file. Signed-off-by: Kieran Bingham Reviewed-by: Naushir Patuck Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- 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 028919ef3..46f51436c 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 ---