From 5791c901c7147a4bb1a3ac1e43fdfaa843d778af Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 20 Jun 2019 10:02:21 +0200 Subject: [PATCH] Update copyright years --- docs/authors.rst | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/authors.rst b/docs/authors.rst index 985db751..947b4d84 100644 --- a/docs/authors.rst +++ b/docs/authors.rst @@ -4,7 +4,7 @@ Authors ******* -Mopidy is copyright 2009-2018 Stein Magnus Jodal and contributors. Mopidy is +Mopidy is copyright 2009-2019 Stein Magnus Jodal and contributors. Mopidy is licensed under the `Apache License, Version 2.0 `_. diff --git a/docs/conf.py b/docs/conf.py index 6eee42b2..c6ceb4ea 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,14 +73,14 @@ source_suffix = '.rst' master_doc = 'index' project = 'Mopidy' -copyright = '2009-2018, Stein Magnus Jodal and contributors' +copyright = '2009-2019, Stein Magnus Jodal and contributors' from mopidy.internal.versioning import get_version release = get_version() version = '.'.join(release.split('.')[:2]) # To make the build reproducible, avoid using today's date in the manpages -today = '2018' +today = '2019' exclude_trees = ['_build']