Skip to content

Commit f0f76ce

Browse files
authored
Merge pull request #1224 from poldracklab/doc/copyright
DOC: Update copyright year to 2018
2 parents 60d2517 + 1481b90 commit f0f76ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2017, the CRN developers team.
1+
Copyright (c) 2015-2018, the CRN developers team.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

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-2017, the fmriprep developers and the CRN.
10+
Copyright (c) 2015-2018, the fMRIPrep developers and the CRN.
1111
All rights reserved.

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)