AtomSciFlow is a workflow manager for scientific research involving atoms.
Atomsciflow is licensed under the MIT License.
MIT License
Copyright (c) 2021 Deqi Tang
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.
Atomsciflow itself is licensed under the MIT license, However, Atomsciflow also makes use of many fantastic compatibly licensed third party softwares. They have their own licenses, and this is an incomplete but growing list of licenses and acknowledgements for them.
- Boost is licensed under Boost Software License 1.0.
- GTest is licensed under BSD-3-Clause License.
- OpenSSL 1.1.1, 1.1.0, 1.0.2 are licensed under the dual OpenSSL and SSLeay license.
- OpenSSL 3.0 and later releases are licensed under Apache License v2.
- Libssh2 is licensed under BSD-3-Clause License.
- Armadillo is licensed under Apache License v2.
- BLAS is a freely-available software package.
- LAPACK is licensed under the modified BSD license.
- Pybind11 is licensed under a BSD style license.
- yaml-cpp is licensed under the MIT license
The text version of licenses for all the used third party softwares
are included in the third_party/license
directory of this project.
Refer to the NOTICE
file for more information.
The binary distribution of atomsciflow may or may not contain the binary files of the used third party softwares, depending on the availability of them on the target system.