summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--include/linux/README2
-rw-r--r--src/ipa/raspberrypi/README.md2
-rw-r--r--src/ipa/raspberrypi/data/meson.build2
-rw-r--r--src/ipa/vimc/data/vimc.conf2
-rw-r--r--src/qcam/assets/feathericons/feathericons.qrc1
6 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f989dee3..d3d73615 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: CC0-1.0
+
__pycache__/
build/
patches/
diff --git a/include/linux/README b/include/linux/README
index 2d5b2e02..5e8614cb 100644
--- a/include/linux/README
+++ b/include/linux/README
@@ -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
modify them manually.
diff --git a/src/ipa/raspberrypi/README.md b/src/ipa/raspberrypi/README.md
index 68bdff12..26534af0 100644
--- a/src/ipa/raspberrypi/README.md
+++ b/src/ipa/raspberrypi/README.md
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: BSD-2-Clause
+
# _libcamera_ for the Raspberry Pi
Raspberry Pi provides a fully featured pipeline handler and control algorithms
diff --git a/src/ipa/raspberrypi/data/meson.build b/src/ipa/raspberrypi/data/meson.build
index 6ff27745..5236bf1e 100644
--- a/src/ipa/raspberrypi/data/meson.build
+++ b/src/ipa/raspberrypi/data/meson.build
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: CC0-1.0
+
conf_files = files([
'imx219.json',
'imx477.json',
diff --git a/src/ipa/vimc/data/vimc.conf b/src/ipa/vimc/data/vimc.conf
index b3cda758..8e73b161 100644
--- a/src/ipa/vimc/data/vimc.conf
+++ b/src/ipa/vimc/data/vimc.conf
@@ -1 +1,3 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+#
# Dummy configuration file for the vimc IPA.
diff --git a/src/qcam/assets/feathericons/feathericons.qrc b/src/qcam/assets/feathericons/feathericons.qrc
index fc821392..656f2b46 100644
--- a/src/qcam/assets/feathericons/feathericons.qrc
+++ b/src/qcam/assets/feathericons/feathericons.qrc
@@ -1,3 +1,4 @@
+<!-- SPDX-License-Identifier: GPL-2.0-or-later -->
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>./aperture.svg</file>