raspberrypi: Update Copyright statement in all Raspberry Pi source files

s/Raspberry Pi (Trading) Limited/Raspberry Pi Ltd/ to reflect the new
Raspberry Pi entity name.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Naushir Patuck 2022-07-27 09:55:21 +01:00 committed by Laurent Pinchart
parent afd2a5dac5
commit f95bae418c
104 changed files with 104 additions and 104 deletions

View file

@ -6,7 +6,7 @@ Source: https://git.libcamera.org/libcamera/libcamera.git/
Files: src/ipa/raspberrypi/data/*.json Files: src/ipa/raspberrypi/data/*.json
utils/raspberrypi/ctt/ctt_config_example.json utils/raspberrypi/ctt/ctt_config_example.json
utils/raspberrypi/ctt/ctt_ref.pgm utils/raspberrypi/ctt/ctt_ref.pgm
Copyright: 2019-2020 Raspberry Pi (Trading) Ltd. Copyright: 2019-2020 Raspberry Pi Ltd
License: BSD-2-Clause License: BSD-2-Clause
Files: src/qcam/assets/feathericons/*.svg Files: src/qcam/assets/feathericons/*.svg

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* SPDX-License-Identifier: LGPL-2.1-or-later */
/* /*
* Copyright (C) 2021, Raspberry Pi (Trading) Limited * Copyright (C) 2021, Raspberry Pi Ltd
* *
* color_space.h - color space definitions * color_space.h - color space definitions
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* SPDX-License-Identifier: LGPL-2.1-or-later */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Ltd. * Copyright (C) 2020, Raspberry Pi Ltd
* *
* bayer_format.h - Bayer Pixel Format * bayer_format.h - Bayer Pixel Format
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* SPDX-License-Identifier: LGPL-2.1-or-later */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Ltd. * Copyright (C) 2020, Raspberry Pi Ltd
* *
* delayed_controls.h - Helper to deal with controls that take effect with a delay * delayed_controls.h - Helper to deal with controls that take effect with a delay
*/ */

View file

@ -1,7 +1,7 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* SPDX-License-Identifier: LGPL-2.1-or-later */
/* /*
* Copyright (C) 2019, Google Inc. * Copyright (C) 2019, Google Inc.
* Copyright (C) 2020, Raspberry Pi (Trading) Ltd. * Copyright (C) 2020, Raspberry Pi Ltd
* *
* v4l2_pixelformat.h - V4L2 Pixel Format * v4l2_pixelformat.h - V4L2 Pixel Format
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* SPDX-License-Identifier: LGPL-2.1-or-later */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Limited * Copyright (C) 2020, Raspberry Pi Ltd
* *
* transform.h - 2D plane transforms * transform.h - 2D plane transforms
*/ */

View file

@ -4,7 +4,7 @@
* *
* BCM2835 ISP driver - user space header file. * BCM2835 ISP driver - user space header file.
* *
* Copyright © 2019-2020 Raspberry Pi (Trading) Ltd. * Copyright © 2019-2020 Raspberry Pi Ltd
* *
* Author: Naushir Patuck (naush@raspberrypi.com) * Author: Naushir Patuck (naush@raspberrypi.com)
* *

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Ltd. * Copyright (C) 2020, Raspberry Pi Ltd
* *
* stream_options.cpp - Helper to parse options for streams * stream_options.cpp - Helper to parse options for streams
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* SPDX-License-Identifier: GPL-2.0-or-later */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Ltd. * Copyright (C) 2020, Raspberry Pi Ltd
* *
* stream_options.h - Helper to parse options for streams * stream_options.h - Helper to parse options for streams
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* histogram.cpp - histogram calculations * histogram.cpp - histogram calculations
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* histogram.h - histogram calculation interface * histogram.h - histogram calculation interface
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* cam_helper.cpp - helper information for different sensors * cam_helper.cpp - helper information for different sensors
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* cam_helper.h - helper class providing camera information * cam_helper.h - helper class providing camera information
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* cam_helper_imx219.cpp - camera helper for imx219 sensor * cam_helper_imx219.cpp - camera helper for imx219 sensor
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2021, Raspberry Pi (Trading) Limited * Copyright (C) 2021, Raspberry Pi Ltd
* *
* cam_helper_imx290.cpp - camera helper for imx290 sensor * cam_helper_imx290.cpp - camera helper for imx290 sensor
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Limited * Copyright (C) 2020, Raspberry Pi Ltd
* *
* cam_helper_imx296.cpp - Camera helper for IMX296 sensor * cam_helper_imx296.cpp - Camera helper for IMX296 sensor
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Limited * Copyright (C) 2020, Raspberry Pi Ltd
* *
* cam_helper_imx477.cpp - camera helper for imx477 sensor * cam_helper_imx477.cpp - camera helper for imx477 sensor
*/ */

View file

@ -1,7 +1,7 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Based on cam_helper_imx477.cpp * Based on cam_helper_imx477.cpp
* Copyright (C) 2020, Raspberry Pi (Trading) Limited * Copyright (C) 2020, Raspberry Pi Ltd
* *
* cam_helper_imx519.cpp - camera helper for imx519 sensor * cam_helper_imx519.cpp - camera helper for imx519 sensor
* Copyright (C) 2021, Arducam Technology co., Ltd. * Copyright (C) 2021, Arducam Technology co., Ltd.

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* cam_helper_ov5647.cpp - camera information for ov5647 sensor * cam_helper_ov5647.cpp - camera information for ov5647 sensor
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2021, Raspberry Pi (Trading) Limited * Copyright (C) 2021, Raspberry Pi Ltd
* *
* cam_helper_ov9281.cpp - camera information for ov9281 sensor * cam_helper_ov9281.cpp - camera information for ov9281 sensor
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* agc_algorithm.h - AGC/AEC control algorithm interface * agc_algorithm.h - AGC/AEC control algorithm interface
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* agc_status.h - AGC/AEC control algorithm status * agc_status.h - AGC/AEC control algorithm status
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* algorithm.cpp - ISP control algorithms * algorithm.cpp - ISP control algorithms
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* algorithm.h - ISP control algorithm interface * algorithm.h - ISP control algorithm interface
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* alsc_status.h - ALSC (auto lens shading correction) control algorithm status * alsc_status.h - ALSC (auto lens shading correction) control algorithm status
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* awb_algorithm.h - AWB control algorithm interface * awb_algorithm.h - AWB control algorithm interface
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* awb_status.h - AWB control algorithm status * awb_status.h - AWB control algorithm status
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* black_level_status.h - black level control algorithm status * black_level_status.h - black level control algorithm status
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019-2020, Raspberry Pi (Trading) Limited * Copyright (C) 2019-2020, Raspberry Pi Ltd
* *
* camera_mode.h - description of a particular operating mode of a sensor * camera_mode.h - description of a particular operating mode of a sensor
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* ccm_algorithm.h - CCM (colour correction matrix) control algorithm interface * ccm_algorithm.h - CCM (colour correction matrix) control algorithm interface
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* ccm_status.h - CCM (colour correction matrix) control algorithm status * ccm_status.h - CCM (colour correction matrix) control algorithm status
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* contrast_algorithm.h - contrast (gamma) control algorithm interface * contrast_algorithm.h - contrast (gamma) control algorithm interface
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* contrast_status.h - contrast (gamma) control algorithm status * contrast_status.h - contrast (gamma) control algorithm status
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* controller.cpp - ISP controller * controller.cpp - ISP controller
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* controller.h - ISP controller interface * controller.h - ISP controller interface
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2021, Raspberry Pi (Trading) Limited * Copyright (C) 2021, Raspberry Pi Ltd
* *
* denoise.h - Denoise control algorithm interface * denoise.h - Denoise control algorithm interface
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019-2021, Raspberry Pi (Trading) Limited * Copyright (C) 2019-2021, Raspberry Pi Ltd
* *
* denoise_status.h - Denoise control algorithm status * denoise_status.h - Denoise control algorithm status
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2021, Raspberry Pi (Trading) Limited * Copyright (C) 2021, Raspberry Pi Ltd
* *
* device_status.cpp - device (image sensor) status * device_status.cpp - device (image sensor) status
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019-2021, Raspberry Pi (Trading) Limited * Copyright (C) 2019-2021, Raspberry Pi Ltd
* *
* device_status.h - device (image sensor) status * device_status.h - device (image sensor) status
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* dpc_status.h - DPC (defective pixel correction) control algorithm status * dpc_status.h - DPC (defective pixel correction) control algorithm status
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Limited * Copyright (C) 2020, Raspberry Pi Ltd
* *
* focus_status.h - focus measurement status * focus_status.h - focus measurement status
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* geq_status.h - GEQ (green equalisation) control algorithm status * geq_status.h - GEQ (green equalisation) control algorithm status
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* histogram.cpp - histogram calculations * histogram.cpp - histogram calculations
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* histogram.h - histogram calculation interface * histogram.h - histogram calculation interface
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* lux_status.h - Lux control algorithm status * lux_status.h - Lux control algorithm status
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019-2021, Raspberry Pi (Trading) Limited * Copyright (C) 2019-2021, Raspberry Pi Ltd
* *
* metadata.h - general metadata class * metadata.h - general metadata class
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* noise_status.h - Noise control algorithm status * noise_status.h - Noise control algorithm status
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* pwl.cpp - piecewise linear functions * pwl.cpp - piecewise linear functions
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* pwl.h - piecewise linear functions interface * pwl.h - piecewise linear functions interface
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* agc.cpp - AGC/AEC control algorithm * agc.cpp - AGC/AEC control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* agc.h - AGC/AEC control algorithm * agc.h - AGC/AEC control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* alsc.cpp - ALSC (auto lens shading correction) control algorithm * alsc.cpp - ALSC (auto lens shading correction) control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* alsc.h - ALSC (auto lens shading correction) control algorithm * alsc.h - ALSC (auto lens shading correction) control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* awb.cpp - AWB control algorithm * awb.cpp - AWB control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* awb.h - AWB control algorithm * awb.h - AWB control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* black_level.cpp - black level control algorithm * black_level.cpp - black level control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* black_level.h - black level control algorithm * black_level.h - black level control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* ccm.cpp - CCM (colour correction matrix) control algorithm * ccm.cpp - CCM (colour correction matrix) control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* ccm.h - CCM (colour correction matrix) control algorithm * ccm.h - CCM (colour correction matrix) control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* contrast.cpp - contrast (gamma) control algorithm * contrast.cpp - contrast (gamma) control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* contrast.h - contrast (gamma) control algorithm * contrast.h - contrast (gamma) control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* dpc.cpp - DPC (defective pixel correction) control algorithm * dpc.cpp - DPC (defective pixel correction) control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* dpc.h - DPC (defective pixel correction) control algorithm * dpc.h - DPC (defective pixel correction) control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Limited * Copyright (C) 2020, Raspberry Pi Ltd
* *
* focus.cpp - focus algorithm * focus.cpp - focus algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Limited * Copyright (C) 2020, Raspberry Pi Ltd
* *
* focus.h - focus algorithm * focus.h - focus algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* geq.cpp - GEQ (green equalisation) control algorithm * geq.cpp - GEQ (green equalisation) control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* geq.h - GEQ (green equalisation) control algorithm * geq.h - GEQ (green equalisation) control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* lux.cpp - Lux control algorithm * lux.cpp - Lux control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* lux.h - Lux control algorithm * lux.h - Lux control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* noise.cpp - Noise control algorithm * noise.cpp - Noise control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* noise.h - Noise control algorithm * noise.h - Noise control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019-2021, Raspberry Pi (Trading) Limited * Copyright (C) 2019-2021, Raspberry Pi Ltd
* *
* sdn.cpp - SDN (spatial denoise) control algorithm * sdn.cpp - SDN (spatial denoise) control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* sdn.h - SDN (spatial denoise) control algorithm * sdn.h - SDN (spatial denoise) control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* sharpen.cpp - sharpening control algorithm * sharpen.cpp - sharpening control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* sharpen.h - sharpening control algorithm * sharpen.h - sharpening control algorithm
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Limited * Copyright (C) 2020, Raspberry Pi Ltd
* *
* sharpen_algorithm.h - sharpness control algorithm interface * sharpen_algorithm.h - sharpness control algorithm interface
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* sharpen_status.h - Sharpen control algorithm status * sharpen_status.h - Sharpen control algorithm status
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited * Copyright (C) 2019, Raspberry Pi Ltd
* *
* md_parser.h - image sensor metadata parser interface * md_parser.h - image sensor metadata parser interface
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019-2021, Raspberry Pi (Trading) Limited * Copyright (C) 2019-2021, Raspberry Pi Ltd
* *
* md_parser_smia.cpp - SMIA specification based embedded data parser * md_parser_smia.cpp - SMIA specification based embedded data parser
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* /*
* Copyright (C) 2019-2021, Raspberry Pi (Trading) Ltd. * Copyright (C) 2019-2021, Raspberry Pi Ltd
* *
* rpi.cpp - Raspberry Pi Image Processing Algorithms * rpi.cpp - Raspberry Pi Image Processing Algorithms
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* SPDX-License-Identifier: LGPL-2.1-or-later */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Limited * Copyright (C) 2020, Raspberry Pi Ltd
* *
* bayer_format.cpp - Class to represent Bayer formats * bayer_format.cpp - Class to represent Bayer formats
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* SPDX-License-Identifier: LGPL-2.1-or-later */
/* /*
* Copyright (C) 2021, Raspberry Pi (Trading) Limited * Copyright (C) 2021, Raspberry Pi Ltd
* *
* color_space.cpp - color spaces. * color_space.cpp - color spaces.
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* SPDX-License-Identifier: LGPL-2.1-or-later */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Ltd. * Copyright (C) 2020, Raspberry Pi Ltd
* *
* delayed_controls.h - Helper to deal with controls that take effect with a delay * delayed_controls.h - Helper to deal with controls that take effect with a delay
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* SPDX-License-Identifier: LGPL-2.1-or-later */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Limited * Copyright (C) 2020, Raspberry Pi Ltd
* *
* dma_heaps.h - Helper class for dma-heap allocations. * dma_heaps.h - Helper class for dma-heap allocations.
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* SPDX-License-Identifier: LGPL-2.1-or-later */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Limited * Copyright (C) 2020, Raspberry Pi Ltd
* *
* dma_heaps.h - Helper class for dma-heap allocations. * dma_heaps.h - Helper class for dma-heap allocations.
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* SPDX-License-Identifier: LGPL-2.1-or-later */
/* /*
* Copyright (C) 2019-2021, Raspberry Pi (Trading) Ltd. * Copyright (C) 2019-2021, Raspberry Pi Ltd
* *
* raspberrypi.cpp - Pipeline handler for Raspberry Pi devices * raspberrypi.cpp - Pipeline handler for Raspberry Pi devices
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* SPDX-License-Identifier: LGPL-2.1-or-later */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Ltd. * Copyright (C) 2020, Raspberry Pi Ltd
* *
* rpi_stream.cpp - Raspberry Pi device stream abstraction class. * rpi_stream.cpp - Raspberry Pi device stream abstraction class.
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* SPDX-License-Identifier: LGPL-2.1-or-later */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Ltd. * Copyright (C) 2020, Raspberry Pi Ltd
* *
* rpi_stream.h - Raspberry Pi device stream abstraction class. * rpi_stream.h - Raspberry Pi device stream abstraction class.
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* SPDX-License-Identifier: LGPL-2.1-or-later */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Limited * Copyright (C) 2020, Raspberry Pi Ltd
* *
* transform.cpp - 2D plane transforms. * transform.cpp - 2D plane transforms.
*/ */

