From 65798244c7dc228645baeb74c07bd10994e33f12 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 5 Jun 2020 20:09:08 +0300 Subject: libcamera: Add missing SPDX headers to miscellaneous small files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Niklas Söderlund --- src/ipa/raspberrypi/data/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ipa/raspberrypi/data') 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', -- cgit v1.2.1