libcamera/test/v4l2_videodevice
Laurent Pinchart 7a653369cb 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>
2020-05-13 16:46:24 +03:00
..
buffer_cache.cpp libcamera: PixelFormat: Make constructor explicit 2020-03-18 18:02:40 +01:00
buffer_sharing.cpp libcamera: v4l2_videodevice: Rename exportBuffers() to allocateBuffers() 2020-03-18 19:15:18 +02:00
capture_async.cpp libcamera: v4l2_videodevice: Rename exportBuffers() to allocateBuffers() 2020-03-18 19:15:18 +02:00
controls.cpp libcamera: v4l2_device: Simplify usage of getControls() 2020-04-28 20:44:48 +03:00
double_open.cpp libcamera: Rename V4L2Device to V4L2VideoDevice 2019-06-19 15:46:44 +02:00
formats.cpp libcamera: v4l2PixelFormat: Replace hex with fourCC 2020-03-27 15:17:30 +00:00
meson.build licenses: License all meson files under CC0-1.0 2020-05-13 16:46:24 +03:00
request_buffers.cpp libcamera: v4l2_videodevice: Rename exportBuffers() to allocateBuffers() 2020-03-18 19:15:18 +02:00
stream_on_off.cpp libcamera: v4l2_videodevice: Rename exportBuffers() to allocateBuffers() 2020-03-18 19:15:18 +02:00
v4l2_m2mdevice.cpp libcamera: v4l2_videodevice: Rename exportBuffers() to allocateBuffers() 2020-03-18 19:15:18 +02:00
v4l2_videodevice_test.cpp libcamera: v4l2_videodevice: Make V4L2PixelFormat constructor explicit 2020-03-19 17:14:21 +02:00
v4l2_videodevice_test.h test: v4l2_videodevice: Switch to FrameBuffer interface 2020-01-12 16:10:37 +01:00