View file

@ -1,7 +1,7 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* SPDX-License-Identifier: LGPL-2.1-or-later */
/* /*
* Copyright (C) 2019, Google Inc. * Copyright (C) 2019, Google Inc.
* Copyright (C) 2020, Raspberry Pi (Trading) Ltd. * Copyright (C) 2020, Raspberry Pi Ltd
* *
* v4l2_pixelformat.cpp - V4L2 Pixel Format * v4l2_pixelformat.cpp - V4L2 Pixel Format
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* SPDX-License-Identifier: LGPL-2.1-or-later */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Ltd. * Copyright (C) 2020, Raspberry Pi Ltd
* *
* dng_writer.cpp - DNG writer * dng_writer.cpp - DNG writer
*/ */

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* SPDX-License-Identifier: LGPL-2.1-or-later */
/* /*
* Copyright (C) 2020, Raspberry Pi (Trading) Ltd. * Copyright (C) 2020, Raspberry Pi Ltd
* *
* dng_writer.h - DNG writer * dng_writer.h - DNG writer
*/ */

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: BSD-2-Clause # SPDX-License-Identifier: BSD-2-Clause
# #
# Copyright (C) 2019, Raspberry Pi (Trading) Limited # Copyright (C) 2019, Raspberry Pi Ltd
# #
# ctt.py - camera tuning tool # ctt.py - camera tuning tool

View file

@ -1,6 +1,6 @@
# SPDX-License-Identifier: BSD-2-Clause # SPDX-License-Identifier: BSD-2-Clause
# #
# Copyright (C) 2019, Raspberry Pi (Trading) Limited # Copyright (C) 2019, Raspberry Pi Ltd
# #
# ctt_alsc.py - camera tuning tool for ALSC (auto lens shading correction) # ctt_alsc.py - camera tuning tool for ALSC (auto lens shading correction)

View file

@ -1,6 +1,6 @@
# SPDX-License-Identifier: BSD-2-Clause # SPDX-License-Identifier: BSD-2-Clause
# #
# Copyright (C) 2019, Raspberry Pi (Trading) Limited # Copyright (C) 2019, Raspberry Pi Ltd
# #
# ctt_awb.py - camera tuning tool for AWB # ctt_awb.py - camera tuning tool for AWB

View file

@ -1,6 +1,6 @@
# SPDX-License-Identifier: BSD-2-Clause # SPDX-License-Identifier: BSD-2-Clause
# #
# Copyright (C) 2019, Raspberry Pi (Trading) Limited # Copyright (C) 2019, Raspberry Pi Ltd
# #
# ctt_ccm.py - camera tuning tool for CCM (colour correction matrix) # ctt_ccm.py - camera tuning tool for CCM (colour correction matrix)

