Skip to content

Commit 531f8ed

Browse files
dbkindernashif
authored andcommitted
doc: update copyright contents and display
Tweak copyright year (2018) and display copyright unconditionally. Signed-off-by: David B. Kinder <[email protected]>
1 parent 23d4c5d commit 531f8ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
# General information about the project.
6666
project = u'Zephyr Project'
67-
copyright = u'2015-2017 Zephyr Project members and individual contributors.'
67+
copyright = u'2015-2018 Zephyr Project members and individual contributors'
6868
author = u'many'
6969

7070
# The following code tries to extract the information by reading the Makefile,
@@ -225,7 +225,7 @@
225225
html_show_sphinx = False
226226

227227
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
228-
html_show_copyright = tags.has('development')
228+
# html_show_copyright = tags.has('development')
229229

230230
# If true, license is shown in the HTML footer. Default is True.
231231
html_show_license = True

0 commit comments

Comments
 (0)