summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-09-28 14:36:58 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-09-30 21:51:23 +0300
commit1d54f8d0a268b5053db8d30aebdff0adf6d748a2 (patch)
treeb78da4f470f8f1c889515f112d8a7413e331d57f /src
parent3440740ff3291e87867edd2b4c217ee88173ee28 (diff)
libcamera: Add missing SPDX headers for miscellaneous CC0-1.0 contents
Miscellaneous files that are not considered copyrightable are missing an SPDX-License-Identifier header. Fix this by adding a header listing the CC0-1.0 license. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'src')
-rw-r--r--src/android/data/nautilus/camera_hal.yaml2
-rw-r--r--src/android/data/soraka/camera_hal.yaml2
-rw-r--r--src/py/meson.build2
3 files changed, 6 insertions, 0 deletions
diff --git a/src/android/data/nautilus/camera_hal.yaml b/src/android/data/nautilus/camera_hal.yaml
index faddd29e..2105fcca 100644
--- a/src/android/data/nautilus/camera_hal.yaml
+++ b/src/android/data/nautilus/camera_hal.yaml
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: CC0-1.0
+
cameras:
"\\_SB_.PCI0.I2C2.CAM0":
location: back
diff --git a/src/android/data/soraka/camera_hal.yaml b/src/android/data/soraka/camera_hal.yaml
index 2e996403..d886af06 100644
--- a/src/android/data/soraka/camera_hal.yaml
+++ b/src/android/data/soraka/camera_hal.yaml
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: CC0-1.0
+
cameras:
"\\_SB_.PCI0.I2C4.CAM1":
location: front
diff --git a/src/py/meson.build b/src/py/meson.build
index 4ce9668c..a4586b4a 100644
--- a/src/py/meson.build
+++ b/src/py/meson.build
@@ -1 +1,3 @@
+# SPDX-License-Identifier: CC0-1.0
+
subdir('libcamera')