PyLCModel (lcmodel_wrapper)
Copyright (c) 2024 Julian P. Merkofer and contributors

Licensed under the Apache License, Version 2.0 (see LICENSE).

------------------------------------------------------------------------------
LCModel
------------------------------------------------------------------------------

LCModel is NOT part of this project's copyright. It is a separate program by
Dr. Stephen Provencher, distributed under the BSD 3-Clause License
(Copyright (c) 1992-2021, Stephen Provencher); see LICENSE.lcmodel for the
full text. Home page: https://s-provencher.com/lcmodel.shtml

This wrapper bundles no LCModel code or binary. At run time it may obtain one
from these sources, and the BSD 3-Clause license applies to every one of them:

  - the community binary collection at https://github.com/schorschinho/LCModel
    (maintained by Georg Oeltzschner and contributors),
  - binaries and the container image ghcr.io/julianmer/lcmodel built by this
    repository's CI (.github/workflows/lcmodel-binaries.yml) from the pinned
    upstream source, unmodified, using the compilation flags documented there;
    LICENSE.lcmodel and this NOTICE are published alongside them,
  - a local build from the same source via gfortran.
