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:
Nicolas Dechesne 2020-07-03 17:39:48 +02:00 committed by Richard Purdie
parent fd71ce03e9
commit 18786fbffe

View File

@ -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'