mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 14:59:44 +03:00
licenses: Add SPDX headers to the website builder and theme
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
8823461d80
commit
91b6634819
6 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Configuration file for the Sphinx documentation builder.
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
{#
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
#}
|
||||
<footer>
|
||||
<div id="signature">
|
||||
{%- if show_copyright %}
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
{#
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
#}
|
||||
{# TEMPLATE VAR SETTINGS #}
|
||||
{%- set url_root = pathto('', 1) %}
|
||||
{%- if url_root == '#' %}{% set url_root = '' %}{% endif %}
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
{#
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
#}
|
||||
{#
|
||||
basic/search.html
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* SPDX-License-Identifier: CC-BY-SA-4.0 */
|
||||
|
||||
html {
|
||||
background-image: linear-gradient(to bottom right, #4895e1, #56c3ae);
|
||||
background-size: cover;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
|
||||
[theme]
|
||||
inherit = basic
|
||||
stylesheet = css/theme.css
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue