diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-01-21 13:58:22 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-01-21 13:58:59 +0100 |
commit | e8d1cbaeffa9ea822a6f8fd1ac106f113b09d64c (patch) | |
tree | 68258d2a70e50fab38e13bff3542673087b88a5a | |
parent | fbf3919715dd4c8185cdadce6d41c5e03d29c446 (diff) | |
download | vyos-documentation-e8d1cbaeffa9ea822a6f8fd1ac106f113b09d64c.tar.gz vyos-documentation-e8d1cbaeffa9ea822a6f8fd1ac106f113b09d64c.zip |
conf: copyright 2020
(cherry picked from commit 6b40e534f65a6bee5dc4bbca8865604c0de0c824)
-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 3ef45435..d8f35063 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ # -- Project information ----------------------------------------------------- project = u'VyOS' -copyright = u'2019, VyOS maintainers and contributors' +copyright = u'2020, VyOS maintainers and contributors' author = u'VyOS maintainers and contributors' # The short X.Y version |