Skip to content

Commit d62531f

Browse files
committed
ENH: Add copyright notice
Add copyright notice to package `__init__.py` file.
1 parent 62684bb commit d62531f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dmriseg/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
from ._version import version as __version__
55
except ImportError:
66
__version__ = "not-installed"
7+
8+
__copyright__ = "Copyright 2025, Mass General Brigham"

0 commit comments

Comments
 (0)