From cfdabcf448a8eee2154421e4c360db809a3fe6b5 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Mon, 20 Jan 2020 22:31:21 +0100 Subject: [PATCH] doc: update doc footer copyright year Update the documentation footer copyright year. Signed-off-by: Henrik Brix Andersen --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index ad3de758a6f..103a727064f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -75,7 +75,7 @@ master_doc = 'index' # General information about the project. project = u'Zephyr Project' -copyright = u'2015-2019 Zephyr Project members and individual contributors' +copyright = u'2015-2020 Zephyr Project members and individual contributors' author = u'The Zephyr Project' # The following code tries to extract the information by reading the Makefile,