Skip to content

Commit 1481b90

Browse files
authored
MAINT: Update copyright year, doc URL in wrapper
1 parent f4c6c76 commit 1481b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wrapper/fmriprep_docker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Please report any feedback to our GitHub repository
1313
(https://github.com/poldracklab/fmriprep) and do not
1414
forget to credit all the authors of software that fMRIPrep
15-
uses (http://fmriprep.rtfd.io/en/latest/citing.html).
15+
uses (https://fmriprep.readthedocs.io/en/latest/citing.html).
1616
"""
1717
import sys
1818
import os
@@ -23,7 +23,7 @@
2323
__version__ = '99.99.99'
2424
__packagename__ = 'fmriprep-docker'
2525
__author__ = 'The CRN developers'
26-
__copyright__ = 'Copyright 2017, Center for Reproducible Neuroscience, Stanford University'
26+
__copyright__ = 'Copyright 2018, Center for Reproducible Neuroscience, Stanford University'
2727
__credits__ = ['Craig Moodie', 'Ross Blair', 'Oscar Esteban', 'Chris Gorgolewski',
2828
'Shoshana Berleant', 'Christopher J. Markiewicz', 'Russell A. Poldrack']
2929
__license__ = '3-clause BSD'

0 commit comments

Comments
 (0)