diff --git a/LICENSE b/LICENSE index 7f7103e82..2471d9a70 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD License -Copyright (c) 2021, Allen Institute for Cell Science +Copyright (c) 2022, Allen Institute for Cell Science All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/aicsimageio/__init__.py b/aicsimageio/__init__.py index 157d6ff02..406b842f6 100644 --- a/aicsimageio/__init__.py +++ b/aicsimageio/__init__.py @@ -9,8 +9,8 @@ from .aics_image import imread_xarray # noqa: F401 from .aics_image import imread_xarray_dask # noqa: F401 -__author__ = "Jackson Maxfield Brown, Allen Institute for Cell Science" -__email__ = "jmaxfieldbrown@gmail.com, jamie.sherman@gmail.com, bowdenm@spu.edu" +__author__ = "Eva Maxfield Brown, Allen Institute for Cell Science" +__email__ = "evamaxfieldbrown@gmail.com, jamie.sherman@gmail.com, bowdenm@spu.edu" # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.md __version__ = "4.8.0" diff --git a/cookiecutter.yaml b/cookiecutter.yaml index bf8cdd4d1..e91b7aee7 100644 --- a/cookiecutter.yaml +++ b/cookiecutter.yaml @@ -1,6 +1,6 @@ default_context: - full_name: "Jackson Maxfield Brown, Allen Institute for Cell Science" - email: "jmaxfieldbrown@gmail.com, jamie.sherman@gmail.com, bowdenm@spu.edu" + full_name: "Eva Maxfield Brown, Allen Institute for Cell Science" + email: "evamaxfieldbrown@gmail.com, jamie.sherman@gmail.com, bowdenm@spu.edu" github_username: "AllenCellModeling" project_name: "AICSImageIO" project_slug: "aicsimageio" diff --git a/docs/GOVERNANCE.md b/docs/GOVERNANCE.md index 0cfa60405..d24d0d888 100644 --- a/docs/GOVERNANCE.md +++ b/docs/GOVERNANCE.md @@ -69,7 +69,7 @@ The steering council is currently fixed to only include members directly from Al Institute for Cell Science. This may be changed in the future, but this results in the steering council currently consisting of: -- [Jackson Brown](https://github.com/JacksonMaxfield) +- [Eva Maxfield Brown](https://github.com/evamaxfield) - [Daniel Toloudis](https://github.com/toloudis) New members are added by nomination by a core developer. Nominees should have diff --git a/docs/conf.py b/docs/conf.py index 92cfab7ce..38df3c451 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,9 +70,9 @@ main_doc = "index" # General information about the project. -project = u"AICSImageIO" -copyright = u"2021, Jackson Maxfield Brown, Allen Institute for Cell Science" -author = u"Jackson Maxfield Brown, Allen Institute for Cell Science" +project = "AICSImageIO" +copyright = "2022, Eva Maxfield Brown, Allen Institute for Cell Science" +author = "Eva Maxfield Brown, Allen Institute for Cell Science" # The version info for the project you"re documenting, acts as replacement # for |version| and |release|, also used in various other places throughout @@ -154,8 +154,8 @@ ( main_doc, "aicsimageio.tex", - u"AICSImageIO Documentation", - u"Jackson Maxfield Brown, Allen Institute for Cell Science", + "AICSImageIO Documentation", + "Eva Maxfield Brown, Allen Institute for Cell Science", "manual", ), ] @@ -165,7 +165,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). -man_pages = [(main_doc, "aicsimageio", u"AICSImageIO Documentation", [author], 1)] +man_pages = [(main_doc, "aicsimageio", "AICSImageIO Documentation", [author], 1)] # -- Options for Texinfo output ---------------------------------------- @@ -177,7 +177,7 @@ ( main_doc, "aicsimageio", - u"AICSImageIO Documentation", + "AICSImageIO Documentation", author, "aicsimageio", ( diff --git a/setup.py b/setup.py index ddb3f32b1..8c0c884de 100644 --- a/setup.py +++ b/setup.py @@ -121,8 +121,8 @@ def run(self): } setup( - author="Jackson Maxfield Brown, Allen Institute for Cell Science", - author_email="jmaxfieldbrown@gmail.com, jamie.sherman@gmail.com, bowdenm@spu.edu", + author="Eva Maxfield Brown, Allen Institute for Cell Science", + author_email="evamaxfieldbrown@gmail.com, jamie.sherman@gmail.com, bowdenm@spu.edu", cmdclass={"build_py": BuildPyCommand}, classifiers=[ "Development Status :: 5 - Production/Stable",