Skip to content

Commit

Permalink
doc: update copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Sep 20, 2021
1 parent d5b137e commit 46e4938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 2 additions & 5 deletions mriqc/__about__.py
Expand Up @@ -26,9 +26,6 @@
__version__ = get_versions()["version"]
del get_versions

__copyright__ = (
"Copyright 2020, Center for Reproducible Neuroscience, Stanford University"
)
__credits__ = "Oscar Esteban"
__copyright__ = "Copyright 2020 The NiPreps Developers"
__download__ = f"https://github.com/poldracklab/mriqc/archive/{__version__}.tar.gz"
__all__ = ["__version__", "__copyright__", "__credits__", "__download__"]
__all__ = ["__version__", "__copyright__", "__download__"]
3 changes: 1 addition & 2 deletions mriqc/__init__.py
Expand Up @@ -25,10 +25,9 @@
:abbr:`IQMs (image quality metrics)` to used in :abbr:`QAPs (quality
assessment protocols)` for :abbr:`MRI (magnetic resonance imaging)`.
"""
from mriqc.__about__ import __copyright__, __credits__, __version__
from mriqc.__about__ import __copyright__, __version__

__all__ = [
"__copyright__",
"__credits__",
"__version__",
]

0 comments on commit 46e4938

Please sign in to comment.