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>
This commit is contained in:
parent
3440740ff3
commit
1d54f8d0a2
9 changed files with 18 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
Checks: -clang-diagnostic-c99-designator
|
Checks: -clang-diagnostic-c99-designator
|
||||||
FormatStyle: file
|
FormatStyle: file
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
cameras:
|
cameras:
|
||||||
"\\_SB_.PCI0.I2C2.CAM0":
|
"\\_SB_.PCI0.I2C2.CAM0":
|
||||||
location: back
|
location: back
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
cameras:
|
cameras:
|
||||||
"\\_SB_.PCI0.I2C4.CAM1":
|
"\\_SB_.PCI0.I2C4.CAM1":
|
||||||
location: front
|
location: front
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
subdir('libcamera')
|
subdir('libcamera')
|
||||||
|
|
2
subprojects/.gitignore
vendored
2
subprojects/.gitignore
vendored
|
@ -1,3 +1,5 @@
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
/googletest-release*
|
/googletest-release*
|
||||||
/libyaml
|
/libyaml
|
||||||
/libyuv
|
/libyuv
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
[wrap-file]
|
[wrap-file]
|
||||||
directory = googletest-release-1.11.0
|
directory = googletest-release-1.11.0
|
||||||
source_url = https://github.com/google/googletest/archive/release-1.11.0.zip
|
source_url = https://github.com/google/googletest/archive/release-1.11.0.zip
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
[wrap-git]
|
[wrap-git]
|
||||||
directory = libyaml
|
directory = libyaml
|
||||||
url = https://github.com/yaml/libyaml
|
url = https://github.com/yaml/libyaml
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
[wrap-git]
|
[wrap-git]
|
||||||
directory = libyuv
|
directory = libyuv
|
||||||
url = https://chromium.googlesource.com/libyuv/libyuv.git
|
url = https://chromium.googlesource.com/libyuv/libyuv.git
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://github.com/pybind/pybind11.git
|
url = https://github.com/pybind/pybind11.git
|
||||||
# This is the head of 'smart_holder' branch
|
# This is the head of 'smart_holder' branch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue