From 21a4169169784c9d8ee381ba1b31c8f830f31fa0 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 25 Apr 2019 14:25:39 +0200 Subject: [PATCH] Clarify copyright continues through to present day This obviates the need to manually update the copyright every year. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index bac5d9bf..5b5255e3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ extensions = ['sphinx.ext.autodoc', source_suffix = '.rst' master_doc = 'index' project = 'Pelican' -copyright = '2010, Alexis Metaireau and contributors' +copyright = '2010 – present, Alexis Metaireau and contributors' exclude_patterns = ['_build'] release = __version__ version = '.'.join(release.split('.')[:1])