mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
sphinx: conf: update copyright
(From yocto-docs rev: 9a5c74f73f2f00d8dbd3bc4f72973f9e2913b316) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
fd71ce03e9
commit
18786fbffe
|
@ -16,11 +16,11 @@
|
|||
# import sys
|
||||
# sys.path.insert(0, os.path.abspath('.'))
|
||||
|
||||
import datetime
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = 'The Yocto Project'
|
||||
copyright = '2020, The Linux Foundation'
|
||||
copyright = '2010-%s, The Linux Foundation' % datetime.datetime.now().year
|
||||
author = 'The Linux Foundation'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user