diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-16 16:11:05 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-11-16 16:11:14 +0100 |
commit | 73dd13e158040154d1e7275466dc685687085795 (patch) | |
tree | fd5cf8f634e59956089bf7a25d9d6d504df4064b | |
parent | b9ecefbc811c4abd7baf5203458814e93de3d875 (diff) | |
download | vyos-documentation-73dd13e158040154d1e7275466dc685687085795.tar.gz vyos-documentation-73dd13e158040154d1e7275466dc685687085795.zip |
Bump copyright year
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 497809d6..ebd8ef86 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ from docutils.parsers.rst.roles import set_classes # -- Project information ----------------------------------------------------- project = u'VyOS' -copyright = u'2021, VyOS maintainers and contributors' +copyright = u'2023, VyOS maintainers and contributors' author = u'VyOS maintainers and contributors' # The short X.Y version |