summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-07-28 16:32:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-10 11:29:46 +0100
commit23e640b80933760fdfb65ac9f764b93a3cf298b5 (patch)
treeccaf2ac92cc867ada615349c6d9db28fb8198291 /documentation/conf.py
parenteb047a25bbca97b0bc522e787b1c22c8295790ab (diff)
downloadpoky-23e640b80933760fdfb65ac9f764b93a3cf298b5.tar.gz
manuals: mention license information in footer
Previously, the license for the manuals was only stated in the SPDX headers at the beginning of source files (From yocto-docs rev: cef60f23d5601a18d7ba7e894af2aa459fb2efb8) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/conf.py')
-rw-r--r--documentation/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 6c6458fed7..8e15fdc869 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -28,7 +28,7 @@ release = current_version
28 28
29# -- Project information ----------------------------------------------------- 29# -- Project information -----------------------------------------------------
30project = 'The Yocto Project \xae' 30project = 'The Yocto Project \xae'
31copyright = '2010-%s, The Linux Foundation' % datetime.datetime.now().year 31copyright = '2010-%s, The Linux Foundation, CC-BY-SA-2.0-UK license' % datetime.datetime.now().year
32author = 'The Linux Foundation' 32author = 'The Linux Foundation'
33 33
34# -- General configuration --------------------------------------------------- 34# -- General configuration ---------------------------------------------------