libcamera: rpi: Add missing SPDX headers

Multiple files in the Raspberry Pi pipeline handler and IPA module are
missing SPDX headers. Add them with the following licenses:

- For code and documentation, use the BSD-2-Clause license, as for the
  rest of the Raspberry Pi code.

- For the example pipeline handler configuration files, use the CC0-1.0
  license to facilitate their usage.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
This commit is contained in:
Laurent Pinchart
2026-04-04 01:33:48 +03:00
parent f6f7bf0afa
commit 2c5834f6d5
6 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
/* SPDX-License-Identifier: BSD-2-Clause */
#pragma once
#include "libipa/pwl.h"

View File

@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: BSD-2-Clause */
#include "decompand.h"
#include <libcamera/base/log.h>

View File

@@ -1,3 +1,4 @@
/* SPDX-License-Identifier: BSD-2-Clause */
#pragma once
#include <libipa/pwl.h>

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
{
"version": 1.0,
"target": "pisp",

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
{
"version": 1.0,
"target": "bcm2835",

View File

@@ -1,3 +1,5 @@
.. SPDX-License-Identifier: BSD-2-Clause
The Raspberry Pi CTT has moved from this location to the following GitHub
repository: