Skip to content

Commit 6d8b703

Browse files
Ruth Fuchsscarlescufi
authored andcommitted
doc: update copyright date
Update copyright date for the different doc sets. Signed-off-by: Ruth Fuchss <[email protected]>
1 parent 484a180 commit 6d8b703

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

doc/mcuboot/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272

7373
# General information about the project.
7474
project = 'MCUboot'
75+
copyright = '2019-2020'
7576

7677
# The version info for the project you're documenting, acts as replacement for
7778
# |version| and |release|, also used in various other places throughout the

doc/nrf/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
# General information about the project.
9090
project = 'nRF Connect SDK'
91-
copyright = '2019, Nordic Semiconductor'
91+
copyright = '2019-2020, Nordic Semiconductor'
9292
author = 'Nordic Semiconductor'
9393

9494
# The version info for the project you're documenting, acts as replacement for

doc/nrfxlib/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
# General information about the project.
6262
project = 'nrfxlib'
63-
copyright = '2018, Nordic Semiconductor'
63+
copyright = '2019-2020, Nordic Semiconductor'
6464
author = 'Nordic Semiconductor'
6565

6666
# The version info for the project you're documenting, acts as replacement for

doc/zephyr/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
# General information about the project.
8989
project = u'Zephyr Project'
90-
copyright = u'2015-2019 Zephyr Project members and individual contributors.'
90+
copyright = u'2015-2020 Zephyr Project members and individual contributors.'
9191
author = u'The Zephyr Project'
9292

9393
# The following code tries to extract the information by reading the Makefile,

0 commit comments

Comments
 (0)