Skip to content

Commit d3e78a4

Browse files
authored
Merge pull request #1359 from yarikoptic/enh-copyright
DOC: Provide a range of years ending with current for the copyright statement
2 parents e125a7c + a7fc9e0 commit d3e78a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mriqc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828

2929
from mriqc._version import __version__
3030

31-
__copyright__ = 'Copyright 2022, The NiPreps Developers'
31+
__copyright__ = 'Copyright 2016-2024, The NiPreps Developers'
3232
__download__ = f'https://github.com/nipreps/mriqc/archive/{__version__}.tar.gz'
3333
__all__ = ['__version__', '__copyright__', '__download__']

0 commit comments

Comments
 (0)