From 7a653369cb42e1611b884f4a16de60d1b60aa8e7 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 7 Feb 2020 19:58:54 +0200 Subject: licenses: License all meson files under CC0-1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In an attempt to clarify the license terms of all files in the libcamera project, the build system files deserve particular attention. While they describe how the binaries are created, they are not themselves transformed into any part of binary distributions of the software, and thus don't influence the copyright on the binary packages. They are however subject to copyright, and thus influence the distribution terms of the source packages. Most of the meson.build files would not meet the threshold of originality criteria required for copyright protection. Some of the more complex meson.build files may be eligible for copyright protection. To avoid any ambiguity and uncertainty, state our intent to not assert copyrights on the build system files by putting them in the public domain with the CC0-1.0 license. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Acked-by: Giulio Benetti Acked-by: Jacopo Mondi Acked-by: Kieran Bingham Acked-by: Naushir Patuck Acked-by: Nicolas Dufresne Acked-by: Niklas Söderlund Acked-by: Paul Elder Acked-by: Show Liu --- src/libcamera/proxy/meson.build | 2 ++ src/libcamera/proxy/worker/meson.build | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src/libcamera/proxy') diff --git a/src/libcamera/proxy/meson.build b/src/libcamera/proxy/meson.build index 6c00d5f3..bd804750 100644 --- a/src/libcamera/proxy/meson.build +++ b/src/libcamera/proxy/meson.build @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: CC0-1.0 + libcamera_sources += files([ 'ipa_proxy_linux.cpp', 'ipa_proxy_thread.cpp', diff --git a/src/libcamera/proxy/worker/meson.build b/src/libcamera/proxy/worker/meson.build index 839156f7..1b1bee5e 100644 --- a/src/libcamera/proxy/worker/meson.build +++ b/src/libcamera/proxy/worker/meson.build @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: CC0-1.0 + ipa_proxy_sources = [ ['ipa_proxy_linux', 'ipa_proxy_linux_worker.cpp'] ] -- cgit v1.2.1