From edcad494dabf4dc9ba3b86d2e50ac538ac60a0dd Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 1 Jan 2015 12:45:20 +0100 Subject: [PATCH] New year --- docs/authors.rst | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/authors.rst b/docs/authors.rst index 7c00e2ac..1a0f21ed 100644 --- a/docs/authors.rst +++ b/docs/authors.rst @@ -4,7 +4,7 @@ Authors ******* -Mopidy is copyright 2009-2014 Stein Magnus Jodal and contributors. Mopidy is +Mopidy is copyright 2009-2015 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 c300aa62..938ec87b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -97,7 +97,7 @@ source_suffix = '.rst' master_doc = 'index' project = 'Mopidy' -copyright = '2009-2014, Stein Magnus Jodal and contributors' +copyright = '2009-2015, Stein Magnus Jodal and contributors' from mopidy.utils.versioning import get_version release = get_version()