Skip to content

Commit 6e9859a

Browse files
committed
maint: bump license year [skip ci]
1 parent 8688aae commit 6e9859a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ in the *fMRIPrep* distribution.
77

88
All trademarks referenced herein are property of their respective holders.
99

10-
Copyright (c) 2015-2019, the *fMRIPrep* developers and the CRN.
10+
Copyright (c) 2015-2020, the *fMRIPrep* developers and the CRN.
1111
All rights reserved.

fmriprep/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
del get_versions
99

1010
__packagename__ = 'fmriprep'
11-
__copyright__ = 'Copyright 2019, Center for Reproducible Neuroscience, Stanford University'
11+
__copyright__ = 'Copyright 2020, Center for Reproducible Neuroscience, Stanford University'
1212
__credits__ = ('Contributors: please check the ``.zenodo.json`` file at the top-level folder'
1313
'of the repository')
1414
__url__ = 'https://github.com/poldracklab/fmriprep'

wrapper/fmriprep_docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import subprocess
2121

2222
__version__ = '99.99.99'
23-
__copyright__ = 'Copyright 2019, Center for Reproducible Neuroscience, Stanford University'
23+
__copyright__ = 'Copyright 2020, Center for Reproducible Neuroscience, Stanford University'
2424
__credits__ = ['Craig Moodie', 'Ross Blair', 'Oscar Esteban', 'Chris Gorgolewski',
2525
'Shoshana Berleant', 'Christopher J. Markiewicz', 'Russell A. Poldrack']
2626
__bugreports__ = 'https://github.com/poldracklab/fmriprep/issues'

0 commit comments

Comments
 (0)