View file

@ -1,6 +1,6 @@
# SPDX-License-Identifier: BSD-2-Clause # SPDX-License-Identifier: BSD-2-Clause
# #
# Copyright (C) 2019, Raspberry Pi (Trading) Limited # Copyright (C) 2019, Raspberry Pi Ltd
# #
# ctt_geq.py - camera tuning tool for GEQ (green equalisation) # ctt_geq.py - camera tuning tool for GEQ (green equalisation)

View file

@ -1,6 +1,6 @@
# SPDX-License-Identifier: BSD-2-Clause # SPDX-License-Identifier: BSD-2-Clause
# #
# Copyright (C) 2019-2020, Raspberry Pi (Trading) Limited # Copyright (C) 2019-2020, Raspberry Pi Ltd
# #
# ctt_image_load.py - camera tuning tool image loading # ctt_image_load.py - camera tuning tool image loading

View file

@ -1,6 +1,6 @@
# SPDX-License-Identifier: BSD-2-Clause # SPDX-License-Identifier: BSD-2-Clause
# #
# Copyright (C) 2019, Raspberry Pi (Trading) Limited # Copyright (C) 2019, Raspberry Pi Ltd
# #
# ctt_lux.py - camera tuning tool for lux level # ctt_lux.py - camera tuning tool for lux level

View file

@ -1,6 +1,6 @@
# SPDX-License-Identifier: BSD-2-Clause # SPDX-License-Identifier: BSD-2-Clause
# #
# Copyright (C) 2019, Raspberry Pi (Trading) Limited # Copyright (C) 2019, Raspberry Pi Ltd
# #
# ctt_macbeth_locator.py - camera tuning tool Macbeth chart locator # ctt_macbeth_locator.py - camera tuning tool Macbeth chart locator

Some files were not shown because too many files have changed in this diff Show more