diff options
author | Naushir Patuck <naush@raspberrypi.com> | 2022-07-27 09:55:21 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-07-27 18:12:15 +0300 |
commit | f95bae418c0c606903027322e37ece22b52d3c36 (patch) | |
tree | ca1880a60e543f13bb531f030793a62310f8e6ef /src/cam | |
parent | afd2a5dac59a06c6897bdf7a3a1f35743192b608 (diff) |
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>
Diffstat (limited to 'src/cam')
-rw-r--r-- | src/cam/stream_options.cpp | 2 | ||||
-rw-r--r-- | src/cam/stream_options.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cam/stream_options.cpp b/src/cam/stream_options.cpp index 150bd27c..a68135a9 100644 --- a/src/cam/stream_options.cpp +++ b/src/cam/stream_options.cpp @@ -1,6 +1,6 @@ /* 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 */ diff --git a/src/cam/stream_options.h b/src/cam/stream_options.h index d235b77f..35e4e7c0 100644 --- a/src/cam/stream_options.h +++ b/src/cam/stream_options.h @@ -1,6 +1,6 @@ /* 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 */ |