diff options
author | Tim Harder <radhermit@gmail.com> | 2021-02-13 20:08:36 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2021-02-13 20:08:45 -0700 |
commit | c91a2ce00a768f50c39bde0fe3d231399c3c8786 (patch) | |
tree | db2048b6ebb634b1c05aca45cd4ae3cb6d945f1a /doc | |
parent | doc: move config doc to man dir (diff) | |
download | pkgcheck-c91a2ce00a768f50c39bde0fe3d231399c3c8786.tar.gz pkgcheck-c91a2ce00a768f50c39bde0fe3d231399c3c8786.tar.bz2 pkgcheck-c91a2ce00a768f50c39bde0fe3d231399c3c8786.zip |
doc: bump copyright date
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 4bfa4358..6917f395 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -63,7 +63,7 @@ master_doc = 'index' # General information about the project. project = pkgdist.MODULE_NAME authors = '' -copyright = '2006-2019, pkgcheck contributors' +copyright = '2006-2021, pkgcheck contributors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |