summaryrefslogtreecommitdiff
path: root/LICENSES/BSD-2-Clause.txt
AgeCommit message (Collapse)Author
2020-05-11LICENSES: Add BSD-2-Clause licenseLaurent Pinchart
In preparation for new code covered by the BSD-2-Clause license, add it to the LICENSES directory. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
ion('lc-compliance')) libgtest = dependency('gtest', required : get_option('lc-compliance')) if not (libevent.found() and libgtest.found()) lc_compliance_enabled = false subdir_done() endif lc_compliance_enabled = true lc_compliance_sources = files([ '../cam/event_loop.cpp', '../cam/options.cpp', 'environment.cpp', 'main.cpp', 'simple_capture.cpp', 'capture_test.cpp', ]) lc_compliance = executable('lc-compliance', lc_compliance_sources, cpp_args : [ '-fexceptions' ], dependencies : [ libatomic, libcamera_public, libevent, libgtest, ], install : true)