Multiple files in libcamera are missing SPDX headers. Add them with the following licenses: - CC-BY-SA-4.0 for documentation - CC0-1.0 for build system, development tool configuration files and TODO lists, as we consider them non-copyrightable, and for example configuration files to facilitate their use - BSD-2-Clause for a file copied from the Raspberry Pi tuning tool (and add the corresponding copyright information) While at it, add a missing blank line to src/libcamera/pipeline/virtual/README.md. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
// SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
/**
|
|
\if internal
|
|
\mainpage libcamera internal API reference
|
|
\else
|
|
\mainpage libcamera public API reference
|
|
\endif
|
|
|
|
Welcome to the API reference for <a href="https://libcamera.org/">libcamera</a>,
|
|
a complex camera support library for Linux, Android and ChromeOS. These pages
|
|
are automatically generated from the libcamera source code and describe the API
|
|
in detail - if this is your first interaction with libcamera then you may find
|
|
it useful to visit the [documentation](../introduction.html) in
|
|
the first instance, which can provide a more generic introduction to the
|
|
library's concepts.
|
|
|
|
\if internal
|
|
|
|
As a follow-on to the developer's guide, to assist you in adding support for
|
|
your platform the [pipeline handler writer's guide](../guides/pipeline-handler.html)
|
|
and the [ipa module writer's guide](../guides/ipa.html) should be helpful.
|
|
|
|
The full libcamera API is documented here. If you wish to see only the public
|
|
part of the API you can use [these pages](../public-api/index.html) instead.
|
|
|
|
\else
|
|
|
|
As a follow-on to the developer's guide, to assist you in using libcamera within
|
|
your project the [application developer's guide](../guides/application-developer.html)
|
|
gives an overview on how to achieve that.
|
|
|
|
Only the public part of the libcamera API is documented here; if you are a
|
|
developer seeking to add support for your hardware to the library or make other
|
|
improvements, you should switch to the internal API
|
|
[reference pages](../internal-api/index.html) instead.
|
|
|
|
\endif
|
|
*/
|