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:
Laurent Pinchart 2020-06-05 20:09:08 +03:00
parent 23de59287d
commit 65798244c7
6 changed files with 11 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
# SPDX-License-Identifier: CC0-1.0
__pycache__/ __pycache__/
build/ build/
patches/ patches/

View file

@ -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.

View file

@ -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

View file

@ -1,3 +1,5 @@
# SPDX-License-Identifier: CC0-1.0
conf_files = files([ conf_files = files([
'imx219.json', 'imx219.json',
'imx477.json', 'imx477.json',

View file

@ -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.

View file

@ -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>