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 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Configuration file for the Sphinx documentation builder.
|
# Configuration file for the Sphinx documentation builder.
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
{#
|
||||||
|
SPDX-License-Identifier: CC-BY-SA-4.0
|
||||||
|
#}
|
||||||
<footer>
|
<footer>
|
||||||
<div id="signature">
|
<div id="signature">
|
||||||
{%- if show_copyright %}
|
{%- if show_copyright %}
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
{#
|
||||||
|
SPDX-License-Identifier: CC-BY-SA-4.0
|
||||||
|
#}
|
||||||
{# TEMPLATE VAR SETTINGS #}
|
{# TEMPLATE VAR SETTINGS #}
|
||||||
{%- set url_root = pathto('', 1) %}
|
{%- set url_root = pathto('', 1) %}
|
||||||
{%- if url_root == '#' %}{% set url_root = '' %}{% endif %}
|
{%- if url_root == '#' %}{% set url_root = '' %}{% endif %}
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
{#
|
||||||
|
SPDX-License-Identifier: CC-BY-SA-4.0
|
||||||
|
#}
|
||||||
{#
|
{#
|
||||||
basic/search.html
|
basic/search.html
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: CC-BY-SA-4.0 */
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background-image: linear-gradient(to bottom right, #4895e1, #56c3ae);
|
background-image: linear-gradient(to bottom right, #4895e1, #56c3ae);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# SPDX-License-Identifier: CC-BY-SA-4.0
|
||||||
|
|
||||||
[theme]
|
[theme]
|
||||||
inherit = basic
|
inherit = basic
|
||||||
stylesheet = css/theme.css
|
stylesheet = css/theme.css
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue