Skip to content

Commit

Permalink
Provide a range of years ending with current for the copyright statement
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yarikoptic committed Oct 23, 2024
1 parent d7f9c89 commit a7fc9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mriqc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@

from mriqc._version import __version__

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

0 comments on commit a7fc9e0

Please sign in to comment.