diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-07-28 16:32:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-10 11:29:46 +0100 |
commit | 23e640b80933760fdfb65ac9f764b93a3cf298b5 (patch) | |
tree | ccaf2ac92cc867ada615349c6d9db28fb8198291 /documentation/conf.py | |
parent | eb047a25bbca97b0bc522e787b1c22c8295790ab (diff) | |
download | poky-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.py | 2 |
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 ----------------------------------------------------- |
30 | project = 'The Yocto Project \xae' | 30 | project = 'The Yocto Project \xae' |
31 | copyright = '2010-%s, The Linux Foundation' % datetime.datetime.now().year | 31 | copyright = '2010-%s, The Linux Foundation, CC-BY-SA-2.0-UK license' % datetime.datetime.now().year |
32 | author = 'The Linux Foundation' | 32 | author = 'The Linux Foundation' |
33 | 33 | ||
34 | # -- General configuration --------------------------------------------------- | 34 | # -- General configuration --------------------------------------------------- |