Skip to content

Commit a7fc9e0

Browse files
committed
Provide a range of years ending with current for the copyright statement
This has various positive effects - states how mature project is (starting year) - states that it is still being developed since there are recent changes (current year) Outdated year was a problem as misguiding folks
1 parent d7f9c89 commit a7fc9e0

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)