diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-24 19:51:28 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-24 19:51:28 +0100 |
commit | 9fa6e52669456321194650db27ec058f0d01d757 (patch) | |
tree | faf89c9424b057eb41f057414c720d704b31db5a /docs/conf.py | |
parent | a8aafe6517bd9293794daa71640781f8f79bd880 (diff) | |
download | vyos-documentation-9fa6e52669456321194650db27ec058f0d01d757.tar.gz vyos-documentation-9fa6e52669456321194650db27ec058f0d01d757.zip |
Update year to 2021
Diffstat (limited to 'docs/conf.py')
-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 4260621a..3d011ad5 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'2020, VyOS maintainers and contributors' +copyright = u'2021, VyOS maintainers and contributors' author = u'VyOS maintainers and contributors' # The short X.Y version |