diff options
author | Daniel Axtens <dja@axtens.net> | 2019-10-18 13:41:48 +1100 |
---|---|---|
committer | Daniel Axtens <dja@axtens.net> | 2019-10-18 16:43:42 +1100 |
commit | 2c2f52ea627dcde967391d65e03d102b41f3bc07 (patch) | |
tree | dfe7555626627a27843438d1aa0925f89cafc17a /docs | |
parent | 95f156d4edf502f20d189a250e6e181b24bf58dd (diff) | |
download | patchwork-2c2f52ea627dcde967391d65e03d102b41f3bc07.tar patchwork-2c2f52ea627dcde967391d65e03d102b41f3bc07.tar.gz |
docs: bump the copyright year in the docs
It's 2019. It's almost 2020, in fact!
Signed-off-by: Daniel Axtens <dja@axtens.net>
Reviewed-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs')
-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 f0ca797..646db88 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,7 @@ master_doc = 'index' # General information about the project. project = u'Patchwork' -copyright = u'2018, Patchwork Developers' +copyright = u'2018-2019, Patchwork Developers' author = u'Patchwork Developers' # The version info for the project you're documenting, acts as replacement for |