diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-09-28 14:39:07 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-09-30 21:50:56 +0300 |
commit | 930b4927acac9bee2a45da574c7e98e17be825a8 (patch) | |
tree | 07b6ecbf3dd370eb6c4e86744b60426e3b16f7bb /Documentation | |
parent | ed591e705c451d0ce14988ae96829a31a2ae2f9a (diff) |
Documentation: Add missing SPDX headers
Two documentation files are missing SPDX headers. Add them, with the
CC-BY-SA-4.0 license that covers all the libcamera documentation.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/getting-started.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/getting-started.rst b/Documentation/getting-started.rst index 4cc34a17..987f43f7 100644 --- a/Documentation/getting-started.rst +++ b/Documentation/getting-started.rst @@ -1,3 +1,4 @@ +.. SPDX-License-Identifier: CC-BY-SA-4.0 .. Getting started information is defined in the project README file. .. include:: ../README.rst :start-after: .. section-begin-getting-started |