summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-02-07 19:58:54 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-05-13 16:46:24 +0300
commit7a653369cb42e1611b884f4a16de60d1b60aa8e7 (patch)
tree934828a83a02c02cd2c44daf1373d86d587ba351 /test/meson.build
parentcc8215f3819279678731727087acabd2f17c9412 (diff)
licenses: License all meson files under CC0-1.0
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 <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Acked-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Acked-by: Jacopo Mondi <jacopo@jmondi.org> Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Acked-by: Naushir Patuck <naush@raspberrypi.com> Acked-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Acked-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Acked-by: Paul Elder <paul.elder@ideasonboard.com> Acked-by: Show Liu <show.liu@linaro.org>
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index 5a45a85e..bd7da147 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: CC0-1.0
+
subdir('libtest')
subdir('camera')