libcamera: Drop remaining file names from header comment blocks

Commit 829acb3ab0 ("libcamera: Drop file name from header comment
blocks in templates") dropped file names from header comment blocks in
templates, but forgot the control and property .cpp templates. Fix it.

Fixes: 829acb3ab0 ("libcamera: Drop file name from header comment blocks in templates")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
Laurent Pinchart 2024-08-08 17:02:47 +03:00
parent cbffcbe362
commit d3bf27180e
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
/* /*
* Copyright (C) 2019, Google Inc. * Copyright (C) 2019, Google Inc.
* *
* control_ids.cpp : Control ID list * Control ID list
* *
* This file is auto-generated. Do not edit. * This file is auto-generated. Do not edit.
*/ */

View file

@ -2,7 +2,7 @@
/* /*
* Copyright (C) 2019, Google Inc. * Copyright (C) 2019, Google Inc.
* *
* property_ids.cpp : Property ID list * Property ID list
* *
* This file is auto-generated. Do not edit. * This file is auto-generated. Do not edit.
*/ */