mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 15:29:45 +03:00
libcamera: Add missing SPDX headers to miscellaneous small files
Add missing SPDX headers to miscellaneous small files. Use CC0-1.0 for meson.build, .gitignore and the small include/linux/README, and licenses matching the corresponding component for other files. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
parent
23de59287d
commit
65798244c7
6 changed files with 11 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
__pycache__/
|
__pycache__/
|
||||||
build/
|
build/
|
||||||
patches/
|
patches/
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
Files in this directory are imported from v5.2 of the Linux kernel. Do not
|
Files in this directory are imported from v5.2 of the Linux kernel. Do not
|
||||||
modify them manually.
|
modify them manually.
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
.. SPDX-License-Identifier: BSD-2-Clause
|
||||||
|
|
||||||
# _libcamera_ for the Raspberry Pi
|
# _libcamera_ for the Raspberry Pi
|
||||||
|
|
||||||
Raspberry Pi provides a fully featured pipeline handler and control algorithms
|
Raspberry Pi provides a fully featured pipeline handler and control algorithms
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
conf_files = files([
|
conf_files = files([
|
||||||
'imx219.json',
|
'imx219.json',
|
||||||
'imx477.json',
|
'imx477.json',
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
#
|
||||||
# Dummy configuration file for the vimc IPA.
|
# Dummy configuration file for the vimc IPA.
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<!-- SPDX-License-Identifier: GPL-2.0-or-later -->
|
||||||
<!DOCTYPE RCC><RCC version="1.0">
|
<!DOCTYPE RCC><RCC version="1.0">
|
||||||
<qresource>
|
<qresource>
|
||||||
<file>./aperture.svg</file>
|
<file>./aperture.svg</file>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue