diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-02-07 20:05:36 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-06-09 23:26:12 +0300 |
commit | 91b6634819ca8629e8779f5ffbdff8e3cabb857e (patch) | |
tree | 3347828dc8b57c61bf4ececcdba4657c29dafb35 /Documentation | |
parent | 8823461d80ad64b972bc6d568c47aba50bed26a4 (diff) |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/conf.py | 1 | ||||
-rw-r--r-- | Documentation/theme/footer.html | 3 | ||||
-rw-r--r-- | Documentation/theme/layout.html | 3 | ||||
-rw-r--r-- | Documentation/theme/search.html | 3 | ||||
-rw-r--r-- | Documentation/theme/static/css/theme.css | 2 | ||||
-rw-r--r-- | Documentation/theme/theme.conf | 2 |
6 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index bffd1d8f..78602c85 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: CC-BY-SA-4.0 # -*- coding: utf-8 -*- # # Configuration file for the Sphinx documentation builder. diff --git a/Documentation/theme/footer.html b/Documentation/theme/footer.html index e63e9fb3..12939e8b 100644 --- a/Documentation/theme/footer.html +++ b/Documentation/theme/footer.html @@ -1,3 +1,6 @@ +{# +SPDX-License-Identifier: CC-BY-SA-4.0 +#} <footer> <div id="signature"> {%- if show_copyright %} diff --git a/Documentation/theme/layout.html b/Documentation/theme/layout.html index 139c39c7..fcc6d221 100644 --- a/Documentation/theme/layout.html +++ b/Documentation/theme/layout.html @@ -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 %} diff --git a/Documentation/theme/search.html b/Documentation/theme/search.html index 14d59395..00c2af93 100644 --- a/Documentation/theme/search.html +++ b/Documentation/theme/search.html @@ -1,4 +1,7 @@ {# +SPDX-License-Identifier: CC-BY-SA-4.0 +#} +{# basic/search.html ~~~~~~~~~~~~~~~~~ diff --git a/Documentation/theme/static/css/theme.css b/Documentation/theme/static/css/theme.css index a4934ede..d4274ea6 100644 --- a/Documentation/theme/static/css/theme.css +++ b/Documentation/theme/static/css/theme.css @@ -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; diff --git a/Documentation/theme/theme.conf b/Documentation/theme/theme.conf index ba25a192..f2ab39c3 100644 --- a/Documentation/theme/theme.conf +++ b/Documentation/theme/theme.conf @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: CC-BY-SA-4.0 + [theme] inherit = basic stylesheet = css/theme.css |