Parts of the program to which the MIT license applies:

portions of the isosegdenoies/sharedClasses.py file:
    Singletons (https://github.com/jmaroeder/python-singletons):
    Copyright (c) 2019, James Roeder

Portions of the isosegdenoise/vendors/_apeerometiff.py file:
    condensed / vendorized code from apeer-ometiff-library   (license copied from that repository at the top of the mentioned file)
    no copyright line given for the MIt license (only for the BSD-3 license also present in the repository -- see the LICENSE-BSD-primary.txt file)

isosegdenoise/vendors/_steinbock.py file and portions of isosegdenoise/processing_class.py
    Code copied / condensed / vendorized from the Steinbock (https://github.com/BodenmillerGroup/steinbock) package:
    Copyright (c) 2021 University of Zurich

customtkinter themes (ctk_theme_builder): all files in assets/ctkThemeBuilderThemes
    Copyright (c) 2023 avalon60 (Clive Bostock)

The GitLab / GitHub actions .yml files were modified from MIT-licensed templates
    link: https://github.com/actions/starter-workflows
    Copyright (c) 2020 GitHub
    

MIT ("expat") license text:
~~~~~~~~~~~~~~~~~~~~~~~~~~~


Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), 
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, 
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.