docs: Bump copyright year to 2017
This commit is contained in:
parent
fe762bb20e
commit
2a53ae40c5
@ -4,7 +4,7 @@
|
|||||||
Authors
|
Authors
|
||||||
*******
|
*******
|
||||||
|
|
||||||
Mopidy is copyright 2009-2016 Stein Magnus Jodal and contributors. Mopidy is
|
Mopidy is copyright 2009-2017 Stein Magnus Jodal and contributors. Mopidy is
|
||||||
licensed under the `Apache License, Version 2.0
|
licensed under the `Apache License, Version 2.0
|
||||||
<http://www.apache.org/licenses/LICENSE-2.0>`_.
|
<http://www.apache.org/licenses/LICENSE-2.0>`_.
|
||||||
|
|
||||||
|
|||||||
@ -73,14 +73,14 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
project = 'Mopidy'
|
project = 'Mopidy'
|
||||||
copyright = '2009-2016, Stein Magnus Jodal and contributors'
|
copyright = '2009-2017, Stein Magnus Jodal and contributors'
|
||||||
|
|
||||||
from mopidy.internal.versioning import get_version
|
from mopidy.internal.versioning import get_version
|
||||||
release = get_version()
|
release = get_version()
|
||||||
version = '.'.join(release.split('.')[:2])
|
version = '.'.join(release.split('.')[:2])
|
||||||
|
|
||||||
# To make the build reproducible, avoid using today's date in the manpages
|
# To make the build reproducible, avoid using today's date in the manpages
|
||||||
today = '2016'
|
today = '2017'
|
||||||
|
|
||||||
exclude_trees = ['_build']
|
exclude_trees = ['_build']
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user